ports/65030: [PATCH] archivers/wzip: [Respect CC]

michael johnson ahze at ahze.net
Thu Apr 1 10:10:14 UTC 2004


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



More information about the freebsd-ports-bugs mailing list