summaryrefslogtreecommitdiff
path: root/print/cups/patches
diff options
context:
space:
mode:
authorsbd <sbd>2010-05-25 08:09:58 +0000
committersbd <sbd>2010-05-25 08:09:58 +0000
commitec435065cf7712f413e99eed5fa41fa62a136547 (patch)
treefc9f2397493a28fd63649464586dd6bc3b6f0582 /print/cups/patches
parente85a67e5475adddb93829c69d12c8803d659358c (diff)
downloadpkgsrc-ec435065cf7712f413e99eed5fa41fa62a136547.tar.gz
Don't create directorys, do that with OWN_DIRS and OWN_DIRS_PERMS
Diffstat (limited to 'print/cups/patches')
-rw-r--r--print/cups/patches/patch-ai24
-rw-r--r--print/cups/patches/patch-at4
2 files changed, 26 insertions, 2 deletions
diff --git a/print/cups/patches/patch-ai b/print/cups/patches/patch-ai
new file mode 100644
index 00000000000..55b31287ca9
--- /dev/null
+++ b/print/cups/patches/patch-ai
@@ -0,0 +1,24 @@
+$NetBSD: patch-ai,v 1.17 2010/05/25 08:09:58 sbd Exp $
+
+Don't create directorys, do that with OWN_DIRS and OWN_DIRS_PERMS
+
+--- notifier/Makefile.orig 2009-04-12 23:04:51.000000000 +0000
++++ notifier/Makefile
+@@ -54,7 +54,7 @@ clean:
+ # Install all targets...
+ #
+
+-install: all install-data install-headers install-libs install-exec
++install: all install-data install-headers install-libs install-exec install-dirs
+
+
+ #
+@@ -62,6 +62,8 @@ install: all install-data install-header
+ #
+
+ install-data:
++
++install-dirs:
+ $(INSTALL_DIR) -m 775 -g $(CUPS_GROUP) $(CACHEDIR)/rss
+
+
diff --git a/print/cups/patches/patch-at b/print/cups/patches/patch-at
index 2a6666f77d2..dd9e4e5a1e1 100644
--- a/print/cups/patches/patch-at
+++ b/print/cups/patches/patch-at
@@ -1,6 +1,6 @@
-$NetBSD: patch-at,v 1.9 2010/05/21 10:05:21 sbd Exp $
+$NetBSD: patch-at,v 1.10 2010/05/25 08:09:58 sbd Exp $
-Don't create the empty driver dir, do that with OWN_DIRS
+Don't create directorys, do that with OWN_DIRS and OWN_DIRS_PERMS
--- scheduler/Makefile.orig 2009-05-26 23:27:06.000000000 +0000
+++ scheduler/Makefile