From leeym@utopia.leeym.com  Sat Sep 18 05:39:09 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 004DF16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 05:39:09 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A6DA043D5C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 05:39:08 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id E51213E9CC8
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Sep 2004 13:39:07 +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 31931-04 for <FreeBSD-gnats-submit@freebsd.org>;
 Sat, 18 Sep 2004 13:39:05 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id AF8793E9CF1; Sat, 18 Sep 2004 13:39:05 +0800 (CST)
Message-Id: <20040918053905.AF8793E9CF1@utopia.leeym.com>
Date: Sat, 18 Sep 2004 13:39:05 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysutils/and: add NOPRECIOUSMAKEVARS=yes and unbreak
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71843
>Category:       ports
>Synopsis:       [PATCH] sysutils/and: 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:40:16 GMT 2004
>Closed-Date:    Sun Sep 19 01:39:20 GMT 2004
>Last-Modified:  Sun Sep 19 01:39:20 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

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

http://pointyhat.freebsd.org/errorlogs/i386-5-latest/and-1.0.9_1.log

>Fix:

--- and-1.0.9_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/and/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	17 Sep 2004 22:41:14 -0000	1.8
+++ Makefile	18 Sep 2004 05:38:22 -0000
@@ -18,14 +18,9 @@
 
 USE_GMAKE=	yes
 ALL_TARGET=	default
+NOPRECIOUSMAKEVARS=yes
 
 MAN5=	and.conf.5 and.priorities.5
 MAN8=	and.8
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN=		"Does not compile on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- and-1.0.9_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sat Sep 18 07:49:40 GMT 2004 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71843 
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Sun Sep 19 01:39:19 GMT 2004 
State-Changed-Why:  
Committed, thanks. 

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