ports/110665: [games/q3base] Fix compilation on -CURRENT
Ed Schouten
ed at fxq.nl
Thu Mar 22 08:10:07 UTC 2007
>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 at 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 at fxq.nl>
WWW: http://g-rave.nl/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list