Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2010 10:32:29 -0800
From:      Craig Leres <leres@ee.lbl.gov>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/153181: [PATCH] devel/avr-libc: port is not broken when AVRLIBCDOCS is not selected
Message-ID:  <4D0909BD.8080203@ee.lbl.gov>
In-Reply-To: <201012151830.oBFIU94J015129@freefall.freebsd.org>
References:  <201012151830.oBFIU94J015129@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
@@ -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--



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