diff options
author | sbd <sbd@pkgsrc.org> | 2011-08-12 02:03:14 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-08-12 02:03:14 +0000 |
commit | 15c17aadd2acdf297556b1d02257b2dbfe9cc061 (patch) | |
tree | d7a6e618721f42d4441639304279dfd623fb8321 /print | |
parent | faa6253846b6465b78f1d46f4388117199b78180 (diff) | |
download | pkgsrc-15c17aadd2acdf297556b1d02257b2dbfe9cc061.tar.gz |
Fix Unprivileged builds.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/distinfo | 4 | ||||
-rw-r--r-- | print/cups/patches/patch-ae | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/cups/distinfo b/print/cups/distinfo index 4299de3171d..397ad5ac3d4 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.79 2011/01/19 17:09:19 drochner Exp $ +$NetBSD: distinfo,v 1.80 2011/08/12 02:03:14 sbd Exp $ SHA1 (cups-1.4.6-source.tar.bz2) = 42fb1ca00ee7291561564d3072716eb2045f05d1 RMD160 (cups-1.4.6-source.tar.bz2) = 94c9921e03f5ec52d9c16947435622365f53aef6 @@ -7,7 +7,7 @@ SHA1 (patch-aa) = ddb088080d433b8b364ae9e0708cc79c249a1160 SHA1 (patch-ab) = 8269ed7f24bcd5b16c143353443d4689fef082b2 SHA1 (patch-ac) = d99dfa6e71efdc5f069c2c3e73e1b29beebf5c9b SHA1 (patch-ad) = 40c7f9d14619fec77255783d918c79c24ead6631 -SHA1 (patch-ae) = b4b2444d113c1d82edeb2e1dde5514978fa0b242 +SHA1 (patch-ae) = 7806067b36fa1c98763cf51a14941665f590b816 SHA1 (patch-af) = c05f7739d65c7b81cc712cbf6008d53568601f6a SHA1 (patch-ag) = 680c1c7fb44d8153b5825252d2e297a5196ca98e SHA1 (patch-ah) = 763220bdbc01c9ab323c62b7bc601a3082bd03e2 diff --git a/print/cups/patches/patch-ae b/print/cups/patches/patch-ae index 2ec58d942c0..3567a5852d1 100644 --- a/print/cups/patches/patch-ae +++ b/print/cups/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.27 2010/11/12 08:54:58 sbd Exp $ +$NetBSD: patch-ae,v 1.28 2011/08/12 02:03:14 sbd Exp $ For proper libtool usage split CC into CC_COMPILE and CC with libtool mode options compile/link respectively. @@ -26,12 +26,12 @@ Same for CXX. # -INSTALL_BIN = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@ -+INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -c -m 555 @INSTALL_STRIP@ ++INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -c -m 755 @INSTALL_STRIP@ INSTALL_CONFIG = $(INSTALL) -c -m @CUPS_CONFIG_FILE_PERM@ INSTALL_DATA = $(INSTALL) -c -m 444 INSTALL_DIR = $(INSTALL) -d -INSTALL_LIB = $(LIBTOOL) $(INSTALL) -c -m 555 @INSTALL_STRIP@ -+INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -c -m 555 @INSTALL_STRIP@ ++INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -c -m 755 @INSTALL_STRIP@ INSTALL_MAN = $(INSTALL) -c -m 444 INSTALL_SCRIPT = $(INSTALL) -c -m 555 |