From nobody@FreeBSD.org  Sun Feb  7 10:18:14 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3566D106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 Feb 2010 10:18:14 +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 27EA08FC25
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  7 Feb 2010 10:18:14 +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 o17AIDnu007581
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 7 Feb 2010 10:18:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o17AIDV9007580;
	Sun, 7 Feb 2010 10:18:13 GMT
	(envelope-from nobody)
Message-Id: <201002071018.o17AIDV9007580@www.freebsd.org>
Date: Sun, 7 Feb 2010 10:18:13 GMT
From: Dominic Fandrey <kamikaze@bsdforen.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] devel/avr-libc fix (currently marked  BROKEN)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143636
>Category:       ports
>Synopsis:       [patch] devel/avr-libc fix (currently marked  BROKEN)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    joerg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 07 10:20:01 UTC 2010
>Closed-Date:    Thu Feb 11 13:03:36 MET 2010
>Last-Modified:  Thu Feb 11 12:10:02 UTC 2010
>Originator:     Dominic Fandrey
>Release:        RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Feb  7 02:52:56 CET 2010     root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64

>Description:
- Add a patch to fix a typo in doc/api/Makefile.in
- Remove BROKEN flag
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur avr-libc.orig/Makefile avr-libc/Makefile
--- avr-libc.orig/Makefile	2010-02-07 11:12:16.000000000 +0100
+++ avr-libc/Makefile	2010-02-07 11:12:27.000000000 +0100
@@ -30,8 +30,6 @@
 		jpegtopnm:${PORTSDIR}/graphics/netpbm
 .endif
 
-BROKEN=		does not build
-
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 HAS_CONFIGURE=	yes
diff -Nur avr-libc.orig/files/patch-doc-api-Makefile.in avr-libc/files/patch-doc-api-Makefile.in
--- avr-libc.orig/files/patch-doc-api-Makefile.in	1970-01-01 01:00:00.000000000 +0100
+++ avr-libc/files/patch-doc-api-Makefile.in	2010-02-07 11:10:48.000000000 +0100
@@ -0,0 +1,13 @@
+--- doc/api/Makefile.in.orig	2010-02-07 11:08:55.000000000 +0100
++++ doc/api/Makefile.in	2010-02-07 11:09:30.000000000 +0100
+@@ -493,8 +493,8 @@
+ 		sed -e '/{TabularC}{3}/s/{TabularC}{3}/{longtable}{|l|l|l|}/' \
+ 		-e '/{longtable}{|l|l|l|}/,/TabularC/s/TabularC/longtable/' \
+ 		-e '/Architecture/s/\\\\\\hline/\\endhead\\hline/' \
+-		using_tools.tex > tmp.$$ && \
+-		mv -f tmp.$$ using_tools.tex
++		using__tools.tex > tmp.$$ && \
++		mv -f tmp.$$ using__tools.tex
+ 
+ #doxygen.config: doxygen.config.in $(top_srcdir)/stamp-h1
+ doxygen.config: doxygen.config.in


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->joerg 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 7 10:20:11 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143636 
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Thu Feb 11 13:03:00 MET 2010 
State-Changed-Why:  
Fixed by upgrading to version 1.6.8, rather than adding a 
FreeBSD-local patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143636 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143636: commit references a PR
Date: Thu, 11 Feb 2010 12:02:46 +0000 (UTC)

 joerg       2010-02-11 12:02:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/avr-libc       Makefile distinfo pkg-plist 
   Log:
   Upgrade to 1.6.8.  This also fixes the doxygen-related build error
   that caused the port being marked BROKEN (and thus fixes the PR
   mentioned).
   
   Incorporate a patch submitted by Warren Block to make the option
   more obvious that avr-libc can be built without building all the
   documentation (which, in turn, has a huge list of prerequisites).
   
   PR:             ports/143636
   Submitted by:   Warren Block (for the "no docs" option)
   
   Revision  Changes    Path
   1.70      +7 -5      ports/devel/avr-libc/Makefile
   1.37      +3 -3      ports/devel/avr-libc/distinfo
   1.35      +20 -0     ports/devel/avr-libc/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
