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:   nikita
Date:           Wed Feb 15 07:40:52 UTC 2023

Modified Files:
        pkgsrc/security/gnutls: Makefile buildlink3.mk options.mk
Removed Files:
        pkgsrc/security/gnutls: PLIST.guile

Log Message:
gnutls: remove guile bindings, dropped and moved to https://gitlab.com/gnutls/guile/


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/security/gnutls/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/security/gnutls/PLIST.guile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/security/gnutls/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/gnutls/options.mk

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.237 pkgsrc/security/gnutls/Makefile:1.238
--- pkgsrc/security/gnutls/Makefile:1.237       Tue Feb 14 16:45:21 2023
+++ pkgsrc/security/gnutls/Makefile     Wed Feb 15 07:40:52 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.237 2023/02/14 16:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.238 2023/02/15 07:40:52 nikita Exp $
 
 DISTNAME=      gnutls-3.8.0
+PKGREVISION=   1
 CATEGORIES=    security devel
 MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gnutls/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/security/gnutls/buildlink3.mk
diff -u pkgsrc/security/gnutls/buildlink3.mk:1.45 pkgsrc/security/gnutls/buildlink3.mk:1.46
--- pkgsrc/security/gnutls/buildlink3.mk:1.45   Wed Oct 26 10:31:07 2022
+++ pkgsrc/security/gnutls/buildlink3.mk        Wed Feb 15 07:40:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.45 2022/10/26 10:31:07 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.46 2023/02/15 07:40:52 nikita Exp $
 
 BUILDLINK_TREE+=       gnutls
 
@@ -22,9 +22,6 @@ pkgbase := gnutls
 .if ${PKG_BUILD_OPTIONS.gnutls:Mdane}
 .include "../../net/unbound/buildlink3.mk"
 .endif
-.if ${PKG_BUILD_OPTIONS.gnutls:Mguile}
-.include "../../lang/guile22/buildlink3.mk"
-.endif
 .endif # GNUTLS_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -gnutls

Index: pkgsrc/security/gnutls/options.mk
diff -u pkgsrc/security/gnutls/options.mk:1.5 pkgsrc/security/gnutls/options.mk:1.6
--- pkgsrc/security/gnutls/options.mk:1.5       Sun Feb  6 20:54:24 2022
+++ pkgsrc/security/gnutls/options.mk   Wed Feb 15 07:40:52 2023
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.5 2022/02/06 20:54:24 rillig Exp $
+# $NetBSD: options.mk,v 1.6 2023/02/15 07:40:52 nikita Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnutls
-PKG_SUPPORTED_OPTIONS= dane guile
+PKG_SUPPORTED_OPTIONS= dane
 
 .include "../../mk/bsd.options.mk"
 
@@ -12,11 +12,3 @@ PLIST_SRC+=          PLIST.dane
 .else
 CONFIGURE_ARGS+=       --disable-libdane
 .endif
-
-.if !empty(PKG_OPTIONS:Mguile)
-.include "../../lang/guile22/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-guile
-PLIST_SRC+=            PLIST.guile
-.else
-CONFIGURE_ARGS+=       --disable-guile
-.endif



Home | Main Index | Thread Index | Old Index