Date: Thu, 1 Apr 2004 01:13:27 -0500 (EST) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lioux@FreeBSD.org Subject: ports/65020: [PATCH] sysutils/memtest: [Respect CC] Message-ID: <200404010613.i316DRwG067505@gentoo.ahze.net> Resent-Message-ID: <200404010620.i316KGBl003210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65020 >Category: ports >Synopsis: [PATCH] sysutils/memtest: [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: Wed Mar 31 22:20:15 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 (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- memtest-2.93.1_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/memtest/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 8 Feb 2004 01:14:04 -0000 1.6 +++ Makefile 1 Apr 2004 06:08:40 -0000 @@ -17,10 +17,14 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_SIZE= yes +USE_REINPLACE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/memtest + +post-patch: + @${REINPLACE_CMD} -e 's|gcc|${CC}|' \ + ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin --- memtest-2.93.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?200404010613.i316DRwG067505>