pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/flpsed/patches print/flpsed: Remove unregistered...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07a3ea3b5530
branches:  trunk
changeset: 416350:07a3ea3b5530
user:      micha <micha%pkgsrc.org@localhost>
date:      Thu Oct 24 08:21:34 2019 +0000

description:
print/flpsed: Remove unregistered patch (already merged in current version)

diffstat:

 print/flpsed/patches/patch-aa |  13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

diffs (17 lines):

diff -r 742992ec78aa -r 07a3ea3b5530 print/flpsed/patches/patch-aa
--- a/print/flpsed/patches/patch-aa     Thu Oct 24 07:57:13 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/02/23 21:32:07 agc Exp $
-
---- src/PostscriptDSC.cxx      2007/02/23 12:17:40     1.1
-+++ src/PostscriptDSC.cxx      2007/02/23 12:17:54
-@@ -127,7 +127,7 @@
-         fprintf(stderr, "Page %d already defined\n", p1);
-         return 1;
-       }
--      if (p1 > 1 && page_off[p1 - 2] == NULL) {
-+      if (p1 > 1 && page_off[p1 - 2] == 0) {
-         fprintf(stderr, "Page %d not yet defined\n", p1 - 1);
-         return 1;
-       }



Home | Main Index | Thread Index | Old Index