From nobody@FreeBSD.org  Sat Dec 19 19:12:07 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 48E9B106568F
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Dec 2009 19:12:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 386A18FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Dec 2009 19:12:07 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBJJC7vE056604
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Dec 2009 19:12:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nBJJC696056603;
	Sat, 19 Dec 2009 19:12:07 GMT
	(envelope-from nobody)
Message-Id: <200912191912.nBJJC696056603@www.freebsd.org>
Date: Sat, 19 Dec 2009 19:12:07 GMT
From: Alberto Villa <villa.alberto@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/llvm - fix option description
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141783
>Category:       ports
>Synopsis:       devel/llvm - fix option description
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brooks
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 19 19:20:10 UTC 2009
>Closed-Date:    Fri Jan 08 22:21:53 UTC 2010
>Last-Modified:  Fri Jan  8 22:30:02 UTC 2010
>Originator:     Alberto Villa
>Release:        FreeBSD 9-CURRENT
>Organization:
>Environment:
FreeBSD echo.hoth 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Tue Dec 15 18:31:34 CET 2009     root@echo.hoth:/usr/obj/usr/src/sys/TPR60  i386
>Description:
graphics/opengtl used to require llvm built without assertions, then the NO_ASSERT option was added to the llvm port; now, opengtl 0.9.12 doesn't require it anymore
>How-To-Repeat:

>Fix:
cleanup the description of the NO_ASSERT option (but leave the option, it could be useful to someone)
no PORTREVISION bump needed

the same fix should be applied to devel/llvm-devel

Patch attached with submission follows:

diff -ruN /usr/ports/devel/llvm/Makefile /usr/jail/stratofortress/usr/ports/devel/llvm/Makefile
--- /usr/ports/devel/llvm/Makefile	2009-12-08 21:52:43.000000000 +0100
+++ /usr/jail/stratofortress/usr/ports/devel/llvm/Makefile	2009-12-19 20:04:28.597639269 +0100
@@ -38,7 +38,7 @@
 
 CONFIGURE_ARGS+=	--enable-bindings=none
 
-OPTIONS=	NO_ASSERTS	"Disable assertions (needed by graphics/opengtl)" off
+OPTIONS=	NO_ASSERTS	"Disable assertions" off
 
 .if defined(NOPORTDOCS)
 DOCSRCDIR=


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->brooks 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Dec 19 19:20:27 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141783 
State-Changed-From-To: open->closed 
State-Changed-By: brooks 
State-Changed-When: Fri Jan 8 22:21:42 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141783: commit references a PR
Date: Fri,  8 Jan 2010 22:21:38 +0000 (UTC)

 brooks      2010-01-08 22:21:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/llvm           Makefile 
     devel/llvm-devel     Makefile 
   Log:
   graphics/opengtl doesn't require that LLVM assertions be disabled so
   don't claim it does in the OPTIONS description.
   
   PR:             ports/141783
   Submitted by:   Alberto Villa <villa dot alberto at gmail dot com>
   
   Revision  Changes    Path
   1.34      +1 -1      ports/devel/llvm-devel/Makefile
   1.35      +1 -1      ports/devel/llvm/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:
