Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2001 13:38:09 +0200 (CEST)
From:      Espen Skoglund <esk@ira.uka.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27733: Maintainer update: mtree fix for devel/arm-elf-gcc295
Message-ID:  <200105291138.f4TBc9n76052@i30nb2.ira.uka.de>

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

>Number:         27733
>Category:       ports
>Synopsis:       Maintainer update: mtree fix for devel/arm-elf-gcc295
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 29 04:40:07 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Espen Skoglund
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Karlsruhe University
>Environment:


>Description:

Do not install arm-elf-c++filt.  It is not in the plist and conflicts with
the same file in arm-elf-binutils.

This PR obsoletes ports/27453.

>How-To-Repeat:


>Fix:

--- Makefile.orig	Tue May 29 12:49:38 2001
+++ Makefile	Tue May 29 13:24:11 2001
@@ -47,7 +47,8 @@
 
 post-configure:
 	${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=),\1#,' ${WRKSRC}/Makefile
-	${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,' \
+	${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,; \
+	    s,\$$\(bindir\)/(\$$\(DEMANGLER_CROSS_NAME\)),./\1,' \
 	    ${WRKSRC}/gcc/Makefile
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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