mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 0.9.1
PR: ports/59950 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
This commit is contained in:
parent
da3c8110d9
commit
05cedfabe4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95073
@ -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,19 @@ MAINTAINER= ports@FreeBSD.org
|
||||
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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,23 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- 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
|
@ -1,16 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- 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 <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
+#include <arpa/inet.h>
|
||||
#include <stdlib.h>
|
||||
#include <gtkgl/gtkglarea.h>
|
||||
#include <GL/gl.h>
|
@ -3,7 +3,9 @@ share/locale/es/LC_MESSAGES/xtraceroute.mo
|
||||
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%%
|
||||
|
Loading…
Reference in New Issue
Block a user