Date: Tue, 20 Jul 2010 19:26:20 GMT From: Ryan Steinmetz <rpsfa@rit.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/148800: [maintainer update] net-mgmt/jnettop Message-ID: <201007201926.o6KJQKZ6035710@www.freebsd.org> Resent-Message-ID: <201007201930.o6KJU1P9045674@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007201926.o6KJQKZ6035710>