summaryrefslogtreecommitdiff
path: root/devel/gmake
AgeCommit message (Collapse)AuthorFilesLines
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-14Mark as USE_BUILDLINK_ONLY and move inclusion of buildlink.mk file tojlam1-4/+3
the end of the Makefile. Remove the commented-out USE_LIBINTL.
2001-07-14Whitespace changes only.jlam1-8/+7
2001-06-18Convert to use buildlink.mk files.jlam1-2/+4
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-19add missing USE_LIBINTLdmcmahill1-1/+2
2001-03-19Add second part of patch from pkg/11991 by Juergen Hannken-Illjes.wiz2-1/+21
2001-03-13Try to compile with system-provided libintl, if possible.wiz2-7/+29
Patch by Patrick Welche in pkg/11991.
2001-02-27Install locale files to "${PKGLOCALEDIR}/locale" instead of hard codingtron6-19/+75
the path to "share/locale".
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-07-27Add some more locale files.jlam1-1/+3
2000-06-25update to gmake 3.79.1deberg2-5/+5
* .SECONDARY with no prerequisites now prevents any target from being removed because make thinks it's an intermediate file, not just those listed in the makefile. * New configure option --disable-nsec-timestamps will keep make from using sub-second timestamps on systems which support it. If your build process depends on proper timestamp-preserving behavior of tools like "cp -p" you might need this option, since "cp -p" (right now) doesn't preserve the sub-second portion of the timestamp.
2000-05-26Version 3.79hubertf3-7/+14
* GNU make optionally supports internationalization and locales via the GNU gettext (or local gettext if suitable) package. See the ABOUT-NLS file for more information on configuring GNU make for NLS. * Previously, GNU make quoted variables such as MAKEFLAGS and MAKEOVERRIDES for proper parsing by the shell. This allowed them to be used within make build scripts. However, using them there is not proper behavior: they are meant to be passed to subshells via the environment. Unfortunately the values were not quoted properly to be passed through the environment. This meant that make didn't properly pass some types of command line values to submakes. With this version we change that behavior: now these variables are quoted properly for passing through the environment, which is the correct way to do it. If you previously used these variables explicitly within a make rule you may need to re-examine your use for correctness given this change. * A new psuedo-target .NOTPARALLEL is available. If defined, the current makefile is run serially regardless of the value of -j. However, submakes are still eligible for parallel execution. * The --debug option has changed: it now allows optional flags controlling the amount and type of debugging output. By default only a minimal amount information is generated, displaying the names of "normal" targets (not makefiles) were deemed out of date and in need of being rebuilt. Note that the -d option behaves as before: it takes no arguments and all debugging information is generated. * The `-p' (print database) output now includes filename and linenumber information for variable definitions, to help debugging. * The wordlist function no longer reverses its arguments if the "start" value is greater than the "end" value. If that's true, nothing is returned. * Hartmut Becker provided many updates for the VMS port of GNU make. See the readme.vms file for more details.
1999-12-21Update "gmake" package to version 3.78.1. This version fixes numeroustron2-5/+5
bugs discovered in version 3.77 and later.
1999-11-11Fix for `patch -F0' by eliminating patchesfredb4-46/+14
- - use --program-prefix="g" for make -> gmake - - use '${SED}' to fix @dircategory
1999-07-09Add package patch-sum filesagc1-0/+4
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-06Updated master site list to handle the gnu ftp reorganization.tron1-2/+2
1999-03-05Escape the sed expression from interpretation by the shell by usingagc1-2/+4
quotation marks.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-09-22install-info will create an info dir file, if one doesn't alreadyagc1-2/+1
exist, so remove the erroneous @exec statements (which wouldn't have worked anyway).
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-08-02Fix typo.tron1-2/+3
1998-08-01Update to gmake-3.77.frueauf3-7/+7
1998-06-22Miscellaneous cleanups after the automatic manual page handling changes.agc1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-6/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-30upgrade GNU make to 3.76.1frueauf5-84/+49
1998-01-25Define OPSYS before using it; reported by Thorsten Frueaufhubertf1-3/+2
1998-01-24portlint: use our install-infohubertf1-3/+3
1998-01-24portlint: fix RCS Id, move MAINTAINERhubertf1-5/+7
1997-11-13Do not depend on "install-info", but on "${PREFIX}/bin/install-info",hubertf1-2/+2
to make sure we do have ${PREFIX}/info/dir (which comes with out gtexinfo).
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-09Add a (build) dependency on gtexinfo for NetBSD.agc1-7/+5
Remove previous OS-dependent hack whereby we had no info files on NetBSD. Install the gmake info files by default.
1997-10-07Fix a typo when setting OPSYS with uname -s.agc1-2/+2
1997-10-06Add NetBSD RCS Ids.agc1-0/+9
Use uname -s to work out the Operating System. FreeBSD has install-info and /usr/share/info/dir by default. NetBSD doesn't, so, for now, don't try to do this on NetBSD.
1997-10-06Initial import of FreeBSD devel ports into NetBSDagc7-0/+112
packages system.