pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups/patches Don't create directorys, do that wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/384f6c37e418
branches:  trunk
changeset: 575901:384f6c37e418
user:      sbd <sbd%pkgsrc.org@localhost>
date:      Tue May 25 08:09:58 2010 +0000

description:
Don't create directorys, do that with OWN_DIRS and OWN_DIRS_PERMS

diffstat:

 print/cups/patches/patch-ai |  24 ++++++++++++++++++++++++
 print/cups/patches/patch-at |   4 ++--
 2 files changed, 26 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 656df78ee587 -r 384f6c37e418 print/cups/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/cups/patches/patch-ai       Tue May 25 08:09:58 2010 +0000
@@ -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 -r 656df78ee587 -r 384f6c37e418 print/cups/patches/patch-at
--- a/print/cups/patches/patch-at       Tue May 25 08:03:28 2010 +0000
+++ b/print/cups/patches/patch-at       Tue May 25 08:09:58 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index