ports/64234: [MAINTAINER] net/happystats: Missing BUILD_DEPEND

Xavier Beaudouin kiwi at oav.net
Sat Mar 13 22:30:14 UTC 2004


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



More information about the freebsd-ports-bugs mailing list