Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Nov 2013 21:27:15 -0400 (EDT)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183603: remove hard-coded gcc from sysutils/multipatch
Message-ID:  <20131103012715.69FFA11F892@apnoea.adamw.org>
Resent-Message-ID: <201311030130.rA31U0GW067830@freefall.freebsd.org>

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

>Number:         183603
>Category:       ports
>Synopsis:       remove hard-coded gcc from sysutils/multipatch
>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 Nov 03 01:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 9.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD apnoea.adamw.org 9.2-STABLE FreeBSD 9.2-STABLE #0: Sat Nov 2 13:13:12 EDT 2013 root@apnoea.adamw.org:/usr/obj/usr/src/sys/PEEP i386


10-STABLE / HEAD / 9.x WITHOUT_GCC

>Description:

sysutils/multitail hardcodes CC=gcc.

>How-To-Repeat:
	
>Fix:

The following patch fixes this.

--- multitail.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 332572)
+++ Makefile	(working copy)
@@ -25,6 +25,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/etc/multitail.conf,${PREFIX}/etc/multitail.conf,' \
+		-e 's/CC=gcc/CC?=gcc/' \
 		${WRKSRC}/mt.c ${WRKSRC}/Makefile
 
 do-install:
--- multitail.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?20131103012715.69FFA11F892>