Opened 7 years ago
Closed 7 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 7 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added; gnutls guile removed |
---|---|
Milestone: | MacPorts Future |
Owner: | set to Schamschula |
Status: | new → assigned |
Summary: | request for gnutls port: add variant "guile" → gnutls: add variant "guile" |
comment:2 Changed 7 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Better to use
configure.args-replace
thanconfigure.args-delete
andconfigure.args-append
.