Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 23:27:56 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64234: [MAINTAINER] net/happystats: Missing BUILD_DEPEND
Message-ID:  <20040313222756.0586E4AC1D@mx2.oav.net>
Resent-Message-ID: <200403132230.i2DMUEak070618@freefall.freebsd.org>

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

>Number:         64234
>Category:       ports
>Synopsis:       [MAINTAINER] net/happystats: Missing BUILD_DEPEND
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 13 14:30:14 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040313222756.0586E4AC1D>