summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2016-03-03 19:42:29 +0000
committershattered <shattered@pkgsrc.org>2016-03-03 19:42:29 +0000
commitd750ef0a7b7d611c5d3d7ea59a37587fc9aa2ef5 (patch)
tree29a0665dcda2eeb5e679d89c5aab2cda45c90e3a
parent5b9f7976044eecc82613805b4103e400899a09a1 (diff)
downloadpkgsrc-d750ef0a7b7d611c5d3d7ea59a37587fc9aa2ef5.tar.gz
Avoid build failures when chmod respects umask, and 'chmod -x' thus does
not clear all bits. (Can happen on Linux -- https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/67583)
-rw-r--r--cad/qcad-partlibrary/Makefile4
-rw-r--r--databases/p5-perl-ldap/Makefile4
-rw-r--r--databases/py-orderedmultidict/Makefile4
-rw-r--r--devel/p5-Class-Adapter/Makefile4
-rw-r--r--devel/p5-Config-Find/Makefile4
-rw-r--r--devel/ruby-flexmock/Makefile4
-rw-r--r--devel/vera++/Makefile4
-rw-r--r--games/netmaj/Makefile4
-rw-r--r--mail/anomy-sanitizer/Makefile4
-rw-r--r--security/p5-Crypt-SSLeay/Makefile4
-rw-r--r--time/p5-TimeDate/Makefile4
-rw-r--r--www/p5-HTTPD-User-Manage/Makefile4
-rw-r--r--www/py-furl/Makefile4
13 files changed, 26 insertions, 26 deletions
diff --git a/cad/qcad-partlibrary/Makefile b/cad/qcad-partlibrary/Makefile
index 70654d8bb69..156d16e7735 100644
--- a/cad/qcad-partlibrary/Makefile
+++ b/cad/qcad-partlibrary/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/08 13:25:16 asau Exp $
+# $NetBSD: Makefile,v 1.6 2016/03/03 19:42:29 shattered Exp $
#
DISTNAME= partlibrary-2.0.1.2-1
@@ -20,7 +20,7 @@ DEPENDS+= qcad>=2.0.0.0:../../cad/qcad
post-extract:
chmod -R go-w ${WRKSRC}
- cd ${WRKSRC}/electrical/denzuq && chmod -x */*/*.dxf
+ cd ${WRKSRC}/electrical/denzuq && chmod a-x */*/*.dxf
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/qcad/library
diff --git a/databases/p5-perl-ldap/Makefile b/databases/p5-perl-ldap/Makefile
index 795744898b3..d90dda66113 100644
--- a/databases/p5-perl-ldap/Makefile
+++ b/databases/p5-perl-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2015/07/12 18:56:09 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2016/03/03 19:42:29 shattered Exp $
DISTNAME= perl-ldap-0.63
PKGREVISION= 2
@@ -40,7 +40,7 @@ DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
PERL5_PACKLIST= auto/Net/LDAP/.packlist
post-extract:
- chmod -x ${WRKSRC}/lib/Net/LDAP/DSML.pm
+ chmod a-x ${WRKSRC}/lib/Net/LDAP/DSML.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-orderedmultidict/Makefile b/databases/py-orderedmultidict/Makefile
index 5e80e62c955..6918de06f2d 100644
--- a/databases/py-orderedmultidict/Makefile
+++ b/databases/py-orderedmultidict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/04/13 23:12:40 rodent Exp $
+# $NetBSD: Makefile,v 1.8 2016/03/03 19:42:29 shattered Exp $
DISTNAME= orderedmultidict-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
USE_LANGUAGES= # none
post-install:
- chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
+ chmod a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-Adapter/Makefile b/devel/p5-Class-Adapter/Makefile
index 26525b720b3..3ff080fc85f 100644
--- a/devel/p5-Class-Adapter/Makefile
+++ b/devel/p5-Class-Adapter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/06/12 10:48:58 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/03/03 19:42:29 shattered Exp $
DISTNAME= Class-Adapter-1.08
PKGNAME= p5-${DISTNAME}
@@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Class/Adapter/.packlist
post-extract:
- chmod -x ${WRKSRC}/lib/Class/*.pm ${WRKSRC}/lib/Class/Adapter/*.pm
+ chmod a-x ${WRKSRC}/lib/Class/*.pm ${WRKSRC}/lib/Class/Adapter/*.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Config-Find/Makefile b/devel/p5-Config-Find/Makefile
index 9908890fed9..341701ed27a 100644
--- a/devel/p5-Config-Find/Makefile
+++ b/devel/p5-Config-Find/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/08/15 12:39:58 mef Exp $
+# $NetBSD: Makefile,v 1.16 2016/03/03 19:42:29 shattered Exp $
DISTNAME= Config-Find-0.31
PKGNAME= p5-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= p5-File-HomeDir>=0.80:../../devel/p5-File-HomeDir
PERL5_PACKLIST= auto/Config/Find/.packlist
post-extract:
- cd ${WRKSRC} && chmod -x lib/Config/Find.pm lib/Config/Find/*.pm
+ cd ${WRKSRC} && chmod a-x lib/Config/Find.pm lib/Config/Find/*.pm
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-flexmock/Makefile b/devel/ruby-flexmock/Makefile
index 861a3e904be..794a477d02b 100644
--- a/devel/ruby-flexmock/Makefile
+++ b/devel/ruby-flexmock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2016/02/16 15:02:45 taca Exp $
+# $NetBSD: Makefile,v 1.19 2016/03/03 19:42:29 shattered Exp $
DISTNAME= flexmock-2.0.4
CATEGORIES= devel
@@ -9,7 +9,7 @@ COMMENT= Flexible mock object library for Ruby unit testing
LICENSE= isc
pre-configure:
- find ${WRKSRC}/doc -type f -exec chmod -x {} \;
+ find ${WRKSRC}/doc -type f -exec chmod a-x {} \;
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile
index 45b38317293..e723a5e5b27 100644
--- a/devel/vera++/Makefile
+++ b/devel/vera++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/04/17 15:53:02 adam Exp $
+# $NetBSD: Makefile,v 1.17 2016/03/03 19:42:29 shattered Exp $
#
DISTNAME= vera++-1.1.1
@@ -30,7 +30,7 @@ MAKE_FLAGS+= TCLINCLUDE_DIR=${BUILDLINK_PREFIX.tcl}/include
INSTALLATION_DIRS= bin share/doc/vera++ share/vera++
post-extract:
- cd ${WRKSRC} && find . -type f -exec chmod -x {} \;
+ cd ${WRKSRC} && find . -type f -exec chmod a-x {} \;
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vera++ ${DESTDIR}${PREFIX}/bin/vera++
diff --git a/games/netmaj/Makefile b/games/netmaj/Makefile
index 5910000f790..68dd6b58630 100644
--- a/games/netmaj/Makefile
+++ b/games/netmaj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2015/08/17 17:11:23 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2016/03/03 19:42:29 shattered Exp $
#
DISTNAME= netmaj-2.0.7
@@ -23,7 +23,7 @@ DOCDIR= ${PREFIX}/share/doc/netmaj
pre-configure:
cp ${FILESDIR}/configure.sh ${WRKSRC}/configure
chmod +x ${WRKSRC}/configure
- chmod -x ${WRKSRC}/auto.pf
+ chmod a-x ${WRKSRC}/auto.pf
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile
index 5a6e69ca18f..a59cee8ba42 100644
--- a/mail/anomy-sanitizer/Makefile
+++ b/mail/anomy-sanitizer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2015/07/12 18:56:22 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2016/03/03 19:42:29 shattered Exp $
#
DISTNAME= anomy-sanitizer-1.76
@@ -28,7 +28,7 @@ INSTALLATION_DIRS= sbin
post-extract:
chmod -R u+w,go-w,a+r ${WRKSRC}
- cd ${WRKSRC}/bin/Anomy && chmod -x *.pm */*.pm
+ cd ${WRKSRC}/bin/Anomy && chmod a-x *.pm */*.pm
do-build:
set -e; \
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index 49713df0f1f..baab6d395a7 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2015/06/12 10:51:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/03/03 19:42:29 shattered Exp $
DISTNAME= Crypt-SSLeay-0.72
PKGNAME= p5-${DISTNAME}
@@ -22,7 +22,7 @@ MAKE_ENV+= PERL_MM_USE_DEFAULT=1
MAKE_PARAMS+= --lib=${SSLBASE}
post-extract:
- chmod -x ${WRKSRC}/lib/Net/SSL.pm
+ chmod a-x ${WRKSRC}/lib/Net/SSL.pm
.include "../../lang/perl5/module.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile
index b1c043c54a7..4614c2a48a0 100644
--- a/time/p5-TimeDate/Makefile
+++ b/time/p5-TimeDate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/06/12 10:51:46 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2016/03/03 19:42:30 shattered Exp $
#
DISTNAME= TimeDate-2.30
@@ -18,7 +18,7 @@ PERL5_PACKLIST= auto/Date/Parse/.packlist
post-extract:
cd ${WRKSRC}; \
for f in Russian_cp1251.pm Russian_koi8r.pm Turkish.pm; do \
- chmod -x lib/Date/Language/$${f}; \
+ chmod a-x lib/Date/Language/$${f}; \
done
.include "../../lang/perl5/module.mk"
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile
index d5e79af78fe..1737deeaa41 100644
--- a/www/p5-HTTPD-User-Manage/Makefile
+++ b/www/p5-HTTPD-User-Manage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/06/12 10:52:04 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2016/03/03 19:42:30 shattered Exp $
DISTNAME= HTTPD-User-Manage-1.66
PKGNAME= p5-${DISTNAME}
@@ -22,7 +22,7 @@ SUBST_FILES.um= user_manage
SUBST_VARS.um= PKG_SYSCONFDIR
post-extract:
- chmod -x ${WRKSRC}/lib/HTTPD/UserAdmin/DBM.pm
+ chmod a-x ${WRKSRC}/lib/HTTPD/UserAdmin/DBM.pm
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/user_manage ${DESTDIR}${PREFIX}/bin
diff --git a/www/py-furl/Makefile b/www/py-furl/Makefile
index 478b33122ab..24ee3ffe67a 100644
--- a/www/py-furl/Makefile
+++ b/www/py-furl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/04/13 23:12:43 rodent Exp $
+# $NetBSD: Makefile,v 1.10 2016/03/03 19:42:30 shattered Exp $
DISTNAME= furl-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.1:../../databases/py-orderedmulti
USE_LANGUAGES= # none
post-install:
- chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
+ chmod a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"