Date: Sat, 28 Apr 2012 17:47:58 GMT From: Green Dog <fiziologus@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/167394: [graphics/cegui] fix lib typo (PR 164563, 162596) Message-ID: <201204281747.q3SHlweQ009945@red.freebsd.org> Resent-Message-ID: <201204281750.q3SHo6G2082057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167394 >Category: ports >Synopsis: [graphics/cegui] fix lib typo (PR 164563, 162596) >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: Sat Apr 28 17:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Green Dog >Release: FreeBSD-9.0 >Organization: >Environment: >Description: fix runtime error in games/sumwars and games/ember (lib typo): 0.7.5.so -> 0.7.so (symlink to 0.7.so.5) >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-02-14 16:45:19.000000000 +0400 +++ Makefile 2012-04-28 19:47:03.000000000 +0400 @@ -24,7 +24,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} CONFIGURE_ARGS= --disable-toluacegui --disable-irrlicht-renderer \ --disable-corona --enable-devil --disable-freeimage --disable-silly \ - --disable-libxml --disable-xerces-c --disable-expat --disable-samples + --disable-libxml --disable-xerces-c --disable-expat --disable-samples \ + --with-version-suffix="0.7" CONFIGURE_ENV+= Lua_LIBS="-L${LUA_LIBDIR} -llua -lm" \ Lua_CFLAGS="-I${LUA_INCDIR}" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204281747.q3SHlweQ009945>