head 1.2; access; symbols pkgsrc-2018Q3:1.1.0.2 pkgsrc-2018Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2018.12.22.01.13.52; author adam; state dead; branches; next 1.1; commitid O1rUV8UEulLrrJ4B; 1.1 date 2018.09.20.18.24.08; author tnn; state Exp; branches; next ; commitid C7EwI6E10bfR8SSA; desc @@ 1.2 log @samba4: buidling fixes PkgSrc changes: * fix building on Darwin and probably other systems as well * install manpages * use correct install_name on Darwin * does not collide with p5-Parse-Yapp anymore * use cmocka and libgcrypt * clean-ups @ text @$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) @ 1.1 log @samba4: fix PLIST error if building while pkg is already installed @ text @d1 1 a1 1 $NetBSD$ @