ports/74901: [PATCH] lang/gcc34 port fails to build (syntax error in Makefile)

Pasi Hirvonen psh at iki.fi
Thu Dec 9 20:40:29 UTC 2004


>Number:         74901
>Category:       ports
>Synopsis:       [PATCH] lang/gcc34 port fails to build (syntax error in Makefile)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 09 20:40:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Pasi Hirvonen
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mirp.foo 5.3-STABLE FreeBSD 5.3-STABLE #3: Thu Dec 9 18:48:50 EET 2004 pasi at mirp.foo:/usr/obj/usr/src/sys/MIRP i386


>Description:

lang/gcc34 port fails to build because of a syntax error in
its Makefile. One of the lines lacks '"'.

>How-To-Repeat:

cd /usr/ports/lang/gcc34 && make

>Fix:

This patch fixes the error:

--- gcc34-patch begins here ---
--- Makefile.org	Thu Dec  9 21:51:13 2004
+++ Makefile	Thu Dec  9 21:51:53 2004
@@ -109,7 +109,7 @@
 	@${MKDIR} ${CONFIGURE_WRKSRC}
 
 post-build:
-	@${ECHO_MSG} "Consider running 'make check' before 'make install', especially
+	@${ECHO_MSG} "Consider running 'make check' before 'make install', especially"
 	@${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT."
 	@${ECHO_MSG} "This assumes that you have the dejagnu port installed."
 
--- gcc34-patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list