From owner-cvs-ports@FreeBSD.ORG Tue Mar 13 15:45:09 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03CA61065672; Tue, 13 Mar 2012 15:45:09 +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 A4F298FC1C; Tue, 13 Mar 2012 15:45:08 +0000 (UTC) Received: from exit1.ipredator.se ([93.182.132.100]:40215 helo=internal.tormail.net) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1S7Tte-002KQk-C8; Tue, 13 Mar 2012 10:44:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.net; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:Date:References:In-Reply-To:Subject:Cc:To:From; bh=hX3NBDUE3yhVwVECcRxVPnSZgx1h4aAUFnVNo7ZgPjw=; b=DvppQHgz2WXo4vpze+SqPB1tneaRDYytr6VmJ7vk/Ctm72Kz2sWN5+aSYYwib8rWtb9agTs40EF428AIqvTcXZkwe/BWEKI/BhLt7N/DWAHe6EK4YaENhX94o4jWxdDRKwOwOG8WIUdc0HAhc8wd4SLN4AEoldPOej3eAQAld/I=; Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1S7TtD-000NZE-Rd; Tue, 13 Mar 2012 15:43:57 +0000 From: Jan Beich To: "Philip M. Gollucci" In-Reply-To: <201202082009.q18K9TpA004881@repoman.freebsd.org> (Philip M. Gollucci's message of "Wed, 8 Feb 2012 20:09:29 +0000 (UTC)") References: <201202082009.q18K9TpA004881@repoman.freebsd.org> Date: Wed, 14 Mar 2012 01:43:48 +1000 MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1S7TtD-000NZE-Rd@internal.tormail.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.net X-Source: X-Source-Args: X-Source-Dir: Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/lua-alien Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 15:45:09 -0000 "Philip M. Gollucci" writes: > pgollucci 2012-02-08 20:09:29 UTC > > FreeBSD ports repository > > Modified files: > devel/lua-alien Makefile distinfo pkg-descr > Log: > - Update to 0.5.1 > > PR: ports/161002 > Submitted by: h h > Approved by: maintainer timeout (philip ; 136 days) Why different from the PR? - LICENSE defined twice, portlint warning is still there - CFLAGS unwrapped to make reading on 80-col terminal harder, #-fno-stack-protector wasn't removed 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