pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkgsrc: samba4: require GCC 4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3be9ec7e15b6
branches:  trunk
changeset: 306187:3be9ec7e15b6
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Apr 12 09:05:57 2018 +0000
description:
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)

diffstat:

 net/samba4/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d6d23dfe4222 -r 3be9ec7e15b6 net/samba4/Makefile
--- a/net/samba4/Makefile       Thu Apr 12 08:40:27 2018 +0000
+++ b/net/samba4/Makefile       Thu Apr 12 09:05:57 2018 +0000
@@ -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 @@
 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