aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.81Ade Lovett2006-06-272-39/+0
| | | | | | | | | 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
* 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
* Various fixes for new scheme of detecting intl.4, which comes with thisDmitry Sivachenko2002-10-101-11/+0
| | | | | | | | | | | 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
* Update port to version 3.80.Dmitry Sivachenko2002-10-073-44/+12
| | | | Notes: svn path=/head/; revision=67573
* Fix a problem with gmake segfaulting with some locales.Maxim Sobolev2002-09-031-2/+18
| | | | | | | | 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
* Make localised messages working. Bump PORTREVISION.Maxim Sobolev2002-06-061-0/+16
| | | | Notes: svn path=/head/; revision=60726
* Upgrade to gmake-3.79Justin M. Seger2000-04-251-7/+7
| | | | Notes: svn path=/head/; revision=28010
* Upgrade to gmake-3.78.1Justin M. Seger1999-12-011-6/+9
| | | | Notes: svn path=/head/; revision=23533
* Upgrade to gmake-3.77Justin M. Seger1998-08-191-28/+0
| | | | Notes: svn path=/head/; revision=12634
* Upgrade, 3.75 -> 3.76.1.Masafumi Max NAKANE1997-10-152-70/+45
| | | | | | | | | | PR: 4747 Submitted by: jseger@freebsd.org Please note that jserger decided to be the maintainer of this port. Notes: svn path=/head/; revision=8282
* Add `.' to end of info dir entry.Satoshi Asami1997-06-171-1/+1
| | | | Notes: svn path=/head/; revision=6978
* Remove make.info* before executing makeinfo.Masafumi Max NAKANE1997-06-161-1/+1
| | | | Notes: svn path=/head/; revision=6968
* Maybe I shouldn't have put `.' at the end of @dircategory line.Masafumi Max NAKANE1997-06-121-1/+1
| | | | Notes: svn path=/head/; revision=6897
* Merge from rev 1.7 of patch-aa: Align this info dir entry with others.Satoshi Asami1997-06-121-1/+1
| | | | Notes: svn path=/head/; revision=6895
* Comment out all commands related to info-install in Makefile.in.Masafumi Max NAKANE1997-06-121-9/+28
| | | | | | | Add --no-split switch to makeinfo. Notes: svn path=/head/; revision=6885
* Patch up make.texinfo and add @dircategory and @direntry.Masafumi Max NAKANE1997-06-121-0/+13
| | | | Notes: svn path=/head/; revision=6884
* Align this info dir entry with others.Satoshi Asami1997-06-121-1/+1
| | | | Notes: svn path=/head/; revision=6881
* In Makefile.in, use install-info only if it exists as /usr/bin/install-infoMasafumi Max NAKANE1997-02-071-6/+10
| | | | | | | and ${PREFIX}/info/dir exists. Notes: svn path=/head/; revision=5555
* This patch now modifies Makefile.in to correctly call install-info:Masafumi Max NAKANE1997-02-051-48/+39
| | | | | | | | | | --infodir -> --info-dir Give --defentry= option as make.texinfo doesn't have @direntry. Noticed by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (Closing PR #2646.) Notes: svn path=/head/; revision=5542
* Upgrade.Andrey A. Chernov1995-04-081-20/+15
| | | | Notes: svn path=/head/; revision=1307
* Delete a bogus semicolon at the end of a dependency line,Andreas Schulz1995-01-291-2/+19
| | | | | | | that get now detected with the new/corrected b-make. Notes: svn path=/head/; revision=842
* Patch for mv command in Makefile.Steven Wallace1995-01-041-2/+19
| | | | | | | Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu> Notes: svn path=/head/; revision=700
* Add a patch to set the bin-prefix for gmake to g. Some other portsAndreas Schulz1994-11-201-0/+19
expect gmake installed as gmake instead of another make under /usr/local/bin. Notes: svn path=/head/; revision=417