Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2013 15:43:20 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179882: [PATCH] games/thegrind: unbreak (bad dependency)
Message-ID:  <201306231543.r5NFhKQU038462@oldred.freebsd.org>
Resent-Message-ID: <201306231550.r5NFo15J003023@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306231543.r5NFhKQU038462>