- Changed quake2-data/Makefile.include to be more similar to bsd.*.mk files, also it doesn't override port's variables. - Change dependant ports.
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
Responsible Changed From-To: garga->freebsd-ports-bugs My vacation is comming and i don't have time to finnish tests accordingly, so, back to the pool.
Responsible Changed From-To: freebsd-ports-bugs->tdb I'll look at this.
State Changed From-To: open->feedback Waiting on response from maintainer of games/quake2lnx (danfe@).
>Submitter-Id: current-users >Originator: Alejandro Pulver >Organization: >Confidential: no >Synopsis: Re: ports/90147: [MAINTAINER UPDATE] games/quake2-data: redesign, patch dependant ports >Severity: non-critical >Priority: low >Category: ports >Class: maintainer-update >Release: FreeBSD 5.4-RELEASE i386 >Environment: System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005 root@ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE >Description: This patch replaces the previous one for "games/quake2lnx". The problem is that DATADIR was added to MAKE_ENV twice (the second time in quake2-data/Makefile.include). >How-To-Repeat: >Fix: --- quake2lnx.diff begins here --- diff -urN /usr/ports/games/quake2lnx/Makefile quake2lnx/Makefile --- /usr/ports/games/quake2lnx/Makefile Fri Nov 18 07:02:24 2005 +++ quake2lnx/Makefile Mon Dec 12 16:18:57 2005 @@ -45,8 +45,10 @@ X11 "Build X11 software driver" on \ X86_ASM "Enable use of x86 assembly code" on +DATADIR= ${Q2DIR} + ALL_TARGET= build_release -MAKE_ENV= DATADIR="${DATADIR}" LIBDIR="${LIBDIR}" +MAKE_ENV= LIBDIR="${LIBDIR}" PLIST_SUB+= LIBDIR="${LIBDIR:S/${PREFIX}\///}" --- quake2lnx.diff ends here ---
Responsible Changed From-To: tdb->freebsd-ports-bugs I'll be mostly offline for the next couple of weeks, so returning this to the pool so somebody else can pick it up.
State Changed From-To: feedback->closed Third time lucky! Committed, thanks!GNATS: Lines beginning with "GNATS:" will be deleted.