ports/153338: [patch] games/allacrost: luabind isn't needed anymore

David Demelier demelier.david at gmail.com
Tue Dec 21 11:20:08 UTC 2010


>Number:         153338
>Category:       ports
>Synopsis:       [patch] games/allacrost: luabind isn't needed anymore
>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:   Tue Dec 21 11:20:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     David Demelier
>Release:        8.1-RELEASE-p1
>Organization:
>Environment:
FreeBSD Abricot.malikania.fr 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Sun Nov 28 11:29:15 UTC 2010     root at Abricot.malikania.fr:/usr/obj/usr/src/sys/Abricot  i386

>Description:
As you can read here:

http://allacrost.sourceforge.net/wiki/index.php/Changelog

“- Luabind v0.9 is now statically compiled into Allacrost. Users compiling from source will still need the Boost libraries, but Luabind is included in the source tree.”

luabind is included in the allacrost package, so the luabind dependency is not needed anymore, please consider the following patch.
>How-To-Repeat:

>Fix:
--- allacrost.diff begins here ---
--- Makefile.orig       2010-12-21 11:02:47.000000000 +0100
+++ Makefile    2010-12-21 11:03:10.000000000 +0100
@@ -14,8 +14,6 @@
 MAINTAINER=    amdmi3 at FreeBSD.org
 COMMENT=       A single player 2D role-playing game

-BUILD_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind
-RUN_DEPENDS=   ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind
 LIB_DEPENDS=   jpeg.11:${PORTSDIR}/graphics/jpeg \
                png.6:${PORTSDIR}/graphics/png \
                ogg.7:${PORTSDIR}/audio/libogg \
--- allacrost.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list