aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake
Commit message (Collapse)AuthorAgeFilesLines
* Use options helpers to reduce inclusions of bsd.port.options.mkBaptiste Daroussin2014-02-031-15/+6
| | | | | | | Remove useless check on USE_GMAKE Notes: svn path=/head/; revision=342391
* - Stage supportMartin Wilke2014-02-012-8/+3
| | | | | | | | | | - Add License - Remove old unneeded gruft Thanks to: antoine Notes: svn path=/head/; revision=342202
* Address a reasonably obscure issue with automatic restarting andAde Lovett2014-01-291-0/+17
| | | | | | | | | | | MAKEFLAGS. No PORTREVISION bump in this case since the confusion and mass hysteria is simply not worth it. PR: 185636 Submitted by: Julien Charbon <jcharbon@verisign.com> Notes: svn path=/head/; revision=341768
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Fix syntax issue in make.texi; fixes build with modern texinfoJohan van Selst2013-09-091-0/+2
| | | | | | | Reported by: omar siddique <omars1234@gmail.com> Notes: svn path=/head/; revision=326779
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-2/+2
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Add missing NLS options dialog.Ade Lovett2013-07-101-0/+2
| | | | | | | Submitted by: peter (and others) Notes: svn path=/head/; revision=322731
* Convert a bunch of ports from WITHOUT_NLS -> ${PORT_OPTIONS:MNLS}Baptiste Daroussin2013-04-291-6/+5
| | | | | | | | | While here: - trim headers - convert to new options framework Notes: svn path=/head/; revision=316850
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Add a patch from upstream bugtracker to fix some jobs related build failuresKoop Mast2012-08-212-0/+60
| | | | | | | | | | | | exposed by webkit-gtk2 1.8.x. PR: ports/170408 Exp-run by: beat@ Approved by: autotools@ (ade) Obtained from: gmake bugtracker http://savannah.gnu.org/bugs/?30653 Notes: svn path=/head/; revision=302882
* Update to GNU make 3.82 after numerous -exp runs.Ade Lovett2011-04-116-31/+61
| | | | Notes: svn path=/head/; revision=272537
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Reassign the autotools-related ports to a new mailing list,Mark Linimon2009-12-161-1/+4
| | | | | | | | | | | | | | | | autotools@FreeBSD.org. This is for individuals willing to put in the hard work to generate patches and work with portmgr as we put them through -exp runs and work through port breakage that they create. (A huge number of ports depend on these, so -exp runs are required.) Thanks to aDe@ for all the thankless work he's done over the years to tame these beasts. Hat: portmgr Notes: svn path=/head/; revision=245979
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* 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