summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>2001-09-09 12:24:45 +0000
committertron <tron>2001-09-09 12:24:45 +0000
commit747bfe00f66513a38abd96f411a2284844c5959f (patch)
treea0c931deae8780f41e11be28b727d5a206350b69 /print
parent0342486975d2e56b7ee663c357e9264bd753ce13 (diff)
downloadpkgsrc-747bfe00f66513a38abd96f411a2284844c5959f.tar.gz
Fix fuzz in patch detected by "gpatch" under Solaris.
Diffstat (limited to 'print')
-rw-r--r--print/a2ps/distinfo4
-rw-r--r--print/a2ps/patches/patch-aa15
2 files changed, 8 insertions, 11 deletions
diff --git a/print/a2ps/distinfo b/print/a2ps/distinfo
index bc0e9551595..bae3354315e 100644
--- a/print/a2ps/distinfo
+++ b/print/a2ps/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2001/07/22 17:18:04 wiz Exp $
+$NetBSD: distinfo,v 1.5 2001/09/09 12:24:45 tron Exp $
SHA1 (a2ps-4.13b.tar.gz) = cfc79a3e54115e569f667fa3fd2c2ec16d22b31a
Size (a2ps-4.13b.tar.gz) = 1944289 bytes
-SHA1 (patch-aa) = 232f9ad6bee5318d5e2f92659ddea80a82aabb76
+SHA1 (patch-aa) = 67f0c9ddf6e9829aeecb3de596c925d451990877
diff --git a/print/a2ps/patches/patch-aa b/print/a2ps/patches/patch-aa
index 6207a9d6521..112dc77ea9f 100644
--- a/print/a2ps/patches/patch-aa
+++ b/print/a2ps/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.9 2001/07/22 17:18:05 wiz Exp $
+$NetBSD: patch-aa,v 1.10 2001/09/09 12:24:46 tron Exp $
--- contrib/emacs/Makefile.in.orig Thu Feb 24 19:01:08 2000
-+++ contrib/emacs/Makefile.in
++++ contrib/emacs/Makefile.in Sun Sep 9 14:18:39 2001
@@ -128,7 +128,7 @@
YACC = @YACC@
file_prog = @file_prog@
@@ -11,15 +11,12 @@ $NetBSD: patch-aa,v 1.9 2001/07/22 17:18:05 wiz Exp $
dist_lisp_LISP = a2ps.el a2ps-print.el
-@@ -179,10 +179,10 @@
- rm -f $(lispdir)/$$f $(DESTDIR)$(lispdir)/$${f}c; \
- done
+@@ -181,7 +181,7 @@
.el.elc:
- @echo 'WARNING: Warnings can be ignored. :-)'
- if test $(EMACS) != no; then \
+ @echo 'WARNING: Warnings can be ignored. :-)'
+ if test $(EMACS) != no; then \
- EMACS=$(EMACS) $(SHELL) $(srcdir)/elisp-comp $<; \
+ echo EMACS=$(EMACS) $(SHELL) $(srcdir)/elisp-comp $<; \
- fi
+ fi
mostlyclean-lisp:
-