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: jperkin
Date: Fri Sep 11 17:18:09 UTC 2020
Modified Files:
pkgsrc/net/samba4: Makefile
Log Message:
samba4: Limit iconv hack to NetBSD.
Resolves issue on Linux reported by sobukus on IRC.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/net/samba4/Makefile
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.107 pkgsrc/net/samba4/Makefile:1.108
--- pkgsrc/net/samba4/Makefile:1.107 Mon Aug 31 18:10:53 2020
+++ pkgsrc/net/samba4/Makefile Fri Sep 11 17:18:09 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2020/08/31 18:10:53 wiz Exp $
+# $NetBSD: Makefile,v 1.108 2020/09/11 17:18:09 jperkin Exp $
DISTNAME= samba-4.12.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= https://download.samba.org/pub/samba/stable/
@@ -57,8 +57,10 @@ FILES_SUBST+= SMB_PID=${SMB_PID}
# a full dependency since it's not actually needed by samba.
USE_TOOLS+= gmake mktemp perl:run pkg-config
+.if ${OPSYS} == "NetBSD"
USE_GNU_ICONV= yes # FIXME: something doesn't work on NetBSD
BROKEN_GETTEXT_DETECTION= yes
+.endif
# Debugging
#CONFIGURE_ARGS+= -vvv
Home |
Main Index |
Thread Index |
Old Index