summaryrefslogtreecommitdiff
path: root/japanese/gawk/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-10-11 13:00:42 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-10-11 13:00:42 +0000
commitc2f7362b96596c94d756d8738e68e68c3194da00 (patch)
treef7d70553b57ffd3515923712172219737b3167de /japanese/gawk/patches
parent7947638c202810df70ceaf399eb0456eeff6fe75 (diff)
downloadpkgsrc-c2f7362b96596c94d756d8738e68e68c3194da00.tar.gz
Update to 3.0.4+mb1.12.
Diffstat (limited to 'japanese/gawk/patches')
-rw-r--r--japanese/gawk/patches/patch-aa20
-rw-r--r--japanese/gawk/patches/patch-ab18
-rw-r--r--japanese/gawk/patches/patch-ac20
3 files changed, 21 insertions, 37 deletions
diff --git a/japanese/gawk/patches/patch-aa b/japanese/gawk/patches/patch-aa
index dfda9fc2c23..a64b8fd1fd7 100644
--- a/japanese/gawk/patches/patch-aa
+++ b/japanese/gawk/patches/patch-aa
@@ -1,25 +1,22 @@
-$NetBSD: patch-aa,v 1.1 1999/06/08 09:19:50 sakamoto Exp $
+$NetBSD: patch-aa,v 1.2 1999/10/11 13:00:43 sakamoto Exp $
---- Makefile.in.orig Tue Jun 8 10:31:12 1999
-+++ Makefile.in Tue Jun 8 10:40:30 1999
-@@ -46,7 +46,7 @@
- exec_prefix = @exec_prefix@
+--- Makefile.in.orig Mon Oct 11 21:30:42 1999
++++ Makefile.in Mon Oct 11 21:35:44 1999
+@@ -48,5 +48,5 @@
exec_suffix = @exec_suffix@
prefix = @prefix@
-binprefix =
+binprefix = j
manprefix =
- bindir = @bindir@
-@@ -192,14 +192,8 @@
- mbc.o: Makefile
+@@ -195,12 +195,6 @@
install: gawk$(exec_suffix) info installdirs
- -rm -f $(bindir)/gawk$(exec_suffix)
- fullname=gawk-$(REL).`./gawk '{print $$3}' $(srcdir)/patchlevel.h`+mb$(MBREL) ; \
- $(INSTALL_PROGRAM) gawk$(exec_suffix) $(bindir)/$${fullname}$(exec_suffix) ; \
- (cd $(bindir); $(LN) $${fullname}$(exec_suffix) gawk$(exec_suffix))
-- (cd $(bindir); \
+- (cd $(bindir);\
- if [ ! -f awk$(exec_suffix) ]; \
- then $(LN_S) gawk$(exec_suffix) awk$(exec_suffix); \
- fi; exit 0)
@@ -27,9 +24,7 @@ $NetBSD: patch-aa,v 1.1 1999/06/08 09:19:50 sakamoto Exp $
+ $(bindir)/$(binprefix)gawk$(exec_suffix)
cd doc && $(MAKE) install
cd awklib && $(MAKE) install
-
-@@ -208,12 +202,7 @@
- $(libdir) $(infodir) $(mandir) $(libexecdir)
+@@ -211,10 +205,5 @@
uninstall:
- (cd $(bindir); \
@@ -41,4 +36,3 @@ $NetBSD: patch-aa,v 1.1 1999/06/08 09:19:50 sakamoto Exp $
+ rm -f $(bindir)/$(binprefix)gawk$(exec_suffix))
cd doc && $(MAKE) uninstall
cd awklib && $(MAKE) uninstall
- -rmdir $(datadir) $(libexecdir)
diff --git a/japanese/gawk/patches/patch-ab b/japanese/gawk/patches/patch-ab
index c600d4ddbca..00bd885d1e8 100644
--- a/japanese/gawk/patches/patch-ab
+++ b/japanese/gawk/patches/patch-ab
@@ -1,31 +1,25 @@
-$NetBSD: patch-ab,v 1.2 1999/06/08 09:19:50 sakamoto Exp $
+$NetBSD: patch-ab,v 1.3 1999/10/11 13:00:43 sakamoto Exp $
---- awklib/Makefile.in.orig Tue Jun 8 10:31:14 1999
-+++ awklib/Makefile.in Tue Jun 8 10:38:52 1999
-@@ -34,7 +34,7 @@
- prefix = @prefix@
+--- awklib/Makefile.in.orig Mon Oct 11 21:30:42 1999
++++ awklib/Makefile.in Mon Oct 11 21:36:58 1999
+@@ -35,5 +35,5 @@
exec_prefix = @exec_prefix@
exec_suffix = @exec_suffix@
-binprefix =
+binprefix = j
manprefix =
- bindir = @bindir@
-@@ -75,7 +75,7 @@
- sed 's;/usr/local/libexec/awk;$(libexecdir);' < groupawk.in) > group.awk
+@@ -76,5 +76,5 @@
install: igawk $(AUXPROGS) $(AUXAWK)
- $(INSTALL_PROGRAM) igawk $(bindir)/igawk
+ $(INSTALL_PROGRAM:-s=) igawk $(bindir)/$(binprefix)igawk
for i in $(AUXPROGS) ; do \
$(INSTALL_PROGRAM) $$i $(libexecdir)/$$i ; \
- done
-@@ -87,7 +87,7 @@
- # libexecdir and datadir are removed in the top level Makefile's uninstall
+@@ -88,5 +88,5 @@
uninstall:
rm -fr $(libexecdir)/* $(datadir)/*
- rm -f $(bindir)/igawk
+ rm -f $(bindir)/$(binprefix)igawk
clean:
- rm -f $(AUXPROGS) $(AUXAWK) igawk *~
diff --git a/japanese/gawk/patches/patch-ac b/japanese/gawk/patches/patch-ac
index b72cb001e0c..a043e5a02a6 100644
--- a/japanese/gawk/patches/patch-ac
+++ b/japanese/gawk/patches/patch-ac
@@ -1,29 +1,26 @@
-$NetBSD: patch-ac,v 1.1 1999/06/08 09:19:50 sakamoto Exp $
+$NetBSD: patch-ac,v 1.2 1999/10/11 13:00:43 sakamoto Exp $
---- doc/Makefile.in.orig Thu May 15 10:36:15 1997
-+++ doc/Makefile.in Tue Jun 8 10:48:22 1999
-@@ -31,7 +31,7 @@
+--- doc/Makefile.in.orig Wed Apr 28 23:21:56 1999
++++ doc/Makefile.in Mon Oct 11 21:38:08 1999
+@@ -31,5 +31,5 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
binprefix =
-manprefix =
+manprefix = j
- bindir = @bindir@
- libdir = @libdir@
-@@ -77,18 +77,15 @@
- for i in $$d/gawk.info*; do \
- $(INSTALL_DATA) $$i $(infodir)/$i ; \
+@@ -83,16 +83,13 @@
+ $(INSTALL_DATA) $$i $(infodir)/$$i ; \
done; \
- if $(SHELL) -c 'install-info --version' > /dev/null 2>&1 ; \
- then install-info --info-dir=$(infodir) gawk.info ; \
- else true ; fi; exit 0
- $(mandir)/gawk$(manext): gawk.1
+ $(mandir)/gawk$(manext):: gawk.1
- $(INSTALL_DATA) $(srcdir)/gawk.1 $(mandir)/gawk$(manext)
+ $(INSTALL_DATA) $(srcdir)/gawk.1 $(mandir)/$(manprefix)gawk$(manext)
- $(mandir)/igawk$(manext): igawk.1
+ $(mandir)/igawk$(manext):: igawk.1
- $(INSTALL_DATA) $(srcdir)/igawk.1 $(mandir)/igawk$(manext)
+ $(INSTALL_DATA) $(srcdir)/igawk.1 $(mandir)/$(manprefix)igawk$(manext)
@@ -32,4 +29,3 @@ $NetBSD: patch-ac,v 1.1 1999/06/08 09:19:50 sakamoto Exp $
+ rm -f $(mandir)/$(manprefix)gawk$(manext) $(mandir)/$(manprefix)igawk$(manext) $(infodir)/gawk.info*
dvi: gawk.dvi
-