summaryrefslogtreecommitdiffstats
path: root/devel/gmake
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* We already have a prototype for alloca() in stdlib.h, no need tonetchild2002-10-252-0/+31
| | | | | | | | have it here too. This lets us compile gmake with stricter compilers. Submitted by: marius@alchemy.franken.de
* Correct intl shlib version number.demon2002-10-101-1/+1
| | | | Spotted by: Neil Darlow <neil@darlow.co.uk>
* Various fixes for new scheme of detecting intl.4, which comes with thisdemon2002-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.
* Fix intl.4 library name spelling.demon2002-10-091-1/+1
|
* GNU make now has no included gettext.demon2002-10-091-1/+1
| | | | Add dependency to devel/gettext port.
* Gmake now needs libiconv. I don't really care why, but a clean-room makewill2002-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
* Update port to version 3.80.demon2002-10-076-49/+27
|
* Due to popular demant into each port which might be inserted into dependencysobomax2002-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.)
* Relinquish all my ports.ade2002-09-071-1/+1
|
* Fix a problem with gmake segfaulting with some locales.sobomax2002-09-032-3/+19
| | | | | PR: 41075 Submitted by: naddy
* Fix build on -currentade2002-08-231-0/+20
| | | | Submitted by: mike
* Stage a mini-coup, and borrow these ports from portmgr@ for a while,ade2002-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. :)
* Remove cruft slipped into previous commit.sobomax2002-06-061-7/+0
|
* Make localised messages working. Bump PORTREVISION.sobomax2002-06-062-2/+25
|
* Add --with-included-gettext to remove dependency on external gettext.sobomax2002-05-281-3/+2
| | | | Suggested by: obrien
* gettext upgrade uber-patch (stage 3)ade2002-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
* Stage 1 of gettext update.ade2002-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
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-171-1/+1
| | | | | | have been inactive for too long Approved by: will
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-161-2/+2
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Remove --without-included-gettext - it works in exactly opposite direction.sobomax2000-07-041-2/+1
| | | | Shame on GNU folks!
* Upgrade to gmake-3.79.1jseger2000-07-033-3/+5
|
* Add libintl so that this port builds an external libintl and registerswill2000-05-291-0/+2
| | | | | | | | it as a dependency (as it should). PR: 18892 Submitted by: rguyom@321.net Forgotten by: sobomax
* Respect installed intl shared library.sobomax2000-05-291-1/+5
|
* Add a DESCR. Add a WWW:.hoek2000-05-171-3/+5
|
* Remove locale directories upon deinstallation.asami2000-05-031-0/+3
| | | | Found by: bento
* Upgrade to gmake-3.79jseger2000-04-254-9/+16
|
* PORTNAME/PORTVERSION updatemharo2000-04-111-3/+3
|
* Upgrade to gmake-3.78.1jseger1999-12-013-11/+14
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Remove the test to create ${PREFIX}/share/info/dir as it is nowmharo1999-06-052-7/+1
| | | | in bsd.port.mk and this helps to unify the check and install.
* Commit all Y2K/WWW_SITE changes from today...scrappy1999-03-111-1/+3
|
* Prepare for the case that the directory ${PREFIX}/info doesn't exist.sada1999-01-291-1/+2
|
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2
|
* Upgrade to gmake-3.77jseger1998-08-193-39/+11
|
* Remove manpages define in MAN? fom PLIST for all the devel ports.asami1998-08-121-1/+0
| | | | | I'm going to leave p5-* alone for now (where the version stuff is going to land is still unclear).
* Portlint.vanilla1998-07-021-3/+3
|
* Upgrade, 3.75 -> 3.76.1.max1997-10-154-75/+54
| | | | | | | PR: 4747 Submitted by: jseger@freebsd.org Please note that jserger decided to be the maintainer of this port.
* Add `.' to end of info dir entry.asami1997-06-171-1/+1
|
* Remove make.info* before executing makeinfo.max1997-06-161-1/+1
|
* sed -> ${SED}max1997-06-131-4/+4
| | | | Add `@' at the beginning of install-info related commands in post-install.
* Maybe I shouldn't have put `.' at the end of @dircategory line.max1997-06-121-1/+1
|
* Merge from rev 1.7 of patch-aa: Align this info dir entry with others.asami1997-06-121-1/+1
|
* Use info-install to add entry into info/dir.max1997-06-122-9/+8
|
* Comment out all commands related to info-install in Makefile.in.max1997-06-121-9/+28
| | | | Add --no-split switch to makeinfo.
* Patch up make.texinfo and add @dircategory and @direntry.max1997-06-121-0/+13
|
* Align this info dir entry with others.asami1997-06-121-1/+1
|
OpenPOWER on IntegriCloud