summaryrefslogtreecommitdiff
path: root/lang/gawk/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-11-30 14:50:13 +0000
committergrant <grant@pkgsrc.org>2002-11-30 14:50:13 +0000
commit4b4686acf867bdb4d21a753e30c929f755141e3c (patch)
treefeb740ebad5c4da7c1ba5a422646cc979df2f61f /lang/gawk/patches
parent8c87b191bbb876de9fc1acf554c2780ab7cccf98 (diff)
downloadpkgsrc-4b4686acf867bdb4d21a753e30c929f755141e3c.tar.gz
USE_PKGLOCALEDIR.
Diffstat (limited to 'lang/gawk/patches')
-rw-r--r--lang/gawk/patches/patch-aa13
-rw-r--r--lang/gawk/patches/patch-ab15
-rw-r--r--lang/gawk/patches/patch-ac15
3 files changed, 5 insertions, 38 deletions
diff --git a/lang/gawk/patches/patch-aa b/lang/gawk/patches/patch-aa
index ab3c73b34c0..bcd58e3e606 100644
--- a/lang/gawk/patches/patch-aa
+++ b/lang/gawk/patches/patch-aa
@@ -1,13 +1,10 @@
-$NetBSD: patch-aa,v 1.2 2002/04/04 13:58:27 seb Exp $
+$NetBSD: patch-aa,v 1.3 2002/11/30 14:55:06 grant Exp $
---- Makefile.in.orig Tue May 15 19:09:12 2001
-+++ Makefile.in
-@@ -212,9 +212,9 @@
- # stuff for compiling gawk/pgawk
- DEFPATH = "\".:$(datadir)\""
+--- Makefile.in.orig Wed May 16 03:09:12 2001
++++ Makefile.in Sun Dec 1 01:54:01 2002
+@@ -214,7 +214,7 @@
--DEFS = -DDEFPATH=$(DEFPATH) -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"$(datadir)/locale\""
-+DEFS = -DDEFPATH=$(DEFPATH) -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"$(prefix)/${PKGLOCALEDIR}/locale\""
+ DEFS = -DDEFPATH=$(DEFPATH) -DHAVE_CONFIG_H -DGAWK -DLOCALEDIR="\"$(datadir)/locale\""
-INCLUDES = -I. -I$(srcdir) -I$(srcdir)/intl
+INCLUDES = -I. -I$(srcdir)
diff --git a/lang/gawk/patches/patch-ab b/lang/gawk/patches/patch-ab
deleted file mode 100644
index cd6b88f36a0..00000000000
--- a/lang/gawk/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2002/11/22 12:05:20 salo Exp $
-
---- intl/Makefile.in.orig Tue Jun 27 14:15:29 2000
-+++ intl/Makefile.in Tue Nov 19 04:50:34 2002
-@@ -31,8 +31,8 @@
- libdir = $(exec_prefix)/lib
- includedir = $(prefix)/include
- datadir = $(prefix)/@DATADIRNAME@
--localedir = $(datadir)/locale
--gnulocaledir = $(prefix)/share/locale
-+localedir = $(prefix)/$(PKGLOCALEDIR)/locale
-+gnulocaledir = $(localedir)
- gettextsrcdir = @datadir@/gettext/intl
- aliaspath = $(localedir):.
- subdir = intl
diff --git a/lang/gawk/patches/patch-ac b/lang/gawk/patches/patch-ac
deleted file mode 100644
index 639e0800618..00000000000
--- a/lang/gawk/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2002/11/19 12:52:56 salo Exp $
-
---- po/Makefile.in.in.orig Sat Mar 17 10:22:52 2001
-+++ po/Makefile.in.in Tue Nov 19 04:51:06 2002
-@@ -19,8 +19,8 @@
- prefix = @prefix@
- exec_prefix = @exec_prefix@
- datadir = $(prefix)/@DATADIRNAME@
--localedir = $(datadir)/locale
--gnulocaledir = $(prefix)/share/locale
-+localedir = $(prefix)/$(PKGLOCALEDIR)/locale
-+gnulocaledir = $(localedir)
- gettextsrcdir = $(prefix)/share/gettext/po
- subdir = po
-