aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake381
Commit message (Collapse)AuthorAgeFilesLines
* Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfoAde Lovett2007-11-181-1/+1
| | | | | | | | | as part of some cleanup work. Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202757
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Clean up the 'rw' locale directory which I could have sworn was in theAde Lovett2006-06-292-0/+3
| | | | | | | | | BSD.local.dist mtree. Submitted by: many Notes: svn path=/head/; revision=166633
* Update to 3.81Ade Lovett2006-06-275-44/+11
| | | | | | | | | Whilst this hasn't been through a full -exp run, it has been extensively tested on my own tinderboxes with an appropriate variety of gmake-using ports. Notes: svn path=/head/; revision=166469
* Add SHA256Ade Lovett2005-11-141-0/+1
| | | | Notes: svn path=/head/; revision=148191
* Clean up handling of locale directories at deinstall-time:Kris Kennaway2004-12-161-4/+0
| | | | | | | | * Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created Notes: svn path=/head/; revision=124183
* Add some missing locale directoriesKris Kennaway2004-11-241-0/+4
| | | | Notes: svn path=/head/; revision=122269
* Use INFO [1]Ade Lovett2004-10-142-10/+5
| | | | | | | | | | Other minor cleanups PR: [1] 72664 Submitted by: leeym Notes: svn path=/head/; revision=119448
* Add SIZE to distinfo'sAde Lovett2004-03-291-0/+1
| | | | | | | Prompted by: trevor Notes: svn path=/head/; revision=105650
* Put USE_GMAKE under the test for !defined(WITHOUT_NLS).Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | | PR: 62332 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> Notes: svn path=/head/; revision=99938
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* One more for "gnutools"Ade Lovett2003-06-091-1/+1
| | | | Notes: svn path=/head/; revision=82633
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* We already have a prototype for alloca() in stdlib.h, no need toAlexander Leidinger2002-10-252-0/+31
| | | | | | | | | | | have it here too. This lets us compile gmake with stricter compilers. Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=68807
* Correct intl shlib version number.Dmitry Sivachenko2002-10-101-1/+1
| | | | | | | Spotted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=67736
* Various fixes for new scheme of detecting intl.4, which comes with thisDmitry Sivachenko2002-10-103-35/+30
| | | | | | | | | | | version of GNU make. Submitted by: KATO Tsuguru <tkato@prontomail.com> Also provide WITHOUT_NLS knob to build without localized messages. Notes: svn path=/head/; revision=67729
* Fix intl.4 library name spelling.Dmitry Sivachenko2002-10-091-1/+1
| | | | Notes: svn path=/head/; revision=67696
* GNU make now has no included gettext.Dmitry Sivachenko2002-10-091-1/+1
| | | | | | | Add dependency to devel/gettext port. Notes: svn path=/head/; revision=67695
* Gmake now needs libiconv. I don't really care why, but a clean-room makeWill Andrews2002-10-091-0/+2
| | | | | | | | | | package fails otherwise. Anyone who wants to improve on this commit should make sure to test that make package still works with libiconv not installed *before* doing anything. See the following log for more info: http://rabarber.fruitsalad.org/errors/200210090422/4-STABLE/gmake-3.80.log Notes: svn path=/head/; revision=67686
* Update port to version 3.80.Dmitry Sivachenko2002-10-076-49/+27
| | | | Notes: svn path=/head/; revision=67573
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* Relinquish all my ports.Ade Lovett2002-09-071-1/+1
| | | | Notes: svn path=/head/; revision=65776
* Fix a problem with gmake segfaulting with some locales.Maxim Sobolev2002-09-032-3/+19
| | | | | | | | PR: 41075 Submitted by: naddy Notes: svn path=/head/; revision=65538
* Fix build on -currentAde Lovett2002-08-231-0/+20
| | | | | | | Submitted by: mike Notes: svn path=/head/; revision=64885
* Stage a mini-coup, and borrow these ports from portmgr@ for a while,Ade Lovett2002-08-011-1/+1
| | | | | | | | | | since I'm doing most of the updating, and am working on a port/Mk/bsd.<gnublah>.mk to move some cruft around. Sponsored by: Mr. Smith and Mr. Wesson. :) Notes: svn path=/head/; revision=63830
* Remove cruft slipped into previous commit.Maxim Sobolev2002-06-061-7/+0
| | | | Notes: svn path=/head/; revision=60727
* Make localised messages working. Bump PORTREVISION.Maxim Sobolev2002-06-062-2/+25
| | | | Notes: svn path=/head/; revision=60726
* Add --with-included-gettext to remove dependency on external gettext.Maxim Sobolev2002-05-281-3/+2
| | | | | | | Suggested by: obrien Notes: svn path=/head/; revision=60181
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-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 Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-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 Notes: svn path=/head/; revision=56168
* Remove jseger and torstenb from maintainership of their ports, theyDavid W. Chapman Jr.2001-09-171-1/+1
| | | | | | | | | have been inactive for too long Approved by: will Notes: svn path=/head/; revision=47915
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
| | | | Notes: svn path=/head/; revision=37252
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Remove --without-included-gettext - it works in exactly opposite direction.Maxim Sobolev2000-07-041-2/+1
| | | | | | | Shame on GNU folks! Notes: svn path=/head/; revision=30178
* Upgrade to gmake-3.79.1Justin M. Seger2000-07-033-3/+5
| | | | Notes: svn path=/head/; revision=30150
* Add libintl so that this port builds an external libintl and registersWill Andrews2000-05-291-0/+2
| | | | | | | | | | | it as a dependency (as it should). PR: 18892 Submitted by: rguyom@321.net Forgotten by: sobomax Notes: svn path=/head/; revision=28950
* Respect installed intl shared library.Maxim Sobolev2000-05-291-1/+5
| | | | Notes: svn path=/head/; revision=28913
* Add a DESCR. Add a WWW:.Tim Vanderhoek2000-05-171-3/+5
| | | | Notes: svn path=/head/; revision=28532
* Remove locale directories upon deinstallation.Satoshi Asami2000-05-031-0/+3
| | | | | | | Found by: bento Notes: svn path=/head/; revision=28275
* Upgrade to gmake-3.79Justin M. Seger2000-04-254-9/+16
| | | | Notes: svn path=/head/; revision=28010
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* Upgrade to gmake-3.78.1Justin M. Seger1999-12-013-11/+14
| | | | Notes: svn path=/head/; revision=23533
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-052-7/+1
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223