diff options
author | jlam <jlam@pkgsrc.org> | 2002-06-30 20:57:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-06-30 20:57:12 +0000 |
commit | 78b48faa7330e3e833e0b9c422d2c7d7a74661d1 (patch) | |
tree | bb6c2dad9b8a44247068c6993d98bf95403a4d83 /print | |
parent | 052a5ccc23af9723e1ebace90d96e5a34fb2ffe1 (diff) | |
download | pkgsrc-78b48faa7330e3e833e0b9c422d2c7d7a74661d1.tar.gz |
Don't enter the non-GIMP subdirectories of src since we configure
gimp-print to not use those bits anyway. This sidesteps that awfulness
in src/cups that potentially creates empty directories in /usr, then later
removes them if they're empty.
Fixes pkg/17244 by douglas@fang.demon.co.uk.
Diffstat (limited to 'print')
-rw-r--r-- | print/gimp-print-lib/distinfo | 3 | ||||
-rw-r--r-- | print/gimp-print-lib/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/print/gimp-print-lib/distinfo b/print/gimp-print-lib/distinfo index a494a224464..c7645b22f5a 100644 --- a/print/gimp-print-lib/distinfo +++ b/print/gimp-print-lib/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2002/05/03 12:43:06 drochner Exp $ +$NetBSD: distinfo,v 1.3 2002/06/30 20:57:12 jlam Exp $ SHA1 (gimp-print-4.2.1.tar.gz) = 51a2c5a3da85950e876ee049f9a377b03bf502f8 Size (gimp-print-4.2.1.tar.gz) = 4691313 bytes SHA1 (patch-aa) = 9302f17215f3ee1dd3fd10dbf48f2bc4a4593aa8 SHA1 (patch-ab) = ac96c5825c09a8507ce16efd95fa9d24720d6899 +SHA1 (patch-ac) = 2e7c114dd67e21b861bac405cc1a665460e66867 diff --git a/print/gimp-print-lib/patches/patch-ac b/print/gimp-print-lib/patches/patch-ac new file mode 100644 index 00000000000..8ecb1de321b --- /dev/null +++ b/print/gimp-print-lib/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/06/30 20:57:13 jlam Exp $ + +--- src/Makefile.in.orig Fri Apr 26 20:56:31 2002 ++++ src/Makefile.in +@@ -192,7 +192,7 @@ + AUTOMAKE_OPTIONS = 1.4 gnu + + MAINT_CHARSET = latin1 +-NONGIMP_SUBDIRS = cups foomatic ghost testpattern ++NONGIMP_SUBDIRS = # cups foomatic ghost testpattern + SUBDIRS = printdef main escputil gimp $(NONGIMP_SUBDIRS) + + MAINTAINERCLEANFILES = Makefile.in |