summaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-05-26 14:28:16 +0000
committerhubertf <hubertf>2000-05-26 14:28:16 +0000
commita088f332a16f68dd6dc5db3f01ee47b72f89a7aa (patch)
tree50789a10275ae7ad6d077f8ce8f739ae8ce68618 /devel/gmake
parentef9aaf824d3210f4095cd4848f85d53016587bf4 (diff)
downloadpkgsrc-a088f332a16f68dd6dc5db3f01ee47b72f89a7aa.tar.gz
Version 3.79
* 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.
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/Makefile6
-rw-r--r--devel/gmake/files/md54
-rw-r--r--devel/gmake/pkg/PLIST11
3 files changed, 14 insertions, 7 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index d97e1b1b456..1c0ba3a9099 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 1999/12/21 19:50:01 tron Exp $
+# $NetBSD: Makefile,v 1.21 2000/05/26 14:28:16 hubertf Exp $
# FreeBSD Id: Makefile,v 1.16 1997/06/13 20:00:47 max Exp
#
-DISTNAME= make-3.78.1
-PKGNAME= gmake-3.78.1
+DISTNAME= make-3.79
+PKGNAME= gmake-3.79
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=make/}
diff --git a/devel/gmake/files/md5 b/devel/gmake/files/md5
index 6b925fce8f6..f2454c51f2b 100644
--- a/devel/gmake/files/md5
+++ b/devel/gmake/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.5 1999/12/21 19:50:02 tron Exp $
+$NetBSD: md5,v 1.6 2000/05/26 14:28:16 hubertf Exp $
-MD5 (make-3.78.1.tar.gz) = afd70cd88dbaf692ba92aadf641551bb
+MD5 (make-3.79.tar.gz) = a59cc0e5792474f6809131650d2fff5a
diff --git a/devel/gmake/pkg/PLIST b/devel/gmake/pkg/PLIST
index 4afba3794aa..3648ab58646 100644
--- a/devel/gmake/pkg/PLIST
+++ b/devel/gmake/pkg/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 1999/02/11 19:17:30 tv Exp $
+@comment $NetBSD: PLIST,v 1.8 2000/05/26 14:28:17 hubertf Exp $
bin/gmake
-man/man1/gmake.1.gz
@unexec install-info --delete %D/info/make.info %D/info/dir
info/make.info
info/make.info-1
@@ -14,3 +13,11 @@ info/make.info-8
info/make.info-9
info/make.info-10
@exec install-info %D/info/make.info %D/info/dir
+man/man1/gmake.1
+share/locale/de/LC_MESSAGES/make.mo
+share/locale/es/LC_MESSAGES/make.mo
+share/locale/fr/LC_MESSAGES/make.mo
+share/locale/ko/LC_MESSAGES/make.mo
+share/locale/nl/LC_MESSAGES/make.mo
+share/locale/pl/LC_MESSAGES/make.mo
+share/locale/ru/LC_MESSAGES/make.mo