From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 4 05:50:23 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9083D16A4CE for ; Thu, 4 Dec 2003 05:50:23 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9E243FE3 for ; Thu, 4 Dec 2003 05:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hB4DoIFY008151 for ; Thu, 4 Dec 2003 05:50:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hB4DoI5J008150; Thu, 4 Dec 2003 05:50:18 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 4 Dec 2003 05:50:18 -0800 (PST) Resent-Message-Id: <200312041350.hB4DoI5J008150@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46E5216A4CF for ; Thu, 4 Dec 2003 05:41:08 -0800 (PST) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9252143FD7 for ; Thu, 4 Dec 2003 05:41:04 -0800 (PST) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 43045 invoked by uid 85); 4 Dec 2003 14:41:02 +0100 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.044854 secs); 04 Dec 2003 13:41:02 -0000 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 4 Dec 2003 14:41:02 +0100 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Thu, 4 Dec 2003 14:41:05 +0100 Message-Id: <20031204134104.9252143FD7@mx1.FreeBSD.org> Date: Thu, 4 Dec 2003 14:41:05 +0100 From: "Clement Laforet" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement Laforet Subject: ports/59950: [update orphaned port] net/xtraceroute: update to 0.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Clement Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 13:50:23 -0000 >Number: 59950 >Category: ports >Synopsis: [update orphaned port] net/xtraceroute: update to 0.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 04 05:50:18 PST 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.2-BETA i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.2-BETA FreeBSD 5.2-BETA #0: Fri Nov 28 21:23:08 CET 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: Update to 0.9.1 Misc clean up. Removed files: files/patch-aa files/patch-ab >How-To-Repeat: N/A. >Fix: --- traceroute.diff begins here --- Index: xtraceroute/Makefile =================================================================== RCS file: /SERVICES/cvs/FreeBSD/ports/net/xtraceroute/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- xtraceroute/Makefile 5 Sep 2003 07:33:48 -0000 1.20 +++ xtraceroute/Makefile 4 Dec 2003 13:36:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= xtraceroute -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= net MASTER_SITES= http://www.dtek.chalmers.se/~d3august/xt/dl/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} @@ -15,19 +15,20 @@ COMMENT= 3D graphical version of the traceroute program BUILD_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host +RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea -RUN_DEPENDS= ${LOCALBASE}/bin/host:${PORTSDIR}/dns/host USE_X_PREFIX= yes -USE_MESA= yes USE_GNOME= gdkpixbuf +USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ --with-host=${LOCALBASE}/bin/host -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ +CONFIGURE_ENV+= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= OLD_PO_FILE_INPUT=1 + +MAKE_ENV+= OLD_PO_FILE_INPUT=1 DATAFILES= ndg_files.tar.gz Index: xtraceroute/distinfo =================================================================== RCS file: /SERVICES/cvs/FreeBSD/ports/net/xtraceroute/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- xtraceroute/distinfo 30 Jun 2001 12:29:52 -0000 1.2 +++ xtraceroute/distinfo 4 Dec 2003 13:36:21 -0000 @@ -1,2 +1,2 @@ -MD5 (xtraceroute-0.9.0.tar.gz) = f201a563948e3debe214dc17f762dab7 +MD5 (xtraceroute-0.9.1.tar.gz) = ac212fed3ac9dc06851e5ffbe95901c0 MD5 (ndg_files.tar.gz) = 0e2d6ab6a780b49acbd8f706840380d9 Index: xtraceroute/pkg-plist =================================================================== RCS file: /SERVICES/cvs/FreeBSD/ports/net/xtraceroute/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- xtraceroute/pkg-plist 30 Jun 2001 12:29:52 -0000 1.2 +++ xtraceroute/pkg-plist 4 Dec 2003 13:36:21 -0000 @@ -3,7 +3,9 @@ share/locale/fr/LC_MESSAGES/xtraceroute.mo share/locale/ja/LC_MESSAGES/xtraceroute.mo share/locale/sv/LC_MESSAGES/xtraceroute.mo -share/xtraceroute/earth.png -share/xtraceroute/hosts.cache -share/xtraceroute/networks.cache -@dirrm share/xtraceroute +%%DATADIR%%/earth.png +%%DATADIR%%/hosts.cache +%%DATADIR%%/networks.cache +%%DATADIR%%/night.png +%%DATADIR%%/xtraceroute-resolve-location.sh +@dirrm %%DATADIR%% Index: xtraceroute/files/patch-aa =================================================================== RCS file: xtraceroute/files/patch-aa diff -N xtraceroute/files/patch-aa --- xtraceroute/files/patch-aa 2 Jul 2001 06:26:16 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,23 +0,0 @@ - -$FreeBSD: ports/net/xtraceroute/files/patch-aa,v 1.4 2001/07/02 06:26:16 sobomax Exp $ - ---- configure.orig Wed Apr 18 17:26:37 2001 -+++ configure Mon Jul 2 09:22:57 2001 -@@ -2547,7 +2547,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -3108,7 +3108,7 @@ - if eval "test x$enable_debug = xyes"; then - CFLAGS="-g -Wall -DXT_DEBUG " - else -- CFLAGS="-O6 $CFLAGS" -+# CFLAGS="-O6 $CFLAGS" - fi - - xtraceroutedatadir=${datadir}/xtraceroute Index: xtraceroute/files/patch-ab =================================================================== RCS file: xtraceroute/files/patch-ab diff -N xtraceroute/files/patch-ab --- xtraceroute/files/patch-ab 30 Jun 2001 12:29:53 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,16 +0,0 @@ - -$FreeBSD: ports/net/xtraceroute/files/patch-ab,v 1.2 2001/06/30 12:29:53 sobomax Exp $ - ---- glstuff.c.orig Thu Jun 28 02:19:31 2001 -+++ glstuff.c Thu Jun 28 23:56:03 2001 -@@ -16,7 +16,10 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -+#include -+#include - #include -+#include - #include - #include - #include --- traceroute.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: