diff options
author | jlam <jlam> | 2002-06-30 20:57:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-06-30 20:57:12 +0000 |
commit | 265283d40a9dea3a0f300e009c64613a536ad3ba (patch) | |
tree | bb6c2dad9b8a44247068c6993d98bf95403a4d83 /print/gimp-print-lib | |
parent | 85b2a2552170e13e16fc729bd7023a102ad4777f (diff) | |
download | pkgsrc-265283d40a9dea3a0f300e009c64613a536ad3ba.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/gimp-print-lib')
-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 |