ports/143636: [patch] devel/avr-libc fix (currently marked BROKEN)

Dominic Fandrey kamikaze at bsdforen.de
Sun Feb 7 10:20:02 UTC 2010


>Number:         143636
>Category:       ports
>Synopsis:       [patch] devel/avr-libc fix (currently marked  BROKEN)
>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:   Sun Feb 07 10:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list