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: hauke
Date: Thu Mar 24 10:16:13 UTC 2022
Modified Files:
pkgsrc/net/samba4: Makefile distinfo
pkgsrc/net/samba4/patches: patch-source4_heimdal__build_roken.h
Log Message:
Restore a SYSCONFDIR path substitution that had gone lost, probably as
a result of running mkpatches after 'make configure'.
To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/net/samba4/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/net/samba4/distinfo
cvs rdiff -u -r1.3 -r1.4 \
pkgsrc/net/samba4/patches/patch-source4_heimdal__build_roken.h
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/Makefile
diff -u pkgsrc/net/samba4/Makefile:1.141 pkgsrc/net/samba4/Makefile:1.142
--- pkgsrc/net/samba4/Makefile:1.141 Sun Mar 20 21:53:53 2022
+++ pkgsrc/net/samba4/Makefile Thu Mar 24 10:16:13 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.141 2022/03/20 21:53:53 adam Exp $
+# $NetBSD: Makefile,v 1.142 2022/03/24 10:16:13 hauke Exp $
DISTNAME= samba-4.15.6
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= https://download.samba.org/pub/samba/stable/
@@ -159,6 +160,7 @@ SUBST_SED.docbook+= -e 's,http://docbook
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing paths.
SUBST_FILES.paths= ${WRKDIR}/adduser.sh ${WRKDIR}/deluser.sh
+SUBST_FILES.paths+= source4/heimdal_build/roken.h
SUBST_STAGE.paths= pre-configure
SUBST_SED.paths+= -e 's,@PERL@,${PERL5},g'
SUBST_VARS.paths= AWK CAT MKTEMP RM PWD_MKDB SH PERL PKG_SYSCONFBASE
Index: pkgsrc/net/samba4/distinfo
diff -u pkgsrc/net/samba4/distinfo:1.75 pkgsrc/net/samba4/distinfo:1.76
--- pkgsrc/net/samba4/distinfo:1.75 Sun Mar 20 21:53:53 2022
+++ pkgsrc/net/samba4/distinfo Thu Mar 24 10:16:13 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.75 2022/03/20 21:53:53 adam Exp $
+$NetBSD: distinfo,v 1.76 2022/03/24 10:16:13 hauke Exp $
BLAKE2s (samba-4.15.6.tar.gz) = b11fd56c12dfbb3e0dc3e7b5e25b73f964b3b26afcc504293f2050c9bb9b0cfd
SHA512 (samba-4.15.6.tar.gz) = cd193d74173831449abc24f1769f0af2dabd5dd8a65507af7b09fde6dd5780d30336d59600add939b044cfa5781f357ec9192c7fed1a1e7278812b6c07b824e2
@@ -29,7 +29,7 @@ SHA1 (patch-source3_smbd_open.c) = 002f2
SHA1 (patch-source3_smbd_process.c) = 3a6f9682aca6473e364d0be0f601774df4fd1296
SHA1 (patch-source3_utils_net__offlinejoin.c) = 773a4686d5e2a7eaebf9430529708e8318d45c77
SHA1 (patch-source4_dsdb_samdb_ldb__modules_wscript__build__server) = 47f55ec16b667a0a4d38de5ac89a117f2ac8f898
-SHA1 (patch-source4_heimdal__build_roken.h) = 4d2b5ab1f5db994263c3a451175f01ff688ad20d
+SHA1 (patch-source4_heimdal__build_roken.h) = c9fbcb1cf505022ae1483774ed429d74ac091253
SHA1 (patch-source4_heimdal_include_heim__threads.h) = 1108fe804f235c72a93bcda0ec14454828ed030f
SHA1 (patch-source4_scripting_wsript_build) = 816d44f48b6cbc6d999995e00eaea1d2dc477159
SHA1 (patch-source4_utils_oLschema2ldif_wscript__build) = cbba15c2c0e1eee9d07424510a96b596f46992b4
Index: pkgsrc/net/samba4/patches/patch-source4_heimdal__build_roken.h
diff -u pkgsrc/net/samba4/patches/patch-source4_heimdal__build_roken.h:1.3 pkgsrc/net/samba4/patches/patch-source4_heimdal__build_roken.h:1.4
--- pkgsrc/net/samba4/patches/patch-source4_heimdal__build_roken.h:1.3 Mon Mar 7 21:40:38 2022
+++ pkgsrc/net/samba4/patches/patch-source4_heimdal__build_roken.h Thu Mar 24 10:16:13 2022
@@ -1,4 +1,4 @@
-$NetBSD: patch-source4_heimdal__build_roken.h,v 1.3 2022/03/07 21:40:38 thor Exp $
+$NetBSD: patch-source4_heimdal__build_roken.h,v 1.4 2022/03/24 10:16:13 hauke Exp $
Substitute SYSCONFDIR in embedded Heimdal too.
@@ -9,7 +9,7 @@ Substitute SYSCONFDIR in embedded Heimda
/* path to sysconf - should we force this to samba LIBDIR ? */
-#define SYSCONFDIR "/etc"
-+#define SYSCONFDIR "/data/pkg/etc"
++#define SYSCONFDIR "@PKG_SYSCONFBASE@"
#define rk_PATH_DELIM '/'
Home |
Main Index |
Thread Index |
Old Index