Opened 6 years ago

Closed 6 years ago

#55040 closed enhancement (fixed)

gnutls: add variant "guile"

Reported by: mwette Owned by: Schamschula (Marius Schamschula)
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: haspatch Cc:
Port: gnutls

Description

Please add a new variant "guile" to gnutls. Guile needs gnutls to use web services over https.

I have it working with the following update to the gnutls Portfile:

--- Portfile.orig	2017-10-08 15:00:12.000000000 -0700
+++ Portfile	2017-10-08 09:14:54.000000000 -0700
@@ -71,6 +71,12 @@
     configure.args-delete   --disable-libdane
 }
 
+variant guile description {Build guile bindings} {
+    depends_lib-append      port:guile
+    configure.args-delete   --disable-guile
+    configure.args-append   --enable-guile
+}
+
 # as of r120660 (#43881) unbound installs its root key file at ${prefix}/var/run/unbound/root.key
 # the following may be superfluous

Change History (2)

comment:1 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added; gnutls guile removed
Milestone: MacPorts Future
Owner: set to Schamschula
Status: newassigned
Summary: request for gnutls port: add variant "guile"gnutls: add variant "guile"

Better to use configure.args-replace than configure.args-delete and configure.args-append.

comment:2 Changed 6 years ago by Schamschula (Marius Schamschula)

Resolution: fixed
Status: assignedclosed

In 875c22c342c27068afff32d2e93ebe4b4016bbe4/macports-ports:

gnutls: add guile variant

Closes: #55040

Note: See TracTickets for help on using tickets.