Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 2004 05:09:16 -0500 (EST)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Yonatan@xpert.com
Subject:   ports/65030: [PATCH] archivers/wzip: [Respect CC]
Message-ID:  <200404011009.i31A9GeZ007392@gentoo.ahze.net>
Resent-Message-ID: <200404011010.i31AAEm5030734@freefall.freebsd.org>

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

>Number:         65030
>Category:       ports
>Synopsis:       [PATCH] archivers/wzip: [Respect CC]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 01 02:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #37: Sat Mar 27 18:30:44 EST 2004
>Description:
Respect CC
Port maintainer (Yonatan@xpert.com) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- wzip-1.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/wzip/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	13 Aug 2003 08:21:01 -0000	1.2
+++ Makefile	1 Apr 2004 10:08:35 -0000
@@ -17,6 +17,11 @@
 ALL_TARGET=	wzip
 WRKSRC=		${WRKDIR}/wzip-${PORTVERSION}
 MAN1=		wzip.1
+USE_REINPLACE=	yes
+
+post-patch:
+	@${REINPLACE_CMD} 's|gcc|${CC}|' \
+		${WRKSRC}/${MAKEFILE}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wzip ${PREFIX}/bin
--- wzip-1.1.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?200404011009.i31A9GeZ007392>