head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.38
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.36
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.34
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.32
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.30
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2008Q4:1.4.0.28
	pkgsrc-2008Q4-base:1.4
	pkgsrc-2008Q3:1.4.0.26
	pkgsrc-2008Q3-base:1.4
	cube-native-xorg:1.4.0.24
	cube-native-xorg-base:1.4
	pkgsrc-2008Q2:1.4.0.22
	pkgsrc-2008Q2-base:1.4
	pkgsrc-2008Q1:1.4.0.20
	pkgsrc-2008Q1-base:1.4
	pkgsrc-2007Q4:1.4.0.18
	pkgsrc-2007Q4-base:1.4
	pkgsrc-2007Q3:1.4.0.16
	pkgsrc-2007Q3-base:1.4
	pkgsrc-2007Q2:1.4.0.14
	pkgsrc-2007Q2-base:1.4
	pkgsrc-2007Q1:1.4.0.12
	pkgsrc-2007Q1-base:1.4
	pkgsrc-2006Q4:1.4.0.10
	pkgsrc-2006Q4-base:1.4
	pkgsrc-2006Q3:1.4.0.8
	pkgsrc-2006Q3-base:1.4
	pkgsrc-2006Q2:1.4.0.6
	pkgsrc-2006Q2-base:1.4
	pkgsrc-2006Q1:1.4.0.4
	pkgsrc-2006Q1-base:1.4
	pkgsrc-2005Q4:1.4.0.2
	pkgsrc-2005Q4-base:1.4
	pkgsrc-2005Q3:1.3.0.4
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.2
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.2.0.12
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.10
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.8
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.6
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.4
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.2
	pkgsrc-2003Q4-base:1.2
	buildlink2-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2005.12.15.21.28.48;	author wennmach;	state dead;
branches;
next	1.3;

1.3
date	2005.03.25.17.40.25;	author wennmach;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.05.11.46.08;	author wennmach;	state dead;
branches;
next	1.1;

1.1
date	2001.08.09.13.49.02;	author wennmach;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update arla to 0.41. The update is necessary to support NetBSD-2.1
and NetBSD-3.0 and should fix the broken bulk build.

Tested on NetBSD-2.0.2/i386 and NetBSD-2.1/i386.
@
text
@$NetBSD: patch-bc,v 1.3 2005/03/25 17:40:25 wennmach Exp $

Add placeholder for HAVE_KRB5_COM_ERR_H in config.h.in.

--- include/config.h.in.orig	2005-03-22 14:30:49.000000000 +0100
+++ include/config.h.in	2005-03-22 14:31:34.000000000 +0100
@@@@ -196,6 +196,9 @@@@
 /* Define to 1 if you have the <et/com_err.h> header file. */
 #undef HAVE_ET_COM_ERR_H
 
+/* Define to 1 if you have the <krb5/com_err.h> header file. */
+#undef HAVE_KRB5_COM_ERR_H
+
 /* Define if you have the function `fchown'. */
 #undef HAVE_FCHOWN
 
@


1.3
log
@Fix a number of issues:
	- LP64 and other portability issues
	- Find the correct <kafs.h> in order to get the right prototype for
	  kafs_settoken_rxkad.
	- Find the correct <com_err.h>
	- Add support for -DMULTIPROCESSOR and other kernel compile options

Bump PKGREVISION.
@
text
@d1 1
a1 1
$NetBSD$
@


1.2
log
@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.
@
text
@d1 1
a1 1
$NetBSD: patch-bc,v 1.1 2001/08/09 13:49:02 wennmach Exp $
d3 1
a3 1
Do not install libroken and its header files.
d5 5
a9 4
--- 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) $<
d11 5
a15 6
 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
a16 8
 uninstall:
-	rm -f $(DESTDIR)$(libdir)/$(LIB)
-	for x in $(include_HEADERS); do \
-		rm -f $(DESTDIR)$(includedir)/$$x; \
-	done
 
 TAGS: $(SOURCES)
 	etags $(SOURCES)
@


1.1
log
@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.
@
text
@d1 1
a1 1
$NetBSD$
@

