From leeym@utopia.leeym.com  Sat Sep 18 05:46:07 2004
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8602116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 05:46:07 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4531043D49
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 05:46:07 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 8355D3E9CEF;
	Sat, 18 Sep 2004 13:46:06 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 36726-04; Sat, 18 Sep 2004 13:46:03 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 939DA3E9CDE; Sat, 18 Sep 2004 13:46:03 +0800 (CST)
Message-Id: <20040918054603.939DA3E9CDE@utopia.leeym.com>
Date: Sat, 18 Sep 2004 13:46:03 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: pa59@cornell.edu
Subject: [PATCH] devel/ald: add NOPRECIOUSMAKEVARS=yes and unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71844
>Category:       ports
>Synopsis:       [PATCH] devel/ald: add NOPRECIOUSMAKEVARS=yes and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 18 05:50:28 GMT 2004
>Closed-Date:    Tue Oct 12 18:16:07 GMT 2004
>Last-Modified:  Tue Oct 12 18:16:07 GMT 2004
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-BETA4 FreeBSD 5.3-BETA4 #7: Mon Sep 13 05:12:30 CST 2004
>Description:

- add NOPRECIOUSMAKEVARS=yes and unbreak it on 5.x

Port maintainer (pa59@cornell.edu) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- ald-0.1.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/ald/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	17 Sep 2004 22:37:24 -0000	1.11
+++ Makefile	18 Sep 2004 05:45:26 -0000
@@ -18,11 +18,6 @@
 MAN8=		ald.8
 PLIST_FILES=	bin/ald
 ONLY_FOR_ARCHS=	i386
+NOPRECIOUSMAKEVARS=yes
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN=		"Broken by make(1) changes on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- ald-0.1.6.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: leeym 
State-Changed-When: Sat Sep 18 07:50:08 GMT 2004 
State-Changed-Why:  
The maintainer is Cc-ed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71844 
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Sep 18 07:50:12 GMT 2004 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71844 
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Oct 12 18:16:06 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71844 
>Unformatted:
