ports/60256: [maintainer fix] net/ntop" fix build with rrd-tool

Clement LAFORET sheepkiller at cultdeadsheep.org
Mon Dec 15 13:50:26 UTC 2003


>Number:         60256
>Category:       ports
>Synopsis:       [maintainer fix] net/ntop" fix build with rrd-tool
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 15 05:50:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
cotds.org
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sun Dec 7 15:41:23 GMT 2003 root at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	I forgot to escape a line.

	Pointy hat to: me
	Noticed by: Charles Orbello <tazma at cultdeadsheep.org>
	
>How-To-Repeat:
	# cd /usr/ports/ntop/ntop
	# make WITH_LOCALE=yes WITH_LSOF=yes WITH_PCAP_PORT=yes WITH_RRD=yes WITH_XMLDUMP=yes install clean
	"Makefile", line 75: Unassociated shell command "--with-rrd-root=${LOCALBASE}"
	make: fatal errors encountered -- cannot continue
>Fix:

	

--- ntop.diff begins here ---
Index: ntop/Makefile
===================================================================
RCS file: /SERVICES/cvs/FreeBSD/ports/net/ntop/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- ntop/Makefile	12 Dec 2003 21:03:57 -0000	1.33
+++ ntop/Makefile	15 Dec 2003 13:40:04 -0000
@@ -71,7 +71,7 @@
 
 .if defined(WITH_RRD)
 LIB_DEPENDS+=		rrd.0:${PORTSDIR}/net/rrdtool
-CONFIGURE_ARGS+=	--enable-rrd
+CONFIGURE_ARGS+=	--enable-rrd \
 			--with-rrd-root=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=	--without-rrd-root
--- ntop.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list