From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 18:30:10 2010 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 8394A1065672 for ; Wed, 15 Dec 2010 18:30: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 471788FC17 for ; Wed, 15 Dec 2010 18:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFIUARi015145 for ; Wed, 15 Dec 2010 18:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBFIUAv0015141; Wed, 15 Dec 2010 18:30:10 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2010 18:30:10 GMT Resent-Message-Id: <201012151830.oBFIUAv0015141@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, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 222291065693 for ; Wed, 15 Dec 2010 18:29:35 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2001:400:610:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id 0A3718FC0C for ; Wed, 15 Dec 2010 18:29:35 +0000 (UTC) Received: from ice.ee.lbl.gov (ice.ee.lbl.gov [131.243.2.213]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.4/8.14.4) with ESMTP id oBFITYGC036035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 15 Dec 2010 10:29:34 -0800 (PST) Message-Id: <4D09090E.4030806@ee.lbl.gov> Date: Wed, 15 Dec 2010 10:29:34 -0800 From: Craig Leres To: bug-followup@FreeBSD.org Cc: Subject: ports/153181: [PATCH] devel/avr-libc: port is not broken when AVRLIBCDOCS is not selected 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: Wed, 15 Dec 2010 18:30:10 -0000 >Number: 153181 >Category: ports >Synopsis: [PATCH] devel/avr-libc: port is not broken when AVRLIBCDOCS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 15 18:30:09 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 7.2-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: FreeBSD fun.ee.lbl.gov 7.2-RELEASE FreeBSD 7.2-RELEASE #9 r99: Sat Dec 4 23:25:23 PST 2010 leres@fun.ee.lbl.gov:/home/fun/u2/src/7.2-RELEASE/sys/amd64/compile/LBLSMPIPV6 amd64 >Description: This port is marked as broken but in fact it builds correctly when the documentation option (AVRLIBCDOCS) is not selected. >How-To-Repeat: Comment out the BROKEN line, "make config" and enable AVRLIBCDOCS and things go wrong. "make config" and disable AVRLIBCDOCS and everything builds. >Fix: Change the default for AVRLIBCDOCS to off; move BROKEN to the case when AVRLIBCDOCS is on. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0JCQ4ACgkQWxlAhAje3Jt3nwCeJhQl5bx4pW4KKTz9xVK5qjk0 le8AoI0AGdRHT05+0pnGzrJ/GdrkZ5Sn =8Wil -----END PGP SIGNATURE----- --------------010202050708040408070003 Content-Type: text/plain; name="patch-Makefile" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-Makefile" --- Makefile.orig 2010-12-15 09:59:04.000000000 -0800 +++ Makefile 2010-12-15 10:26:28.000000000 -0800 @@ -7,6 +7,7 @@ PORTNAME= avr-libc PORTVERSION= 1.7.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} @@ -22,10 +23,8 @@ avr-ld:${PORTSDIR}/devel/avr-binutils \ avr-gcc:${PORTSDIR}/devel/avr-gcc -BROKEN= does not build - .if !defined(NOPORTDOCS) -OPTIONS= AVRLIBCDOCS "Build avr-libc documents" on +OPTIONS= AVRLIBCDOCS "Build avr-libc documents" off .endif .include @@ -33,6 +32,8 @@ .if defined(WITHOUT_AVRLIBCDOCS) || defined(NOPORTDOCS) WITHOUT_AVRLIBCDOCS= true .undef WITH_AVRLIBCDOCS +.else +#BROKEN= does not build with AVRLIBCDOCS enabled .endif .if defined(WITH_AVRLIBCDOCS) --------------010202050708040408070003 Content-Type: application/octet-stream; name="patch-Makefile.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-Makefile.sig" iEYEABECAAYFAk0JCQ4ACgkQWxlAhAje3JsKbgCfX9OvRWIWPWE+lvZsiXnbf28vvcEAnib9 59H3vadydK63IswcHneGVtaz --------------010202050708040408070003-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------010202050708040408070003 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 is not selected