From owner-svn-ports-all@freebsd.org Sat Aug 26 10:24:57 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4FACDF3240; Sat, 26 Aug 2017 10:24:57 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7295166397; Sat, 26 Aug 2017 10:24:57 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7QAOuRV003290; Sat, 26 Aug 2017 10:24:56 GMT (envelope-from theraven@FreeBSD.org) Received: (from theraven@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7QAOu9T003288; Sat, 26 Aug 2017 10:24:56 GMT (envelope-from theraven@FreeBSD.org) Message-Id: <201708261024.v7QAOu9T003288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: theraven set sender to theraven@FreeBSD.org using -f From: David Chisnall Date: Sat, 26 Aug 2017 10:24:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448759 - head/lang/gnustep-base X-SVN-Group: ports-head X-SVN-Commit-Author: theraven X-SVN-Commit-Paths: head/lang/gnustep-base X-SVN-Commit-Revision: 448759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2017 10:24:57 -0000 Author: theraven Date: Sat Aug 26 10:24:56 2017 New Revision: 448759 URL: https://svnweb.freebsd.org/changeset/ports/448759 Log: 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 Modified: head/lang/gnustep-base/Makefile head/lang/gnustep-base/pkg-plist Modified: head/lang/gnustep-base/Makefile ============================================================================== --- head/lang/gnustep-base/Makefile Sat Aug 26 10:21:40 2017 (r448758) +++ head/lang/gnustep-base/Makefile Sat Aug 26 10:24:56 2017 (r448759) @@ -34,9 +34,8 @@ STAGEHEADER= ${STAGEDIR}${PREFIX}/GNUstep/System/Libra 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 Modified: head/lang/gnustep-base/pkg-plist ============================================================================== --- head/lang/gnustep-base/pkg-plist Sat Aug 26 10:21:40 2017 (r448758) +++ head/lang/gnustep-base/pkg-plist Sat Aug 26 10:24:56 2017 (r448759) @@ -827,9 +827,6 @@ GNUstep/System/Library/Libraries/gnustep-base/Versions 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