Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2009 19:12:07 GMT
From:      Alberto Villa <villa.alberto@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/141783: devel/llvm - fix option description
Message-ID:  <200912191912.nBJJC696056603@www.freebsd.org>
Resent-Message-ID: <200912191920.nBJJKAaG043467@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         141783
>Category:       ports
>Synopsis:       devel/llvm - fix option description
>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:   Sat Dec 19 19:20:10 UTC 2009
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912191912.nBJJC696056603>