From owner-svn-ports-all@FreeBSD.ORG Sun Mar 29 12:15:42 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0DCED89D; Sun, 29 Mar 2015 12:15:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D23C0A63; Sun, 29 Mar 2015 12:15:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2TCFfUI085300; Sun, 29 Mar 2015 12:15:41 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2TCFfpV085298; Sun, 29 Mar 2015 12:15:41 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201503291215.t2TCFfpV085298@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 29 Mar 2015 12:15:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382595 - head/net/hostapd X-SVN-Group: ports-head 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.18-1 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: Sun, 29 Mar 2015 12:15:42 -0000 Author: marino Date: Sun Mar 29 12:15:40 2015 New Revision: 382595 URL: https://svnweb.freebsd.org/changeset/ports/382595 QAT: https://qat.redports.org/buildarchive/r382595/ Log: net/hostapd: Upgrade version 2.3 => 2.4, add PORTS_SSL option PR: 198889 Submitted by: maintainer (leres - ee.lbl.gov) Modified: head/net/hostapd/Makefile head/net/hostapd/distinfo Modified: head/net/hostapd/Makefile ============================================================================== --- head/net/hostapd/Makefile Sun Mar 29 11:51:01 2015 (r382594) +++ head/net/hostapd/Makefile Sun Mar 29 12:15:40 2015 (r382595) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= hostapd -PORTVERSION= 2.3 -PORTREVISION= 1 +PORTVERSION= 2.4 CATEGORIES= net MASTER_SITES= http://w1.fi/releases/ @@ -23,6 +22,23 @@ BROKEN_ia64= does not compile BROKEN_powerpc= does not compile BROKEN_sparc64= does not compile +OPTIONS_DEFINE= PORTS_SSL + +PORTS_SSL_DESC= Build with OpenSSL from ports (instead of base system) + +.include + +.if ${PORT_OPTIONS:MPORTS_SSL} +.if !defined(WITH_OPENSSL_PORT) +IGNORE= the PORTS_SSL option not allowed when WITH_OPENSSL_PORT is not set +.endif +CONFIGURE_ARGS+= --with-ssl-dir=${PREFIX} +.else +.if defined(WITH_OPENSSL_PORT) +IGNORE= the PORTS_SSL option is required when WITH_OPENSSL_PORT is set +.endif +.endif + post-patch: @${REINPLACE_CMD} -e 's|@$$(E) " CC " $$<|@$$(E) " $$(CC) " $$<|' \ ${BUILD_WRKSRC}/Makefile Modified: head/net/hostapd/distinfo ============================================================================== --- head/net/hostapd/distinfo Sun Mar 29 11:51:01 2015 (r382594) +++ head/net/hostapd/distinfo Sun Mar 29 12:15:40 2015 (r382595) @@ -1,2 +1,2 @@ -SHA256 (hostapd-2.3.tar.gz) = c94c2b76876fad4c80a1063a06f958a2189ba5003475016fa7658a1ca49bb4df -SIZE (hostapd-2.3.tar.gz) = 1592480 +SHA256 (hostapd-2.4.tar.gz) = 6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f +SIZE (hostapd-2.4.tar.gz) = 1658872