pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnutls Change commented-out bl3 to guile20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/983f9cc729d2
branches:  trunk
changeset: 352501:983f9cc729d2
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Sep 15 15:44:27 2016 +0000

description:
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.

diffstat:

 security/gnutls/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 920042e14ea6 -r 983f9cc729d2 security/gnutls/Makefile
--- a/security/gnutls/Makefile  Thu Sep 15 15:42:39 2016 +0000
+++ b/security/gnutls/Makefile  Thu Sep 15 15:44:27 2016 +0000
@@ -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 @@
 .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