pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/libcups
Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun May 17 00:25:42 UTC 2020
Modified Files:
        pkgsrc/print/libcups: Makefile
Log Message:
libcups: don't install binaries with mode 555
Need to use 755, else we get ENOPERM when it's time to strip(1).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/libcups/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.1 pkgsrc/print/libcups/Makefile:1.2
--- pkgsrc/print/libcups/Makefile:1.1   Sat May 16 18:07:56 2020
+++ pkgsrc/print/libcups/Makefile       Sun May 17 00:25:42 2020
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2020/05/16 18:07:56 maya Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/17 00:25:42 tnn Exp $
 
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       libcups-${CUPS_VERS}
+PKGREVISION=   1
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=apple/}
 
 MAINTAINER=    sbd%NetBSD.org@localhost
@@ -32,6 +33,7 @@ CONFIGURE_ARGS+=      --with-serverbindir=${P
 CONFIGURE_ARGS+=       --with-components=libcups
 CONFIGURE_ARGS+=       --enable-libpaper
 CONFIGURE_ARGS+=       --enable-ssl
+CONFIGURE_ARGS+=       --with-exe-file-perm=0755
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 
Home |
Main Index |
Thread Index |
Old Index