ports/140503: [PATCH] fix dep for abuse_sdl
Chris Petrik
chris at officialunix.com
Thu Nov 12 11:30:05 UTC 2009
>Number: 140503
>Category: ports
>Synopsis: [PATCH] fix dep for abuse_sdl
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 12 11:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Chris Petrik
>Release: FreeBSD 8.0 RC3
>Organization:
Officialunix
>Environment:
FreeBSD 8
>Description:
Abuse adds in the dep of abuse_sdl, but if the user installs just abuse_sdl the game will fail due to lack of game data.
* Add in Run dep of games/abuse to abuse_sdl.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: abuse_sdl/Makefile
===================================================================
RCS file: /usr/ncvs/ports/games/abuse_sdl/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- abuse_sdl/Makefile 5 Nov 2009 18:52:25 -0000 1.21
+++ abuse_sdl/Makefile 12 Nov 2009 11:19:49 -0000
@@ -17,6 +17,10 @@
MAINTAINER= chris at officialunix.com
COMMENT= An SDL port of the Abuse game engine
+#Add in the oposite, request games/abuse if being installed directly
+#Instead of games/abuse
+RUN_DEPENDS= abuse:${PORTSDIR}/games/abuse
+
USE_GL= gl
USE_SDL= sdl
USE_GMAKE= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list