CVS commit: src/crypto/external/bsd/heimdal/lib/libkrb5

2017-01-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan 29 15:42:58 UTC 2017

Modified Files:
src/crypto/external/bsd/heimdal/lib/libkrb5: Makefile

Log Message:
Include sqlite3 to the dependent libraries


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.10 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.11
--- src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.10	Sat Jan 28 17:25:44 2017
+++ src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile	Sun Jan 29 10:42:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/28 22:25:44 christos Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/29 15:42:58 christos Exp $
 
 USE_FORT?= yes	# network protocol library
 
@@ -15,14 +15,16 @@ WARNS?=		0
 
 LIB=		krb5
 
-LIBDPLIBS+=	hx509		${HEIMBASE}/lib/libhx509	\
-		crypto		${SSLBASE}/lib/libcrypto	\
-		asn1		${HEIMBASE}/lib/libasn1		\
-		com_err		${HEIMBASE}/lib/libcom_err	\
-		roken		${HEIMBASE}/lib/libroken	\
-		wind		${HEIMBASE}/lib/libwind		\
-		heimbase	${HEIMBASE}/lib/libheimbase	\
-		crypt		${NETBSDSRCDIR}/lib/libcrypt
+LIBDPLIBS+=	\
+	hx509		${HEIMBASE}/lib/libhx509	\
+	crypto		${SSLBASE}/lib/libcrypto	\
+	asn1		${HEIMBASE}/lib/libasn1		\
+	com_err		${HEIMBASE}/lib/libcom_err	\
+	roken		${HEIMBASE}/lib/libroken	\
+	wind		${HEIMBASE}/lib/libwind		\
+	heimbase	${HEIMBASE}/lib/libheimbase	\
+	sqlite3		${NETBSDSRCDIR}/external/public-domain/sqlite/lib \
+	crypt		${NETBSDSRCDIR}/lib/libcrypt
 
 HEIMSRCS= krb_err.et krb5_err.et heim_err.et k524_err.et
 



CVS commit: src/crypto/external/bsd/heimdal/lib/libkrb5

2017-01-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan 28 22:25:44 UTC 2017

Modified Files:
src/crypto/external/bsd/heimdal/lib/libkrb5: Makefile

Log Message:
Use ${TOOL_SED} and resolve paths properly.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.9 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.10
--- src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.9	Sat Jan 28 16:31:52 2017
+++ src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile	Sat Jan 28 17:25:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/01/28 21:31:52 christos Exp $
+# $NetBSD: Makefile,v 1.10 2017/01/28 22:25:44 christos Exp $
 
 USE_FORT?= yes	# network protocol library
 
@@ -540,10 +540,11 @@ INFOFLAGS=  -I. -I${HEIMDIST}/doc
 heimdal.texi: vars.texi
 
 vars.texi: vars.tin
-	< ${HEIMDIST}/doc/vars.tin > $@			\
-	sed -e 's,[@]dbdir[@],/var/heimdal,g'		\
-	-e 's,[@]dbtype[@],db1,g'
-	-e 's,[@]PACKAGE_VERSION[@],7.1.0,g'
+	@${TOOL_SED} -e 's,[@]dbdir[@],/var/heimdal,g'	\
+	-e 's,[@]dbtype[@],db1,g'			\
+	-e 's,[@]PACKAGE_VERSION[@],7.1.0,g'	\
+	< ${.ALLSRC} > ${.TARGET}
+
 
 CLEANFILES+=	vars.texi
 



CVS commit: src/crypto/external/bsd/heimdal/lib/libkrb5

2011-07-31 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sun Jul 31 06:43:57 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/lib/libkrb5: Makefile

Log Message:
cleanup vars.texi


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.5 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.6
--- src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.5	Thu May 26 12:56:24 2011
+++ src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile	Sun Jul 31 06:43:56 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/05/26 12:56:24 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2011/07/31 06:43:56 plunky Exp $
 
 USE_FORT?= yes	# network protocol library
 
@@ -533,6 +533,8 @@
 	sed -e 's,[@]dbdir[@],/var/heimdal,g'		\
 	-e 's,[@]PACKAGE_VERSION[@],1.5pre1,g'
 
+CLEANFILES+=	vars.texi
+
 .include ${HEIMBASE}/Makefile.rules.inc
 .include bsd.lib.mk
 .include bsd.info.mk



CVS commit: src/crypto/external/bsd/heimdal/lib/libkrb5

2011-05-20 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri May 20 20:09:37 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/lib/libkrb5: Makefile

Log Message:
Revert, breaks the build.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.2 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.3
--- src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.2	Fri May 20 02:04:59 2011
+++ src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile	Fri May 20 20:09:37 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/05/20 02:04:59 christos Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/20 20:09:37 joerg Exp $
 
 USE_FORT?= yes	# network protocol library
 
@@ -17,7 +17,6 @@
 		crypto		${SSLBASE}/lib/libcrypto	\
 		asn1		${HEIMBASE}/lib/libasn1		\
 		com_err		${HEIMBASE}/lib/libcom_err	\
-		ipc		${HEIMBASE}/lib/libipc		\
 		roken		${HEIMBASE}/lib/libroken	\
 		wind		${HEIMBASE}/lib/libwind		\
 		heimbase	${HEIMBASE}/lib/libheimbase



CVS commit: src/crypto/external/bsd/heimdal/lib/libkrb5

2011-05-19 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 20 02:04:59 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/lib/libkrb5: Makefile

Log Message:
Let's see if we can get away with this for the sun2 port or we are going
to need to:
1. put the contents of libipc.a in libkrb5.a
or
2. install libipc.a [perhaps call it libkrbipc.a?]


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile
diff -u src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.1 src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.2
--- src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile:1.1	Wed Apr 13 15:16:53 2011
+++ src/crypto/external/bsd/heimdal/lib/libkrb5/Makefile	Thu May 19 22:04:59 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:53 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/20 02:04:59 christos Exp $
 
 USE_FORT?= yes	# network protocol library
 
@@ -17,6 +17,7 @@
 		crypto		${SSLBASE}/lib/libcrypto	\
 		asn1		${HEIMBASE}/lib/libasn1		\
 		com_err		${HEIMBASE}/lib/libcom_err	\
+		ipc		${HEIMBASE}/lib/libipc		\
 		roken		${HEIMBASE}/lib/libroken	\
 		wind		${HEIMBASE}/lib/libwind		\
 		heimbase	${HEIMBASE}/lib/libheimbase