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:   jnemeth
Date:           Mon Apr 10 15:27:22 UTC 2017

Modified Files:
        pkgsrc/net/samba4: Makefile

Log Message:
Add pkg-config to USE_TOOLS, which is needed to find gnutls.
Problem found in a bulk build.  Not bumping PKGREVISION since it
shouldn't change the binary package when it built.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 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.28 pkgsrc/net/samba4/Makefile:1.29
--- pkgsrc/net/samba4/Makefile:1.28     Sat Apr  8 08:56:27 2017
+++ pkgsrc/net/samba4/Makefile  Mon Apr 10 15:27:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/04/08 08:56:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/10 15:27:22 jnemeth Exp $
 
 DISTNAME=      samba-${VERSION}
 CATEGORIES=    net
@@ -50,7 +50,7 @@ FILES_SUBST+=         SMB_PID=${SMB_PID}
 
 # mktemp is useful for the replacement adduser script, but don't require
 # a full dependency since it's not actually needed by samba.
-USE_TOOLS+=            gmake mktemp perl:run
+USE_TOOLS+=            gmake mktemp perl:run pkg-config
 
 REPLACE_PERL=          script/findsmb.in
 



Home | Main Index | Thread Index | Old Index