pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gnutls



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Sep 15 15:44:27 UTC 2016

Modified Files:
        pkgsrc/security/gnutls: Makefile

Log Message:
Change commented-out bl3 to guile20

This package disables guile unconditionally.  This just changes the
comment to not include 2.0 instead of not including 1.8, to reduce the
number of packages that look like they need updating.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/security/gnutls/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnutls/Makefile
diff -u pkgsrc/security/gnutls/Makefile:1.161 pkgsrc/security/gnutls/Makefile:1.162
--- pkgsrc/security/gnutls/Makefile:1.161       Sat Jul  9 06:38:54 2016
+++ pkgsrc/security/gnutls/Makefile     Thu Sep 15 15:44:27 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2016/07/09 06:38:54 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2016/09/15 15:44:27 gdt Exp $
 
 DISTNAME=      gnutls-3.3.18
 PKGREVISION=   2
@@ -59,5 +59,5 @@ BUILDLINK_API_DEPENDS.libtasn1+=      libtasn
 .include "../../security/libtasn1/buildlink3.mk"
 .include "../../security/nettle/buildlink3.mk"
 # guile is useful for selftests, but bindings should be separate pkgs
-#.include "../../lang/guile/buildlink3.mk"
+#.include "../../lang/guile20/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index