From nobody@FreeBSD.org  Mon Jul  9 09:35:58 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DED5616A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Jul 2007 09:35:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id D073F13C43E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Jul 2007 09:35:58 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l699ZwR1050048
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 9 Jul 2007 09:35:58 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l699Zwtm050047;
	Mon, 9 Jul 2007 09:35:58 GMT
	(envelope-from nobody)
Message-Id: <200707090935.l699Zwtm050047@www.freebsd.org>
Date: Mon, 9 Jul 2007 09:35:58 GMT
From: Shane Bell <decept0@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] graphics/jasper: fix options handling
X-Send-Pr-Version: www-3.0

>Number:         114430
>Category:       ports
>Synopsis:       [PATCH] graphics/jasper: fix options handling
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 09:40:02 GMT 2007
>Closed-Date:    Mon Jul 09 10:29:59 GMT 2007
>Last-Modified:  Mon Jul  9 10:40:02 GMT 2007
>Originator:     Shane Bell
>Release:        
>Organization:
>Environment:
>Description:
I didn't know it was opposites days yesterday, but now its business as usual this should be corrected ;P
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/graphics/jasper/Makefile jasper/Makefile
--- /usr/ports/graphics/jasper/Makefile	Mon Jul  9 21:22:20 2007
+++ jasper/Makefile	Mon Jul  9 21:25:47 2007
@@ -36,12 +36,12 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITH_OPENGL)
+CONFIGURE_ARGS+=--disable-opengl
+PLIST_SUB+=	OPENGL="@comment "
+.else
 USE_GL=	glut
 CONFIGURE_ARGS+=--enable-opengl
 PLIST_SUB+=	OPENGL=""
-.else
-CONFIGURE_ARGS+=--disable-opengl
-PLIST_SUB+=	OPENGL="@comment "
 .endif
 
 .if !defined(NO_INSTALL_MANPAGES)


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Jul 9 10:29:57 UTC 2007 
State-Changed-Why:  
Committed with another approach. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114430: commit references a PR
Date: Mon,  9 Jul 2007 10:29:35 +0000 (UTC)

 rafan       2007-07-09 10:29:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/jasper      Makefile 
   Log:
   - Fix OPTIONS handling. When reviewing miwi@'s patch yesterday, I did not
     notice this is wrong :(
   
   PR:             ports/114430
   Submitted by:   Shane Bell <decept0 at gmail.com>
   
   Revision  Changes    Path
   1.24      +2 -2      ports/graphics/jasper/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:
