Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2007 09:09:08 +0100 (CET)
From:      Ed Schouten <ed@fxq.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110665: [games/q3base] Fix compilation on -CURRENT
Message-ID:  <20070322080908.22AB81CE4A@palm.hoeg.nl>
Resent-Message-ID: <200703220810.l2M8A7Rq065685@freefall.freebsd.org>

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

>Number:         110665
>Category:       ports
>Synopsis:       [games/q3base] Fix compilation on -CURRENT
>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 Mar 22 08:10:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Feb 11 22:32:09 CET 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
The q3base port doesn't compile properly on -CURRENT at the moment
because it depends on objformat. The following patch will change the
default format from aout to elf, which will cause q3base to compile.
>How-To-Repeat:
>Fix:
Please apply the following patch:

--- Makefile	Sat Dec  9 08:26:14 2006
+++ Makefile	Thu Feb  1 18:43:05 2007
@@ -37,7 +37,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' \
-		${WRKSRC}/configure
+		-e 's/echo aout/echo elf/' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|\($${exec_prefix}/lib\)/quake3|\1/q3base|' \
 		${WRKSRC}/src/Makefile.in
 	@${REINPLACE_CMD} -e 's|botlib\.log|/dev/null|' \

-- 
 Ed Schouten <ed@fxq.nl>
 WWW: http://g-rave.nl/
>Release-Note:
>Audit-Trail:
>Unformatted:



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