Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2004 09:13:13 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71137: [ patch ] mail/mls: respect CC, CFLAGS, remove unneeded depend on gmake
Message-ID:  <E1C1eTg-000MDg-00.bogorodskiy-inbox-ru@mx2.mail.ru>
Resent-Message-ID: <200408300520.i7U5KL1K085100@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1C1eTg-000MDg-00.bogorodskiy-inbox-ru>