Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-source4_scripting_wsript_build,v 1.2 2015/06/26 16:09:49 jperkin Exp $
Avoid getting strange ending # character on interpreter
name like:
#!/usr/pkg/bin/python2.7#
--- source4/scripting/wscript_build.orig 2014-10-01 09:16:21.000000000 +0000
+++ source4/scripting/wscript_build
@@ -9,7 +9,7 @@ if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLE
if sbin_files:
bld.INSTALL_FILES('${SBINDIR}',
sbin_files,
- chmod=MODE_755, python_fixup=True, flat=True)
+ chmod=MODE_755, python_fixup=False, flat=True)
if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
bld.INSTALL_FILES('${BINDIR}',