ports/148800: [maintainer update] net-mgmt/jnettop

Ryan Steinmetz rpsfa at rit.edu
Tue Jul 20 19:30:02 UTC 2010


>Number:         148800
>Category:       ports
>Synopsis:       [maintainer update] net-mgmt/jnettop
>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:   Tue Jul 20 19:30:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.0-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
FreeBSD xxx.rit.edu 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #2: Tue Jul 13 07:04:17 EDT 2010     root at xxx.rit.edu:/usr/obj/usr/src/sys/xxx  amd64
>Description:
Fix jnettop issue when using an Endace DAG card.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN net-mgmt/jnettop/Makefile /tmp/jnettop/Makefile
--- net-mgmt/jnettop/Makefile	2009-09-02 11:01:48.000000000 -0400
+++ /tmp/jnettop/Makefile	2010-07-20 14:57:07.000000000 -0400
@@ -18,7 +18,13 @@
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
+USE_GMAKE=	yes
 
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 
+.if defined(WITH_DAG)
+post-configure:
+	${ECHO_CMD} "#define BSD 1" >> ${WRKSRC}/config.h
+.endif
+
 .include <bsd.port.mk>


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



More information about the freebsd-ports-bugs mailing list