pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/samba4
Module Name: pkgsrc
Committed By: tnn
Date: Thu Sep 20 18:24:08 UTC 2018
Modified Files:
pkgsrc/net/samba4: distinfo
Added Files:
pkgsrc/net/samba4/patches: patch-pidl_lib_wscript__build
Log Message:
samba4: fix PLIST error if building while pkg is already installed
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/samba4/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/net/samba4/patches/patch-pidl_lib_wscript__build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/samba4/distinfo
diff -u pkgsrc/net/samba4/distinfo:1.17 pkgsrc/net/samba4/distinfo:1.18
--- pkgsrc/net/samba4/distinfo:1.17 Sat Nov 11 01:32:47 2017
+++ pkgsrc/net/samba4/distinfo Thu Sep 20 18:24:08 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.17 2017/11/11 01:32:47 jklos Exp $
+$NetBSD: distinfo,v 1.18 2018/09/20 18:24:08 tnn Exp $
SHA1 (samba-4.6.8.tar.gz) = 744fa10e3ad8ea7219e51c27f3792d99e25782be
RMD160 (samba-4.6.8.tar.gz) = 3ecde1cfe97ce50d4864bf5c8e732127f13468bb
@@ -11,6 +11,7 @@ SHA1 (patch-lib_param_loadparm.h) = 0216
SHA1 (patch-lib_replace_wscript) = b6a042c2c13c0be78d7b64c0ce2efdaf4bbb1f3b
SHA1 (patch-lib_tevent_wscript) = 9617b9e40d2ffc8d6297390a20ba9bd44147d669
SHA1 (patch-nsswitch_wscript__build) = e8a6251e031ffa13d6347fade8891f7afd65d3eb
+SHA1 (patch-pidl_lib_wscript__build) = 82a4b42c20df7e6d8927b53471123f0536c81866
SHA1 (patch-source3_script_tests_test__smbclient__s3.sh) = 4b4be0691322afc70769602069c8a1bbd81ab639
SHA1 (patch-source4_heimdal__build_roken.h) = ee535f8e7cc46a3487d95bc859438c476a88fe60
SHA1 (patch-source4_scripting_wsript_build) = 6053076427835ac4fe97d93b2ff67d2caccc71f4
Added files:
Index: pkgsrc/net/samba4/patches/patch-pidl_lib_wscript__build
diff -u /dev/null pkgsrc/net/samba4/patches/patch-pidl_lib_wscript__build:1.1
--- /dev/null Thu Sep 20 18:24:08 2018
+++ pkgsrc/net/samba4/patches/patch-pidl_lib_wscript__build Thu Sep 20 18:24:08 2018
@@ -0,0 +1,18 @@
+$NetBSD: patch-pidl_lib_wscript__build,v 1.1 2018/09/20 18:24:08 tnn Exp $
+
+Fix PLIST error if building while pkg is already installed.
+Samba's configure will detect it's own file in $PREFIX and
+then elect to no install it because it thinks it is "system provided".
+
+--- pidl/lib/wscript_build.orig 2017-01-11 07:55:14.000000000 +0000
++++ pidl/lib/wscript_build
+@@ -31,7 +31,7 @@ bld.INSTALL_FILES(bld.env.PERL_LIB_INSTA
+ ''',
+ flat=False)
+
+-if not bld.CONFIG_SET('USING_SYSTEM_PARSE_YAPP_DRIVER'):
+- bld.INSTALL_FILES(bld.env.PERL_LIB_INSTALL_DIR,
++#if not bld.CONFIG_SET('USING_SYSTEM_PARSE_YAPP_DRIVER'):
++bld.INSTALL_FILES(bld.env.PERL_LIB_INSTALL_DIR,
+ 'Parse/Yapp/Driver.pm',
+ flat=False)
Home |
Main Index |
Thread Index |
Old Index