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:   maya
Date:           Thu Apr 12 09:05:57 UTC 2018

Modified Files:
        pkgsrc/net/samba4: Makefile

Log Message:
samba4: require GCC 4.4

from xalopp in https://github.com/NetBSD/pkgsrc/pull/24
(Doesn't include the PLIST changes, which I'm hesitating about)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 pkgsrc/net/samba4/Makefile:1.41
--- pkgsrc/net/samba4/Makefile:1.40     Mon Mar 12 11:17:23 2018
+++ pkgsrc/net/samba4/Makefile  Thu Apr 12 09:05:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2018/03/12 11:17:23 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/04/12 09:05:57 maya Exp $
 
 DISTNAME=      samba-${VERSION}
 PKGREVISION=   5
@@ -15,6 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-expat-[0-9]*:..
 VERSION=       4.6.8
 CONFLICTS+=    ja-samba-[0-9]* tdb-[0-9]* winbind-[0-9]*
 
+GCC_REQD+=     4.4
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
 DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns



Home | Main Index | Thread Index | Old Index