From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 19 19:20:10 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E57E91065676 for ; Sat, 19 Dec 2009 19:20:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A9C448FC14 for ; Sat, 19 Dec 2009 19:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBJJKANC043468 for ; Sat, 19 Dec 2009 19:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBJJKAaG043467; Sat, 19 Dec 2009 19:20:10 GMT (envelope-from gnats) Resent-Date: Sat, 19 Dec 2009 19:20:10 GMT Resent-Message-Id: <200912191920.nBJJKAaG043467@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alberto Villa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48E9B106568F for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/141783: devel/llvm - fix option description X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 19:20:11 -0000 >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: