ports/179882: [PATCH] games/thegrind: unbreak (bad dependency)

John Marino draco at marino.st
Sun Jun 23 15:50:01 UTC 2013


>Number:         179882
>Category:       ports
>Synopsis:       [PATCH] games/thegrind: unbreak (bad dependency)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 15:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
thegame requests the dynamic library "radius" from radius-engine, but this isn't listed in the package list.  THe attached patch lists the static library radius-engine.a instead to fix it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-06-23 15:28:03.000000000 +0000
+++ Makefile
@@ -12,8 +12,8 @@ COMMENT=	A simple game about escaping fr
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	radius:${PORTSDIR}/graphics/radius-engine \
-		lua-5.1:${PORTSDIR}/lang/lua \
+BUILD_DEPENDS=	${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine
+LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lua \
 		png15:${PORTSDIR}/graphics/png \
 		physfs.1:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip


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


More information about the freebsd-ports-bugs mailing list