summaryrefslogtreecommitdiff
path: root/net/arla/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/arla/patches/patch-ac')
-rw-r--r--net/arla/patches/patch-ac36
1 files changed, 12 insertions, 24 deletions
diff --git a/net/arla/patches/patch-ac b/net/arla/patches/patch-ac
index c5152d6f7b0..0092f710a97 100644
--- a/net/arla/patches/patch-ac
+++ b/net/arla/patches/patch-ac
@@ -1,26 +1,14 @@
-$NetBSD: patch-ac,v 1.2 2001/08/09 13:48:59 wennmach Exp $
+$NetBSD: patch-ac,v 1.3 2005/03/15 15:58:52 wennmach Exp $
-Do not install libsl.a and ss/ss.h. There is a conflict with the libsl.a from
-the kth-krb4 package.
-
---- lib/sl/Makefile.in.orig Thu Dec 21 13:35:49 2000
-+++ lib/sl/Makefile.in Fri Aug 3 14:33:44 2001
-@@ -61,18 +61,8 @@
- $(CC) -c $(DEFS) -I../../include -I. -I$(srcdir) $(KRB4_INC_FLAGS) @INC_roken@ $(CFLAGS) $(CPPFLAGS) $(PICFLAGS) $<
-
- install: all
-- $(MKINSTALLDIRS) $(DESTDIR)$(includedir)/ss
-- $(INSTALL_DATA) $(srcdir)/ss.h $(DESTDIR)$(includedir)/ss/ss.h
-- $(MKINSTALLDIRS) $(DESTDIR)$(libdir)
-- $(INSTALL) -m 555 $(sl_LIB) $(DESTDIR)$(libdir)/$(sl_LIB)
-- $(INSTALL) -m 555 $(sl_LIB) $(DESTDIR)$(libdir)/$(ss_LIB)
-- $(MKINSTALLDIRS) $(DESTDIR)$(bindir)
-- $(INSTALL) -m 0555 $(PROGS) $(DESTDIR)$(bindir)/$(PROGS)
-
- uninstall:
-- rm -f $(DESTDIR)$(includedir)/ss/ss.h
-- rm -f $(DESTDIR)$(libdir)/$(sl_LIB) $(DESTDIR)$(libdir)/$(ss_LIB)
-- rm -f $(DESTDIR)$(bindir)/$(PROGS)
+--- nnpfs/bsd/nnpfs_vnodeops-netbsd.c.orig Mon Mar 14 15:13:51 2005
++++ nnpfs/bsd/nnpfs_vnodeops-netbsd.c Mon Mar 14 15:35:55 2005
+@@ -416,7 +416,9 @@
+ {&vop_strategy_desc, (vop_t *) nnpfs_netbsd_strategy },
+ {&vop_print_desc, (vop_t *) nnpfs_print},
+ {&vop_advlock_desc, (vop_t *) nnpfs_advlock },
++#if __NetBSD_Version__ >= 200000000
+ {&vop_kqfilter_desc, (vop_t *) genfs_kqfilter },
++#endif
+ {(struct vnodeop_desc *) NULL, (int (*) (void *)) NULL}
+ };
- TAGS: $(SOURCES)
- etags $(SOURCES)