ports/129295: [PATCH] mesagl works on amd64 with x11/xlockmore

[ Available lists | Index of freebsd-ports-bugs | Month of Nov 2008 | Week of 30 Nov 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Roland Smith <rsmith@xs4all.nl>
Date
30 Nov 2008 14:00:02
Subject
ports/129295: [PATCH] mesagl works on amd64 with x11/xlockmore
Message-ID
20081130135558.4E4AEBAA7@slackbox.xs4all.nl


[ Hide this part ]
 
>Number: 129295
>Category: ports
>Synopsis: [PATCH] mesagl works on amd64 with x11/xlockmore
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Nov 30 14:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Roland Smith
>Release: FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Thu Sep 25 16:47:48 CEST 2008 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/QUADSLACK amd64



>Description:
In the port makefile, the WITH_MESAGL option is removed on
amd64. This is no longer necessary. The mesagl modes work on amd64.
>How-To-Repeat:
Comment out lines 52--54 in the port makefile. Recompile on
amd64. Try one of the mesagl modes (e.g. atlantis, superquadrics, gears)
>Fix:
Apply the following patch to the port Makefile.

--- patch begins here ---
--- Makefile.orig 2008-11-29 21:34:31.000000000 +0100
+++ Makefile 2008-11-30 14:40:28.000000000 +0100
@@ -49,10 +49,6 @@

.include <bsd.port.pre.mk>

-.if ${ARCH} == amd64
-.undef WITH_MESAGL
-.endif
-
.if defined(WITH_MESAGL)
CONFIGURE_ARGS+= --with-mesa
MESALIB=${PTHREAD_LIBS}
--- patch ends here ---


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

Elapsed time: 0.079 seconds