diff options
author | hubertf <hubertf> | 1999-03-02 22:06:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-03-02 22:06:02 +0000 |
commit | 95bc0ad0a84b45a043301fbb2ac08aa78ab4b891 (patch) | |
tree | 83f3a8779eef58caf8ce8fd59d0fa7b021f3dcea /net/xtraceroute/patches | |
parent | 9504530ce01df8bd6e81af122b24f93d35e1a0e6 (diff) | |
download | pkgsrc-95bc0ad0a84b45a043301fbb2ac08aa78ab4b891.tar.gz |
Update to v0.8.14.
Changes: Added a man page, i18n support (es, fr, ja), a better
database, better rotation control and of course lots of bugfixes.
Diffstat (limited to 'net/xtraceroute/patches')
-rw-r--r-- | net/xtraceroute/patches/patch-aa | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/net/xtraceroute/patches/patch-aa b/net/xtraceroute/patches/patch-aa index 603861a124c..5268778c3b8 100644 --- a/net/xtraceroute/patches/patch-aa +++ b/net/xtraceroute/patches/patch-aa @@ -1,13 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/01/20 02:03:41 hubertf Exp $ - ---- Makefile.in.BAK Wed Jan 20 02:01:03 1999 -+++ Makefile.in Wed Jan 20 02:01:55 1999 -@@ -90,7 +90,7 @@ - - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -L${LOCALSRC}/lib -ljpeg - xtraceroute_OBJECTS = readtexture.o db.o countries.o main.o sphere.o \ - dbio.o glstuff.o spinner.o dialogs.o info_window.o doughnut.o util.o \ - resolve.o db_host_gui.o db_net_gui.o db_gen_gui.o +--- Makefile.in.orig Mon Mar 1 20:38:59 1999 ++++ Makefile.in Tue Mar 2 21:57:17 1999 +@@ -103,7 +103,7 @@ + DEFS = @DEFS@ -DDATADIR=\"${xtraceroutedatadir}\" -DLOCALEDIR=\"${xtraceroutelocaledir}\" + + +-LIBS = @INTLLIBS@ @LIBS@ ++LIBS = @INTLLIBS@ @LIBS@ -L${LOCALSRC}/lib -ljpeg + + man_MANS = xtraceroute.1 + |