mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
- Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
18 lines
587 B
Text
18 lines
587 B
Text
--- configure.orig 2016-03-03 07:52:15 UTC
|
|
+++ configure
|
|
@@ -47228,6 +47228,7 @@ fi
|
|
$as_echo "$enable_dane" >&6; }
|
|
|
|
if test "$enable_dane" != "no"; then
|
|
+ oldlibs="$LIBS"
|
|
LIBS="$oldlibs -lunbound"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for unbound library" >&5
|
|
$as_echo_n "checking for unbound library... " >&6; }
|
|
@@ -47444,6 +47445,7 @@ else
|
|
fi
|
|
|
|
if test "$with_tpm" != "no"; then
|
|
+ oldlibs="$LIBS"
|
|
LIBS="$oldlibs -ltspi"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tss library" >&5
|
|
$as_echo_n "checking for tss library... " >&6; }
|