summaryrefslogtreecommitdiff
path: root/print/a2ps
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-09-09 12:24:45 +0000
committertron <tron@pkgsrc.org>2001-09-09 12:24:45 +0000
commit4502810bd446dec02ec46bcfd53f33f7ab9c6ae7 (patch)
treea0c931deae8780f41e11be28b727d5a206350b69 /print/a2ps
parent85f184512025bbafd0935b9221f8d1c82bb87598 (diff)
downloadpkgsrc-4502810bd446dec02ec46bcfd53f33f7ab9c6ae7.tar.gz
Fix fuzz in patch detected by "gpatch" under Solaris.
Diffstat (limited to 'print/a2ps')
-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:
-