summaryrefslogtreecommitdiff
path: root/print/a2ps/patches
diff options
context:
space:
mode:
authortron <tron>1999-06-20 15:53:28 +0000
committertron <tron>1999-06-20 15:53:28 +0000
commit60d3269606ec0e40b89c564825537ab9f01168b6 (patch)
treef42f892631c72d5ba8d0eb05c170409dd7a78eb7 /print/a2ps/patches
parent92a3961849032266dc61e6cff5cd79a3205889a5 (diff)
downloadpkgsrc-60d3269606ec0e40b89c564825537ab9f01168b6.tar.gz
Update "a2ps" package to version 4.12.
Diffstat (limited to 'print/a2ps/patches')
-rw-r--r--print/a2ps/patches/patch-aa22
-rw-r--r--print/a2ps/patches/patch-ab16
-rw-r--r--print/a2ps/patches/patch-ac12
-rw-r--r--print/a2ps/patches/patch-ad13
-rw-r--r--print/a2ps/patches/patch-ae22
-rw-r--r--print/a2ps/patches/patch-af22
-rw-r--r--print/a2ps/patches/patch-ag33
-rw-r--r--print/a2ps/patches/patch-ah22
-rw-r--r--print/a2ps/patches/patch-ai31
-rw-r--r--print/a2ps/patches/patch-aj34
10 files changed, 35 insertions, 192 deletions
diff --git a/print/a2ps/patches/patch-aa b/print/a2ps/patches/patch-aa
deleted file mode 100644
index ced52f2914b..00000000000
--- a/print/a2ps/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.4 1998/08/07 11:11:20 agc Exp $
-
---- Makefile.in.orig Thu Jun 25 16:23:49 1998
-+++ Makefile.in Wed Jul 1 22:14:36 1998
-@@ -74,7 +74,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -368,7 +368,7 @@
- uninstall: uninstall-recursive
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs: installdirs-recursive
-
-
diff --git a/print/a2ps/patches/patch-ab b/print/a2ps/patches/patch-ab
deleted file mode 100644
index 293a301adb4..00000000000
--- a/print/a2ps/patches/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 11:11:20 agc Exp $
-
---- ogonkify/doc/ogonkify.info-orig Wed Jul 1 22:43:04 1998
-+++ ogonkify/doc/ogonkify.info Wed Jul 1 22:44:02 1998
-@@ -1,6 +1,11 @@
- Ceci est le fichier Info ogonkify.info, produit par Makeinfo version
- 1.68ŕ partir du fichier d'entrée Ťogonkify.texiť.
-
-+INFO-DIR-SECTION Printing Tools
-+START-INFO-DIR-ENTRY
-+* Ogonkify: (ogonkify). Font creation and PostScript output.
-+END-INFO-DIR-ENTRY
-+
- This is the Ogonkify manual, by Juliusz Chroboczek
-
- 
diff --git a/print/a2ps/patches/patch-ac b/print/a2ps/patches/patch-ac
deleted file mode 100644
index 00d49dd3cb8..00000000000
--- a/print/a2ps/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.3 1998/08/07 11:11:20 agc Exp $
-
---- doc/a2ps.info.orig Tue Jun 23 10:24:50 1998
-+++ doc/a2ps.info Wed Jul 1 22:40:03 1998
-@@ -3,7 +3,6 @@
-
- INFO-DIR-SECTION Printing Tools
- START-INFO-DIR-ENTRY
--* a2ps:: PostScript Generating Utility
- * PreScript: (a2ps) PreScript Input language for a2ps
- * Card: (a2ps) Card Print Reference Card of Programs
- * psmandup: (a2ps) psmandup Printing Duplex on Simplex Printers
diff --git a/print/a2ps/patches/patch-ad b/print/a2ps/patches/patch-ad
deleted file mode 100644
index b8f60b83eee..00000000000
--- a/print/a2ps/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 1998/08/07 11:11:21 agc Exp $
-
---- doc/Makefile.in.orig Thu Jun 25 16:25:37 1998
-+++ doc/Makefile.in Wed Jul 1 22:20:37 1998
-@@ -171,7 +171,7 @@
- all: Makefile $(INFO_DEPS) $(MANS)
-
- .SUFFIXES:
--.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
-+#.SUFFIXES: .dvi .info .ps .texi .texinfo .txi
- $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps doc/Makefile
-
diff --git a/print/a2ps/patches/patch-ae b/print/a2ps/patches/patch-ae
deleted file mode 100644
index b897adaaaca..00000000000
--- a/print/a2ps/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.2 1998/08/07 11:11:21 agc Exp $
-
---- ogonkify/Makefile.in.orig Thu Jun 25 16:24:03 1998
-+++ ogonkify/Makefile.in Wed Jul 1 22:14:36 1998
-@@ -70,7 +70,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -437,7 +437,7 @@
- uninstall: uninstall-recursive uninstall-am
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs: installdirs-recursive
- $(mkinstalldirs) $(DATADIR)$(bindir) $(DATADIR)$(afmdir) \
- $(DATADIR)$(fontsdir) $(DATADIR)$(ogonkifydir)
diff --git a/print/a2ps/patches/patch-af b/print/a2ps/patches/patch-af
deleted file mode 100644
index 88780e6d91e..00000000000
--- a/print/a2ps/patches/patch-af
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-af,v 1.2 1998/08/07 11:11:21 agc Exp $
-
---- afm/Makefile.in.orig Thu Jun 25 16:25:16 1998
-+++ afm/Makefile.in Wed Jul 1 22:14:37 1998
-@@ -78,7 +78,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -274,7 +274,7 @@
- uninstall: uninstall-afmSCRIPTS uninstall-afmDATA
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs:
- $(mkinstalldirs) $(DATADIR)$(afmdir) $(DATADIR)$(afmdir)
-
diff --git a/print/a2ps/patches/patch-ag b/print/a2ps/patches/patch-ag
index 8ab5b582ed2..25cd3e15672 100644
--- a/print/a2ps/patches/patch-ag
+++ b/print/a2ps/patches/patch-ag
@@ -1,22 +1,13 @@
-$NetBSD: patch-ag,v 1.2 1998/08/07 11:11:21 agc Exp $
+$NetBSD: patch-ag,v 1.3 1999/06/20 15:53:29 tron Exp $
---- lib/Makefile.in.orig Thu Jun 25 16:24:21 1998
-+++ lib/Makefile.in Wed Jul 1 22:14:37 1998
-@@ -50,7 +50,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -733,7 +733,7 @@
- uninstall: uninstall-libLTLIBRARIES uninstall-includeHEADERS
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs:
- $(mkinstalldirs) $(DATADIR)$(libdir) $(DATADIR)$(includedir)
-
+--- lib/Makefile.in.orig Thu Feb 18 16:24:42 1999
++++ lib/Makefile.in Sat Jun 19 17:57:58 1999
+@@ -202,7 +202,7 @@
+ signame$U.lo strverscmp$U.lo xmalloc$U.lo xstrdup$U.lo xstrtol$U.lo \
+ message$U.lo xstrrpl$U.lo getshline$U.lo pathwalk$U.lo darray$U.lo \
+ dstring$U.lo printlen$U.lo pair_ht$U.lo filtdir$U.lo str_ht$U.lo \
+-title$U.lo xbackupfile$U.lo getnum$U.lo tterm$U.lo lister$U.lo \
++title$U.lo xbackupfile$U.lo getnum$U.lo tterm$U.lo \
+ addext$U.lo basename$U.lo getopt1$U.lo isdir$U.lo xgetcwd$U.lo \
+ xgethostname$U.lo
+ LEXLIB = @LEXLIB@
diff --git a/print/a2ps/patches/patch-ah b/print/a2ps/patches/patch-ah
deleted file mode 100644
index fa308a71236..00000000000
--- a/print/a2ps/patches/patch-ah
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ah,v 1.2 1998/08/07 11:11:21 agc Exp $
-
---- contrib/emacs/Makefile.in.orig Thu Jun 25 16:25:34 1998
-+++ contrib/emacs/Makefile.in Wed Jul 1 22:14:38 1998
-@@ -74,7 +74,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -236,7 +236,7 @@
- uninstall: uninstall-lispDATA
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs:
- $(mkinstalldirs) $(DATADIR)$(lispdir)
-
diff --git a/print/a2ps/patches/patch-ai b/print/a2ps/patches/patch-ai
deleted file mode 100644
index d05fd5500dd..00000000000
--- a/print/a2ps/patches/patch-ai
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-ai,v 1.3 1998/08/07 11:11:22 agc Exp $
-
---- contrib/Makefile.in.orig Thu Jun 25 16:25:28 1998
-+++ contrib/Makefile.in Thu Jul 9 13:34:49 1998
-@@ -74,7 +74,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_SCRIPT = ${BSD_INSTALL_SCRIPT}
- transform = @program_transform_name@
-
- NORMAL_INSTALL = :
-@@ -161,7 +161,7 @@
- l = @l@
- lispdir = @lispdir@
-
--SUBDIRS = sample emacs
-+SUBDIRS = sample
-
- bin_SCRIPTS = texi2dvi4a2ps card psmandup fixps pdiff
- bin_PROGRAMS = fixnt
-@@ -418,7 +418,7 @@
- uninstall: uninstall-recursive uninstall-am
-
- install-strip:
-- $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
-+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_SCRIPT)' install
- installdirs: installdirs-recursive
- $(mkinstalldirs) $(DATADIR)$(bindir) $(DATADIR)$(bindir)
-
diff --git a/print/a2ps/patches/patch-aj b/print/a2ps/patches/patch-aj
index bb6aac4daae..61145babec2 100644
--- a/print/a2ps/patches/patch-aj
+++ b/print/a2ps/patches/patch-aj
@@ -1,21 +1,33 @@
-$NetBSD: patch-aj,v 1.2 1998/08/07 11:11:22 agc Exp $
+$NetBSD: patch-aj,v 1.3 1999/06/20 15:53:29 tron Exp $
---- configure.orig Fri Jul 17 13:52:31 1998
-+++ configure Fri Jul 17 13:53:03 1998
-@@ -1764,7 +1764,7 @@
- NM="$ac_cv_path_NM"
- echo "$ac_t""$NM" 1>&6
+--- configure.orig Thu Feb 18 16:17:21 1999
++++ configure Sat Jun 19 17:45:34 1999
+@@ -641,10 +641,12 @@
+
+ echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
+ echo "configure:644: checking whether build environment is sane" >&5
++if false; then
+ if test -n "`cd /`"; then
+ { echo "configure: error: Running cd is not silent as it should be.
+ Make sure to unset the environment variable CDPATH." 1>&2; exit 1; }
+ fi
++fi
+ # Just in case
+ sleep 1
+ echo timestamp > conftestfile
+@@ -2253,6 +2255,7 @@
+ ac_tool_prefix=
+ fi
--
+if false; then
# Always use our own libtool.
- LIBTOOL='$(top_builddir)/libtool'
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -1814,6 +1814,7 @@
+@@ -2489,6 +2492,7 @@
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
+fi
- for ac_prog in 'bison -y' byacc
- do
+
+ #########################################################################