diff options
author | salo <salo> | 2003-03-11 03:07:36 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-11 03:07:36 +0000 |
commit | 363a563666fb9879be6c9599b02abd41fe64a43b (patch) | |
tree | 38cd36d3e09fe8c2ccfa914da546a9146a5411d7 /net/etherape/patches | |
parent | e77354a9a668d687565a1dc037758e8038e465ed (diff) | |
download | pkgsrc-363a563666fb9879be6c9599b02abd41fe64a43b.tar.gz |
Updated to version 0.9.0.
Initial patch provided by Adrian Portelli via PR pkg/20630 modified by me.
Changes:
- follow PKG_SYSCONFDIR
- install locales into PKGLOCALEDIR
0.9.0:
======
- Gnome 2 preliminary support, including a new option
for an antialiased diagram.
- Gcc 3.2 compile support
- Some bug and potential bug fixes
- New Turkish translation, by Gorkem Cetin
- Several fixes to assure proper compilation with newer
autotools
- Resolved memory bug by limiting resolved names to 1024
entries and arranging them in a simple LRU cache
Diffstat (limited to 'net/etherape/patches')
-rw-r--r-- | net/etherape/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/etherape/patches/patch-aa b/net/etherape/patches/patch-aa new file mode 100644 index 00000000000..7c8d0c81e85 --- /dev/null +++ b/net/etherape/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1 2003/03/11 03:07:37 salo Exp $ + +--- Makefile.in.orig 2003-03-11 03:13:01.000000000 +0100 ++++ Makefile.in 2003-03-11 03:25:09.000000000 +0100 +@@ -142,7 +142,7 @@ + + man_MANS = etherape.1 + +-confdir = $(sysconfdir)/etherape ++confdir = $(sysconfdir) + conf_DATA = \ + services + +@@ -643,7 +643,7 @@ + + info-am: + +-install-data-am: install-DevelopmentDATA install-confDATA install-man \ ++install-data-am: install-DevelopmentDATA install-man \ + install-pixmapsDATA + + install-exec-am: |