summaryrefslogtreecommitdiff
path: root/net/arla/patches
diff options
context:
space:
mode:
authorwennmach <wennmach>2002-04-05 11:46:03 +0000
committerwennmach <wennmach>2002-04-05 11:46:03 +0000
commitbd99c4f11c66fd011d907c84de3bc392db3e2cf3 (patch)
tree44f984b485f4350350a7c9921fe5273dbd7f9961 /net/arla/patches
parentaa0e07efafb2d2c770b5acd93006f88643c9a782 (diff)
downloadpkgsrc-bd99c4f11c66fd011d907c84de3bc392db3e2cf3.tar.gz
Update arla to 0.35.7
This new version fixes some (unnamed, sorry) bugs. The main rationale for the upgrade is to get rid of the dependency on kth-krb4 for NetBSD>=1.5 systems. For older systems, we provide full functionality via (a now buildlinked) kth-krb4.
Diffstat (limited to 'net/arla/patches')
-rw-r--r--net/arla/patches/patch-aa27
-rw-r--r--net/arla/patches/patch-ab27
-rw-r--r--net/arla/patches/patch-an30
-rw-r--r--net/arla/patches/patch-aw28
-rw-r--r--net/arla/patches/patch-ax16
-rw-r--r--net/arla/patches/patch-ay15
-rw-r--r--net/arla/patches/patch-az15
-rw-r--r--net/arla/patches/patch-ba15
-rw-r--r--net/arla/patches/patch-bb15
-rw-r--r--net/arla/patches/patch-bc24
10 files changed, 0 insertions, 212 deletions
diff --git a/net/arla/patches/patch-aa b/net/arla/patches/patch-aa
deleted file mode 100644
index 99b6569079d..00000000000
--- a/net/arla/patches/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
-$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 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@
--LIBS = -L../lib -larlalib \
-- -L../../rxdef -lrxdefclient \
-- -L../../rx -lrx \
-- -L../../lwp -llwp @PLWP_LIB_FLAGS@ \
-- -L../../lib/ko -lko -L../../util -lutil \
-- -L../../lib/sl -lsl \
-+LIBS = ../lib/libarlalib.a \
-+ ../../rxdef/librxdefclient.a \
-+ ../../rx/librx.a \
-+ ../../lwp/liblwp.a @PLWP_LIB_FLAGS@ \
-+ ../../lib/ko/libko.a \
-+ ../../util/libutil.a \
-+ ../../lib/sl/libsl.a \
- $(READLINE_lib) \
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
diff --git a/net/arla/patches/patch-ab b/net/arla/patches/patch-ab
deleted file mode 100644
index 9d1013173fe..00000000000
--- a/net/arla/patches/patch-ab
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-ab,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/vos/Makefile.in.orig Fri Aug 3 15:29:25 2001
-+++ appl/vos/Makefile.in Fri Aug 3 15:31:34 2001
-@@ -54,12 +54,13 @@
- READLINE_lib = @LIB_readline@
- KAFS_LIBS = @AIX_EXTRA_KAFS@ @KAFS_LIBS@
- LIB_tgetent = @LIB_tgetent@
--LIBS = -L../lib -larlalib \
-- -L../../rxdef -lrxdefclient \
-- -L../../rx -lrx \
-- -L../../lwp -llwp @PLWP_LIB_FLAGS@ \
-- -L../../lib/ko -lko -L../../util -lutil \
-- -L../../lib/sl -lsl \
-+LIBS = ../lib/libarlalib.a \
-+ ../../rxdef/librxdefclient.a \
-+ ../../rx/librx.a \
-+ ../../lwp/liblwp.a @PLWP_LIB_FLAGS@ \
-+ ../../lib/ko/libko.a \
-+ ../../util/libutil.a \
-+ ../../lib/sl/libsl.a \
- $(READLINE_lib) \
- @LIB_roken@ \
- $(RXKAD_LIBS) \
diff --git a/net/arla/patches/patch-an b/net/arla/patches/patch-an
deleted file mode 100644
index 1e749acd598..00000000000
--- a/net/arla/patches/patch-an
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-an,v 1.3 2001/08/09 13:49:00 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. The same for libroken.
-
---- appl/bos/Makefile.in.orig Mon May 28 13:32:03 2001
-+++ appl/bos/Makefile.in Sat Aug 4 19:12:32 2001
-@@ -55,14 +55,15 @@
- READLINE_lib = @LIB_readline@
- KAFS_LIBS = @AIX_EXTRA_KAFS@ @KAFS_LIBS@
- LIB_tgetent = @LIB_tgetent@
--LIBS = -L../lib -larlalib \
-- -L../../rxdef -lrxdefclient \
-- -L../../rx -lrx \
-- -L../../lwp -llwp @PLWP_LIB_FLAGS@ \
-- -L../../lib/ko -lko -L../../util -lutil \
-- -L../../lib/sl -lsl \
-+LIBS = ../lib/libarlalib.a \
-+ ../../rxdef/librxdefclient.a \
-+ ../../rx/librx.a \
-+ ../../lwp/liblwp.a @PLWP_LIB_FLAGS@ \
-+ ../../lib/ko/libko.a \
-+ ../../util/libutil.a \
-+ ../../lib/sl/libsl.a \
- $(READLINE_lib) \
-- @LIB_roken@ \
-+ ../../lib/roken/libroken.a \
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
- $(RXKAD_LIBS) @LIBS@
diff --git a/net/arla/patches/patch-aw b/net/arla/patches/patch-aw
deleted file mode 100644
index 2d7e7af91cd..00000000000
--- a/net/arla/patches/patch-aw
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-aw,v 1.1 2001/08/09 13:49:01 wennmach Exp $
-
-Use absolute library paths for linking.
-
---- appl/afsutils/Makefile.in.orig Mon May 28 13:31:49 2001
-+++ appl/afsutils/Makefile.in Sat Aug 4 13:07:43 2001
-@@ -52,13 +52,14 @@
- RXKAD_LIBS = @MILKO_RXKAD_LIBS@
- KERNEL_INCLUDE = @KERNEL_INCLUDE@
- KAFS_LIBS = @AIX_EXTRA_KAFS@ @KAFS_LIBS@
--LIBS = -L../lib -larlalib \
-- -L../../rxdef -lrxdefclient \
-- -L../../lib/cmd -lcmd \
-- -L../../rx -lrx \
-- -L../../lwp -llwp @PLWP_LIB_FLAGS@ \
-- -L../../lib/ko -lko -L../../util -lutil \
-- @LIB_roken@ \
-+LIBS = ../lib/libarlalib.a \
-+ ../../rxdef/librxdefclient.a \
-+ ../../lib/cmd/libcmd.a \
-+ ../../rx/librx.a \
-+ ../../lwp/liblwp.a @PLWP_LIB_FLAGS@ \
-+ ../../lib/ko/libko.a \
-+ ../../util/libutil.a \
-+ ../../lib/roken/libroken.a \
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
- $(RXKAD_LIBS) @LIBS@
diff --git a/net/arla/patches/patch-ax b/net/arla/patches/patch-ax
deleted file mode 100644
index ad02baad262..00000000000
--- a/net/arla/patches/patch-ax
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ax,v 1.1 2001/08/09 13:49:01 wennmach Exp $
-
-Don't use a search path for libroken.
-
---- appl/amon/Makefile.in.orig Sat Aug 4 18:18:55 2001
-+++ appl/amon/Makefile.in Sat Aug 4 18:19:42 2001
-@@ -60,7 +60,8 @@
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
- $(RXKAD_LIBS) \
-- @LIB_roken@ @LIBS@
-+ ../../lib/roken/libroken.a \
-+ @LIBS@
-
- AMON_LIBS = @X_LIBS@ \
- -lXaw -lXt -lXmu -lXext @X_PRE_LIBS@ -lX11 @X_EXTRA_LIBS@
diff --git a/net/arla/patches/patch-ay b/net/arla/patches/patch-ay
deleted file mode 100644
index 8536b8d140b..00000000000
--- a/net/arla/patches/patch-ay
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ay,v 1.1 2001/08/09 13:49:01 wennmach Exp $
-
-Don't use search path for libroken.
-
---- appl/kalog/Makefile.in.orig Sat Aug 4 18:30:31 2001
-+++ appl/kalog/Makefile.in Sat Aug 4 18:31:21 2001
-@@ -59,7 +59,7 @@
- -L../../rx -lrx \
- -L../../lwp -llwp @PLWP_LIB_FLAGS@ \
- -L../../lib/ko -lko -L../../util -lutil \
-- @LIB_roken@ \
-+ ../../lib/roken/libroken.a \
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
- $(RXKAD_LIBS) @LIBS@
diff --git a/net/arla/patches/patch-az b/net/arla/patches/patch-az
deleted file mode 100644
index e69bd405a16..00000000000
--- a/net/arla/patches/patch-az
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-az,v 1.1 2001/08/09 13:49:01 wennmach Exp $
-
-Don't use library search path for libroken.
-
---- appl/pts/Makefile.in.orig Sat Aug 4 18:47:05 2001
-+++ appl/pts/Makefile.in Sat Aug 4 18:47:45 2001
-@@ -61,7 +61,7 @@
- -L../../lib/ko -lko -L../../util -lutil \
- -L../../lib/sl -lsl \
- $(READLINE_lib) \
-- @LIB_roken@ \
-+ ../../lib/roken/libroken.a \
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
- $(RXKAD_LIBS) @LIBS@
diff --git a/net/arla/patches/patch-ba b/net/arla/patches/patch-ba
deleted file mode 100644
index 10ea8f87e40..00000000000
--- a/net/arla/patches/patch-ba
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-Don't use a library search path for libroken.
-
---- appl/vos/Makefile.in.orig Sat Aug 4 19:01:10 2001
-+++ appl/vos/Makefile.in Sat Aug 4 19:01:43 2001
-@@ -62,7 +62,7 @@
- ../../util/libutil.a \
- ../../lib/sl/libsl.a \
- $(READLINE_lib) \
-- @LIB_roken@ \
-+ ../../lib/roken/libroken.a \
- $(RXKAD_LIBS) \
- $(KAFS_LIBS) \
- $(RXKAD_LIBS) @LIBS@
diff --git a/net/arla/patches/patch-bb b/net/arla/patches/patch-bb
deleted file mode 100644
index 253652f2021..00000000000
--- a/net/arla/patches/patch-bb
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-bb,v 1.1 2001/08/09 13:49:02 wennmach Exp $
-
-Don't use search path for libroken.
-
---- tests/Makefile.in.orig Sat Aug 4 23:26:21 2001
-+++ tests/Makefile.in Sat Aug 4 23:27:50 2001
-@@ -14,7 +14,7 @@
- CPPFLAGS = @CPPFLAGS@
- DEFS = @DEFS@
- LDFLAGS = @LDFLAGS@
--LIBS = @LIB_roken@ @LIBS@
-+LIBS = ../lib/roken/libroken.a @LIBS@
- KAFS_LIBS = @AFS_EXTRA_LIBS@ @KAFS_LIBS@
- KRB_LIBS = @KRB4_LIB_FLAGS@
- APPL_LIB = -L../appl/lib -larlalib -L../lib/ko -lko
diff --git a/net/arla/patches/patch-bc b/net/arla/patches/patch-bc
deleted file mode 100644
index 23f066e5431..00000000000
--- a/net/arla/patches/patch-bc
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-bc,v 1.1 2001/08/09 13:49:02 wennmach Exp $
-
-Do not install libroken and its header files.
-
---- lib/roken/Makefile.in.orig Sun Aug 5 12:48:51 2001
-+++ lib/roken/Makefile.in Sun Aug 5 12:50:40 2001
-@@ -175,17 +175,8 @@
- $(CC) -c $(CPPFLAGS) $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(PICFLAGS) $<
-
- install: all
-- $(MKINSTALLDIRS) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
-- $(INSTALL_DATA) $(LIB) $(DESTDIR)$(libdir)/$(LIB)
-- for x in $(include_HEADERS); do \
-- $(INSTALL_DATA) $(srcdir)/$$x $(DESTDIR)$(includedir)/$$x; \
-- done
-
- uninstall:
-- rm -f $(DESTDIR)$(libdir)/$(LIB)
-- for x in $(include_HEADERS); do \
-- rm -f $(DESTDIR)$(includedir)/$$x; \
-- done
-
- TAGS: $(SOURCES)
- etags $(SOURCES)