diff options
author | wennmach <wennmach> | 2001-08-09 13:48:58 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-08-09 13:48:58 +0000 |
commit | f1c094315226976c28167958e6d112471fd2add6 (patch) | |
tree | 1e2e40d2abaaed8081e2eef3d05f015a696619cc /net/arla/patches/patch-aa | |
parent | 819da2c3402e422b67a0ab7857f7b38d9102e2a9 (diff) | |
download | pkgsrc-f1c094315226976c28167958e6d112471fd2add6.tar.gz |
Upgrade arla to 0.35.5
Most important changes:
o added user-land programs: kalog, aklog, arla-cli
o improved user-land programs: vos, bos, pts, etc.
o added man pages
o security fix (in rx)
o and tons of bug fixes
I included a start script to be placed under /etc/rc.d.
Diffstat (limited to 'net/arla/patches/patch-aa')
-rw-r--r-- | net/arla/patches/patch-aa | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net/arla/patches/patch-aa b/net/arla/patches/patch-aa index 02564b398b7..99b6569079d 100644 --- a/net/arla/patches/patch-aa +++ b/net/arla/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.2 2000/10/18 16:32:58 wennmach Exp $ +$NetBSD: patch-aa,v 1.3 2001/08/09 13:48:59 wennmach Exp $ Do not add a path to the library search path (-L) to find libsl.a. This will find kth-krb4's sl library, which is the wrong one. ---- appl/fs/Makefile.in.orig Wed Oct 11 21:19:59 2000 -+++ appl/fs/Makefile.in Wed Oct 18 16:13:28 2000 -@@ -50,14 +50,15 @@ +--- appl/fs/Makefile.in.orig Fri Aug 3 15:24:20 2001 ++++ appl/fs/Makefile.in Fri Aug 3 15:27:23 2001 +@@ -54,12 +54,13 @@ READLINE_lib = @LIB_readline@ KAFS_LIBS = @AIX_EXTRA_KAFS@ @KAFS_LIBS@ LIB_tgetent = @LIB_tgetent@ @@ -23,8 +23,5 @@ find kth-krb4's sl library, which is the wrong one. + ../../util/libutil.a \ + ../../lib/sl/libsl.a \ $(READLINE_lib) \ -- -L../../lib/roken -lroken \ -+ ../../lib/roken/libroken.a \ $(RXKAD_LIBS) \ $(KAFS_LIBS) \ - $(RXKAD_LIBS) \ |