ports/71137: [ patch ] mail/mls: respect CC, CFLAGS, remove unneeded depend on gmake

Roman Bogorodskiy bogorodskiy at inbox.ru
Mon Aug 30 05:20:21 UTC 2004


>Number:         71137
>Category:       ports
>Synopsis:       [ patch ] mail/mls: respect CC, CFLAGS, remove unneeded depend on gmake
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 05:20:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.3-BETA2 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.3-BETA2 FreeBSD 5.3-BETA2 #4: Sun Aug 29 11:05:28 MSD 2004 root at lame.novel.ru:/usr/obj/usr/home/novel/current/src/sys/NOVEL i386


>Description:
	- Respect CC, CFLAGS
	- Remove USE_GMAKE since it's not needed anymore
>How-To-Repeat:
>Fix:

diff -ruN mls.orig/Makefile mls/Makefile
--- mls.orig/Makefile	Mon Aug 30 09:08:32 2004
+++ mls/Makefile	Mon Aug 30 09:09:28 2004
@@ -20,8 +20,7 @@
 MANCOMPRESSED=	yes
 PLIST_FILES=	bin/mls
 
-MAKE_ARGS+=	DESTDIR=${PREFIX}
-USE_GMAKE=	yes
+MAKE_ARGS+=	DESTDIR="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"
 ALL_TARGET=	mls
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list