From kiwi@mx2.oav.net  Sat Mar 13 14:27:33 2004
Return-Path: <kiwi@mx2.oav.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B51A916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Mar 2004 14:27:33 -0800 (PST)
Received: from mx2.oav.net (domu.oav.net [195.154.253.10])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBFB43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Mar 2004 14:27:33 -0800 (PST)
	(envelope-from kiwi@mx2.oav.net)
Received: by mx2.oav.net (Postfix, from userid 1000)
	id 0586E4AC1D; Sat, 13 Mar 2004 23:27:56 +0100 (CET)
Message-Id: <20040313222756.0586E4AC1D@mx2.oav.net>
Date: Sat, 13 Mar 2004 23:27:56 +0100 (CET)
From: Xavier Beaudouin <kiwi@oav.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/happystats: Missing BUILD_DEPEND
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         64234
>Category:       ports
>Synopsis:       [MAINTAINER] net/happystats: Missing BUILD_DEPEND
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 13 14:30:14 PST 2004
>Closed-Date:    Sat Mar 13 14:57:47 PST 2004
>Last-Modified:  Sat Mar 13 14:57:47 PST 2004
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.2.1-RELEASE-p1 i386
>Organization:
The Caudium Group / Association Kazar
>Environment:
System: FreeBSD domu.oav.net 5.2.1-RELEASE-p1 FreeBSD 5.2.1-RELEASE-p1 #0: Fri Mar  5 10:21:57 CET
>Description:
- Missing BUILD_DEPEND about imake that is necessary for building happystats.
  This should fix some building problems on system that don't have
  makedepend software. 
- Use USE_GETOPT_LONG instead of using a LIB_DEPEND

Notice: I used a BUILD_DEPEND instead of USE_IMAKE=yes because it is
        used only for *building* purposes. 

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

--- happystats-0.5.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/happystats.old/Makefile /usr/ports/net/happystats/Makefile
--- /usr/ports/net/happystats.old/Makefile	Tue Mar  9 16:35:40 2004
+++ /usr/ports/net/happystats/Makefile	Sat Mar 13 23:24:31 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	happystats
 PORTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.happystats.org/srcs/
 EXTRACT_SUFX=	.tgz
@@ -16,8 +17,11 @@
 
 LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
 		xml2.5:${PORTSDIR}/textproc/libxml2 \
-		rrd.0:${PORTSDIR}/net/rrdtool \
-		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+		rrd.0:${PORTSDIR}/net/rrdtool
+
+BUILD_DEPEND=	imake:${PORTSDIR}/devel/imake-4
+
+USE_GETOPT_LONG=	yes
 
 MAN1=		happystats.1
 MANCOMPRESSED=	yes
--- happystats-0.5.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Mar 13 14:57:41 PST 2004 
State-Changed-Why:  
Committed, thanks! 

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