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

Roland Smith rsmith at xs4all.nl
Sun Nov 30 14:00:02 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list