Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2004 22:39:41 +0200 (EET)
From:      Pasi Hirvonen <psh@iki.fi>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74901: [PATCH] lang/gcc34 port fails to build (syntax error in Makefile)
Message-ID:  <200412092039.iB9KdfkT056209@mirp.foo>
Resent-Message-ID: <200412092040.iB9KeSGL013729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



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