From owner-svn-ports-head@FreeBSD.ORG Tue May 27 12:14:38 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC8CDF26; Tue, 27 May 2014 12:14:38 +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 C9B822236; Tue, 27 May 2014 12:14:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4RCEcZ8077869; Tue, 27 May 2014 12:14:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4RCEcJ3077868; Tue, 27 May 2014 12:14:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201405271214.s4RCEcJ3077868@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 27 May 2014 12:14:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355495 - head/games/irrlamb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 12:14:39 -0000 Author: bapt Date: Tue May 27 12:14:38 2014 New Revision: 355495 URL: http://svnweb.freebsd.org/changeset/ports/355495 QAT: https://qat.redports.org/buildarchive/r355495/ Log: Switch to USES=scons Fix build with new lua Modified: head/games/irrlamb/Makefile Modified: head/games/irrlamb/Makefile ============================================================================== --- head/games/irrlamb/Makefile Tue May 27 12:13:05 2014 (r355494) +++ head/games/irrlamb/Makefile Tue May 27 12:14:38 2014 (r355495) @@ -11,11 +11,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D physics-based puzzle game -LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 BUILD_DEPENDS= ${LOCALBASE}/lib/libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht RUN_DEPENDS= ${LOCALBASE}/lib/libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht -USE_SCONS= yes USES= scons dos2unix lua:51 DOS2UNIX_FILES= src/engine/save.h src/objects/orb.cpp src/objects/player.cpp @@ -30,8 +29,6 @@ PORTDATA= * DATA_DIRS= art campaigns collision fonts levels meshes scenes scripts textures -.include - post-patch: .for dir in ${DATA_DIRS} @${REINPLACE_CMD} -e 's|"\(${dir}/\)|"${DATADIR}/\1|' \ @@ -39,6 +36,7 @@ post-patch: ${WRKSRC}/src/objects/*.cpp ${WRKSRC}/meshes/*.irrmesh \ ${WRKSRC}/scenes/*.irr .endfor + @${REINPLACE_CMD} -e "s/lua/lua-${LUA_VER}/g" ${WRKSRC}/SConstruct @${FIND} ${WRKSRC} -name "*.bak" -delete do-install: