Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2006 20:24:55 -0300
From:      "Alejandro Pulver" <alepulver@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/107199: [PATCH] games/quake2lnx: fix optional dependecy
Message-ID:  <1167089095.4758@phobos.mars.bsd>
Resent-Message-ID: <200612260000.kBQ00XeM020075@freefall.freebsd.org>

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

>Number:         107199
>Category:       ports
>Synopsis:       [PATCH] games/quake2lnx: fix optional dependecy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 26 00:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 6.1-RELEASE-p1 i386
>Organization:
>Environment:


System: FreeBSD 6.1-RELEASE-p1 #3: Mon Jun 19 14:49:35 ART 2006
    root@phobos.mars.bsd:/usr/obj/usr/src/sys/ATHLON-PHOBOS



>Description:


- Change optional dependency quake2-retexture (not existent) to quake2-extras.


>How-To-Repeat:





>Fix:


--- quake2lnx.diff begins here ---
Index: quake2lnx/Makefile
===================================================================
RCS file: /home/pcvs/ports/games/quake2lnx/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- quake2lnx/Makefile	20 Sep 2006 11:21:22 -0000	1.24
+++ quake2lnx/Makefile	25 Dec 2006 23:22:34 -0000
@@ -165,7 +165,7 @@
 
 .if defined(WITH_RETEXTURE)
 MAKE_ARGS+=	BUILD_RETEXTURE=YES
-RUN_DEPENDS+=	${Q2DIR}/baseq2/pak10.pak:${PORTSDIR}/games/quake2-retexture
+RUN_DEPENDS+=	${Q2DIR}/baseq2/pak10.pak:${PORTSDIR}/games/quake2-extras
 .endif
 
 .if defined(WITH_JOYSTICK)
--- quake2lnx.diff ends here ---



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



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