From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 18:32:30 2010 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F1C8106564A; Wed, 15 Dec 2010 18:32:30 +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 243D38FC08; Wed, 15 Dec 2010 18:32:30 +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 oBFIWTCu036143 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Dec 2010 10:32:30 -0800 (PST) Message-ID: <4D0909BD.8080203@ee.lbl.gov> Date: Wed, 15 Dec 2010 10:32:29 -0800 From: Craig Leres User-Agent: Thunderbird 2.0.0.24 (X11/20100728) MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201012151830.oBFIU94J015129@freefall.freebsd.org> In-Reply-To: <201012151830.oBFIU94J015129@freefall.freebsd.org> X-Enigmail-Version: 0.96.0 Content-Type: multipart/mixed; boundary="------------090504060909030607030800" Cc: Subject: Re: 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:32:30 -0000 This is a multi-part message in MIME format. --------------090504060909030607030800 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oops, there's a typo in the patch; please use the appended version instead. Craig -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0JCb0ACgkQWxlAhAje3Jt3eQCfd3Xj3Gv8TKRNHT0y2gXES+e3 z2kAn3i+37bKsO8aWNtm+rNoizLcOMQh =8yIN -----END PGP SIGNATURE----- --------------090504060909030607030800 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:29:53.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) --------------090504060909030607030800 Content-Type: application/octet-stream; name="patch-Makefile.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-Makefile.sig" iEYEABECAAYFAk0JCb0ACgkQWxlAhAje3JvmEACaAozVv6yJPhMIpl08/4lmXnRSQIAAn3FH H2aJV5VXrTMbLzPzlwMvcNq6 --------------090504060909030607030800--