Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131661010
D8456.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
876 B
Referenced Files
None
Subscribers
None
D8456.diff
View Options
Index: ftp/wget/Makefile
===================================================================
--- ftp/wget/Makefile
+++ ftp/wget/Makefile
@@ -20,7 +20,7 @@
OPTIONS_RADIO= SSL
OPTIONS_RADIO_SSL=GNUTLS OPENSSL
-OPTIONS_DEFINE= IPV6 NLS IDN PCRE
+OPTIONS_DEFINE= IPV6 NLS IDN METALINK PCRE PSL
OPTIONS_DEFAULT=OPENSSL IDN
PCRE_DESC= Support Perl regular expressions in addition to POSIX
@@ -37,11 +37,17 @@
IDN_CONFIGURE_ENABLE= iri
IDN_CONFIGURE_ON= --with-libidn=${LOCALBASE}
+METALINK_CONFIGURE_WITH=metalink
+METALINK_LIB_DEPENDS= libmetalink.so:misc/libmetalink
+
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
PCRE_CPPFLAGS= -I${LOCALBASE}/include
PCRE_LDFLAGS= -L${LOCALBASE}/lib
PCRE_CONFIGURE_ENV_OFF= ac_cv_header_pcre_h=no
+PSL_CONFIGURE_WITH= libpsl
+PSL_LIB_DEPENDS= libpsl.so:dns/libpsl
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENSSL}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 3:19 AM (14 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23560688
Default Alt Text
D8456.diff (876 B)
Attached To
Mode
D8456: Add METALINK and PSL options
Attached
Detach File
Event Timeline
Log In to Comment