aboutsummaryrefslogtreecommitdiffstats
path: root/devel/popt
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* * Drop xgettext from BUILD_DEPENDS [1]vd2006-11-281-16/+13
| | | | | | | | | | * Put CONFIGURE_* variables right after GNU_CONFIGURE [1] * Remove gettext version check from the pre-configure: target and incorporate it in the USE_GETTEXT variable * Bump PORTREVISION PR: ports/105848 [1] Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-26/+26
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* 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.
* With portmgr hat on, reset eik's ports since he has been inactive forlinimon2005-07-181-1/+1
| | | | | | several months (not responding to email). Discussed among: portmgr team
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Clean up handling of locale directories at deinstall-time:kris2004-12-161-20/+0
| | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
* check that at least gettext 0.13 is installedeik2004-10-121-0/+6
|
* mirror.ac.uk -> mirrorservice.orgeik2004-08-191-1/+1
|
* - make gettext a build dependencyeik2004-08-195-101/+149
| | | | | | - add a WITHOUT_NLS knob Requested by: many
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Yummy, shared libraries!eik2004-06-251-1/+1
|
* o Update to 1.7lioux2004-06-244-23/+11
| | | | | | | o Drop maintainership PR: 67607 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* USE_SIZEifylioux2004-02-082-0/+2
|
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-3/+2
| | | | | Submitted by: trevor Tested by: bento
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-0/+1
| | | | Prodded by: kris
* Chase the libintl.so shared lib version.marcus2003-08-251-1/+1
|
* De-pkg-commentlioux2003-02-242-1/+1
|
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Update to 0.6.4lioux2002-07-111-0/+10
|
* o Update to 1.6.4lioux2002-07-113-9/+99
| | | | | | | | | | | o Fix libtool .la files installation and potential conflict with libiconv [1] o Take over maintainership [2] Submitted by: marcus [1] Reviewed by: anders, marcus, will, FreeBSD-Ports mailing list Requested by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer) [2] Approved by: Yuan-Chen Cheng <ycheng@sinica.edu.tw> (previous maintainer)
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Update to 1.5.1.sobomax2001-02-103-2/+19
| | | | No responce from: maintainer
* Add a .uk master site.ben2000-11-281-1/+2
| | | | Approved by: maintainer
* 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-2/+1
|
* Update to version 1.5cpiazza2000-05-193-15/+16
| | | | | | PR: 18577 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Reviewed by: maintainer
* By using USE_LIBTOOL, allow popt to build both staticade2000-04-242-4/+8
| | | | | | and shared libraries Reviewed by: maintainer
* Remove oly@world.std.com as MAINTAINER; email has been bouncing for 2 months.fenner2000-04-221-2/+2
|
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* PORTNAME/PORTVERSION updatemharo2000-04-121-2/+2
|
* popt is an enhanced getopt(3)-style command line option parsing library.jedgar1999-12-305-0/+50
PR: 15759 Submitted by: Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>