From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 22 11:10:14 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 085F41065675 for ; Thu, 22 Mar 2012 11:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D3BB78FC1C for ; Thu, 22 Mar 2012 11:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2MBADv1054892 for ; Thu, 22 Mar 2012 11:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2MBAD71054891; Thu, 22 Mar 2012 11:10:13 GMT (envelope-from gnats) Resent-Date: Thu, 22 Mar 2012 11:10:13 GMT Resent-Message-Id: <201203221110.q2MBAD71054891@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A43DC106567A for ; Thu, 22 Mar 2012 11:02:50 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE7F8FC17 for ; Thu, 22 Mar 2012 11:02:50 +0000 (UTC) Received: from tor-exit-router38-readme.formlessnetworking.net ([199.48.147.38]:53435 helo=internal.tormail.net) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1SAf64-002lbs-6n for FreeBSD-gnats-submit@freebsd.org; Thu, 22 Mar 2012 05:18:21 -0500 Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1SAf5f-0005oC-B5 for FreeBSD-gnats-submit@freebsd.org; Thu, 22 Mar 2012 10:17:56 +0000 Message-Id: <1SAf5f-0005oC-B5@internal.tormail.net> Date: Wed, 21 Mar 2012 20:10:35 +0800 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/166315: [patch] devel/lua-alien: remove LICENSE dup, handle -fstack-protector and wrap CFLAGS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2012 11:10:14 -0000 >Number: 166315 >Category: ports >Synopsis: [patch] devel/lua-alien: remove LICENSE dup, #-fno-stack-protector and wrap CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 22 11:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: http://docs.freebsd.org/cgi/mid.cgi?1S7TtD-000NZE-Rd that mail was sent around 18 Feb but due to issues with mx1 only the last copy arrived to the archives >Description: Remove junk introduced by the last committer that was not in ports/161002. >How-To-Repeat: >Fix: --- misc.diff begins here --- Index: devel/lua-alien/Makefile =================================================================== RCS file: /a/.csup/ports/devel/lua-alien/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- devel/lua-alien/Makefile 8 Feb 2012 20:09:29 -0000 1.7 +++ devel/lua-alien/Makefile 18 Feb 2012 18:05:56 -0000 @@ -16,15 +16,15 @@ DIST_SUBDIR= lua-${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Lua -> C FFI -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi - LICENSE= MIT -LICENSE= MIT +LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi + USE_LUA= 5.1 WRKSRC= ${WRKDIR}/${GITHUB_USER}-${PORTNAME}-${GITHUB_SRC_SUFX} -CFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} -DBSD -fPIC #-fno-stack-protector +CFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} \ + -DBSD -fPIC LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} -llua -shared MAKE_ENV+= LIB_OPTION="${LDFLAGS}" LIB_EXT=".so" LUA="${LUA_CMD}" TESTS_EXCLUDE= tests/alien tests/alien.lua --- misc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: