ports/167394: [graphics/cegui] fix lib typo (PR 164563, 162596)

Green Dog fiziologus at gmail.com
Sat Apr 28 17:50:06 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list