From swell.k@gmail.com  Fri Sep 11 02:17:04 2009
Return-Path: <swell.k@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8424D106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Sep 2009 02:17:04 +0000 (UTC)
	(envelope-from swell.k@gmail.com)
Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208])
	by mx1.freebsd.org (Postfix) with ESMTP id 196558FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Sep 2009 02:17:03 +0000 (UTC)
Received: by ewy4 with SMTP id 4so716938ewy.36
        for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Sep 2009 19:17:03 -0700 (PDT)
Received: by 10.210.94.7 with SMTP id r7mr1757075ebb.36.1252635422999;
        Thu, 10 Sep 2009 19:17:02 -0700 (PDT)
Received: from localhost (95-24-170-142.broadband.corbina.ru [95.24.170.142])
        by mx.google.com with ESMTPS id 5sm606125eyf.6.2009.09.10.19.17.01
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 10 Sep 2009 19:17:01 -0700 (PDT)
Message-Id: <86bpligr8k.fsf@gmail.com>
Date: Fri, 11 Sep 2009 06:16:59 +0400
From: Anonymous <swell.k@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] devel/sdl12: enable vgl driver on all platforms that have libvgl.so
X-Send-Pr-Version: 3.113

>Number:         138720
>Category:       ports
>Synopsis:       [patch] devel/sdl12: enable vgl driver on all platforms that have libvgl.so
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mva
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 11 02:20:01 UTC 2009
>Closed-Date:    Thu Sep 24 19:44:39 UTC 2009
>Last-Modified:  Thu Sep 24 19:50:01 UTC 2009
>Originator:     Anonymous
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD 9.0-CURRENT #0 r197029M: Wed Sep  9 11:22:43 UTC 2009     root@luffy:/usr/obj/usr/src/sys/PHOENIX  amd64
>Description:
The check against ${ARCH} is redundant. WITHOUT_VGL is defined
if /usr/lib/libvgl.so cannot be found. And libvgl.so was built
only on i386 prior recent porting vesa on x86emu. Now libvgl.so
is available on amd64, too.
>How-To-Repeat:
>Fix:
--- sdl12_vgl.diff begins here ---
Index: devel/sdl12/Makefile
===================================================================
RCS file: /home/csup/ports/devel/sdl12/Makefile,v
retrieving revision 1.120
diff -u -p -r1.120 Makefile
--- devel/sdl12/Makefile	8 Aug 2009 08:49:29 -0000	1.120
+++ devel/sdl12/Makefile	15 Aug 2009 03:25:15 -0000
@@ -124,7 +124,7 @@ LIB_DEPENDS+=	vga.1:${PORTSDIR}/graphics
 CONFIGURE_ARGS+=--enable-video-svga
 .endif
 
-.if (defined(WITHOUT_VGL) || ${ARCH} != "i386")
+.if defined(WITHOUT_VGL)
 CONFIGURE_ARGS+=--disable-video-vgl
 PKGMESSAGE=	none
 DISPLAY_MSG=	${DO_NADA}
--- sdl12_vgl.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mva 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Sep 11 02:20:11 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138720 
State-Changed-From-To: open->closed 
State-Changed-By: mva 
State-Changed-When: Thu Sep 24 19:44:38 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138720 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138720: commit references a PR
Date: Thu, 24 Sep 2009 19:42:03 +0000 (UTC)

 mva         2009-09-24 19:41:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/sdl12          Makefile 
   Log:
   Enable vgl driver on all platforms that have libvgl.so
   
   PR:     ports/138720
   Submitted by:   Anonymous <swell.k@gmail.com>
   Approved by:    miwi (mentor)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.121     +1 -1      ports/devel/sdl12/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
