ports/65020: [PATCH] sysutils/memtest: [Respect CC]

michael johnson ahze at ahze.net
Thu Apr 1 06:20:16 UTC 2004


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



More information about the freebsd-ports-bugs mailing list