diff options
author | tron <tron> | 2011-08-14 12:17:35 +0000 |
---|---|---|
committer | tron <tron> | 2011-08-14 12:17:35 +0000 |
commit | 8dbd3d3567c57e589925dee5a64bcb9c0f9c1226 (patch) | |
tree | 4444185aea52d84caadad00ec1ae4ea8a6ecffe9 | |
parent | f6b55c9147bc0ffcfd5894e85ff6698e275cb3e9 (diff) | |
download | pkgsrc-8dbd3d3567c57e589925dee5a64bcb9c0f9c1226.tar.gz |
Pullup ticket #3499 - requested by sbd
print/cups: build fix
Revisions pulled up:
- print/cups/distinfo 1.80
- print/cups/patches/patch-ae 1.28
---
Module Name: pkgsrc
Committed By: sbd
Date: Fri Aug 12 02:03:14 UTC 2011
Modified Files:
pkgsrc/print/cups: distinfo
pkgsrc/print/cups/patches: patch-ae
Log Message:
Fix Unprivileged builds.
-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..c4286f70f0e 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.79.4.1 2011/08/14 12:17:35 tron 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..877a7d13b6f 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.27.6.1 2011/08/14 12:17:35 tron 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 |