diff options
author | theraven <theraven@FreeBSD.org> | 2017-08-26 10:24:56 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2017-08-26 10:24:56 +0000 |
commit | 04d7aa2a9ca51918f704c67317e060ea17a87a70 (patch) | |
tree | 3fd89a2841a4a8a358d3cebd9eca010eb770ce71 | |
parent | 89e4ec6e2a197d7e2623fabb6b894389391d9bbd (diff) | |
download | FreeBSD-ports-04d7aa2a9ca51918f704c67317e060ea17a87a70.zip FreeBSD-ports-04d7aa2a9ca51918f704c67317e060ea17a87a70.tar.gz |
Remove the OpenSSL option from lang/gnustep-base
GNUstep Base no longer supports building with OpenSSL, the option was broken.
PR: 221789
Submitted by: Martin Waschbuesch
Reported by: Martin Waschbuesch
-rw-r--r-- | lang/gnustep-base/Makefile | 10 | ||||
-rw-r--r-- | lang/gnustep-base/pkg-plist | 3 |
2 files changed, 3 insertions, 10 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 63d4ad4..b7e55ce 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -34,9 +34,8 @@ STAGEHEADER= ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Headers PLIST_SUB+= BASEVERSION=${PORTVERSION:R} -OPTIONS_DEFINE= ICU -OPTIONS_RADIO= SSL ZEROCONF -OPTIONS_RADIO_SSL= GNUTLS OPENSSL +OPTIONS_DEFINE= ICU GNUTLS +OPTIONS_RADIO= ZEROCONF OPTIONS_RADIO_ZEROCONF= AVAHI MDNS OPTIONS_DEFAULT= ICU GNUTLS AVAHI OPTIONS_SUB= yes @@ -49,10 +48,7 @@ ICU_LIB_DEPENDS= libicuuc.so:devel/icu ICU_CONFIGURE_OFF= --disable-icu GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_CONFIGURE_ENABLE=tls - -OPENSSL_USES= ssl -OPENSSL_CONFIGURE_OFF= --disable-openssl +GNUTLS_CONFIGURE_OFF= --disable-tls .include <bsd.port.options.mk> diff --git a/lang/gnustep-base/pkg-plist b/lang/gnustep-base/pkg-plist index 82d64f0..a794ad4 100644 --- a/lang/gnustep-base/pkg-plist +++ b/lang/gnustep-base/pkg-plist @@ -827,9 +827,6 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/W-SU GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/WET GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/NSTimeZones/zones/Zulu -%%OPENSSL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/SSL.bundle/Resources/Info-gnustep.plist -%%OPENSSL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/SSL.bundle/SSL -%%OPENSSL%%GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/SSL.bundle/stamp.make GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/Spanish.lproj/Localizable.strings GNUstep/System/Library/Libraries/gnustep-base/Versions/%%BASEVERSION%%/Resources/TraditionalChinese.lproj/Localizable.strings GNUstep/System/Library/Libraries/libgnustep-base.so |