aboutsummaryrefslogtreecommitdiffstats
path: root/devel/str
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Large round of typo fixes in ports/devel (pkg-descr).olgeni2008-06-011-1/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Conversion to a single libtool environment.ade2006-02-231-1/+0
| | | | Approved by: portmgr (kris)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Change my email address to the @FreeBSD onevd2006-01-201-1/+1
| | | | Approved by: garga (mentor)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Change MAINTAINERmnag2005-10-121-1/+1
|
* Update to 0.9.12mnag2005-10-123-25/+3
| | | | | PR: 87310 Submitted by: Vasil Dimov <vd@datamax.bg>
* Fix SIGSEGV when reuse va_list (seen on amd64)mnag2005-10-122-0/+22
| | | | | | | Bump PORTREVISION PR: 87260 Submitted by: Vasil Dimov <vd@datamax.bg>
* Fix previous commit. build need stay after ":".mnag2005-10-041-3/+2
| | | | Approved by: pav (mentor)
* Update to 0.9.11mnag2005-10-032-6/+9
| | | | | | PR: 86872 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: pav (mentor)
* Update my emailmnag2005-09-171-1/+1
| | | | Approved by: pav (mentor)
* Anti Unmaintained Ports Campaign by Marcus Grando.novel2005-08-291-1/+1
| | | | | PR: 854[06-15] Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* - Update to 0.9.10pav2005-04-134-34/+4
| | | | | PR: ports/79832 Submitted by: Alex Deiter <tiamat@komi.mts.ru>
* - Introduce MASTER_SITE_OSSPpav2004-08-211-1/+2
| | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 0.9.9.linimon2004-05-112-5/+4
| | | | | PR: ports/66379 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Attempt to fix build on amd64 by using va_copyarved2004-04-143-4/+28
|
* Add size data.trevor2004-03-191-0/+1
|
* Resign maintainership of the ports corresponding to software I developedrse2004-03-141-1/+1
| | | | | myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
* BROKEN on amd64: Does not compilekris2004-03-051-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* upgrade to OSSP str 0.9.8rse2003-02-173-4/+4
|
* upgrade to OSSP str 0.9.7rse2002-04-013-9/+9
|
* Upgrade to Str 0.9.5rse2001-08-163-3/+3
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-5/+1
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Upgrade to Str 0.9.3rse2000-02-212-3/+3
|
* Update Str to version 0.9.2rse2000-02-152-3/+3
|
* Import of Str 0.9.1.rse2000-01-105-0/+51
The Str library is a generic string library written in ANSI C which provides functions for handling, matching, parsing, searching and formatting of C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convinient and compact API plus a more generalized functionality.