From owner-svn-ports-all@freebsd.org Sat Feb 18 02:58:48 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 0C5D7CE32D6; Sat, 18 Feb 2017 02:58:48 +0000 (UTC) (envelope-from bdrewery@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 CD4821622; Sat, 18 Feb 2017 02:58:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1I2wkA9055783; Sat, 18 Feb 2017 02:58:46 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1I2wkRh055782; Sat, 18 Feb 2017 02:58:46 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201702180258.v1I2wkRh055782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 18 Feb 2017 02:58:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434326 - head/security/luasec 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.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, 18 Feb 2017 02:58:48 -0000 Author: bdrewery Date: Sat Feb 18 02:58:46 2017 New Revision: 434326 URL: https://svnweb.freebsd.org/changeset/ports/434326 Log: Fix security/luasec-51 to have the proper PKGNAMEPREFIX of lua51- after r434315. Modified: head/security/luasec/Makefile Modified: head/security/luasec/Makefile ============================================================================== --- head/security/luasec/Makefile Sat Feb 18 00:29:07 2017 (r434325) +++ head/security/luasec/Makefile Sat Feb 18 02:58:46 2017 (r434326) @@ -19,7 +19,9 @@ ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ CPATH=${LUA_MODLIBDIR} LD=${CC} +.if !defined(SLAVE_PORT) USES= lua ssl +.endif CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3 LDFLAGS+= -L${OPENSSLLIB}