CVS commit: src/external/lib

2010-06-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  9 23:02:44 UTC 2010

Modified Files:
src/external/lib: Makefile

Log Message:
we can have ldap without crypto


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/lib/Makefile

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

Modified files:

Index: src/external/lib/Makefile
diff -u src/external/lib/Makefile:1.15 src/external/lib/Makefile:1.16
--- src/external/lib/Makefile:1.15	Tue Dec 22 19:17:40 2009
+++ src/external/lib/Makefile	Wed Jun  9 19:02:44 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.15 2009/12/23 00:17:40 darran Exp $
+#	$NetBSD: Makefile,v 1.16 2010/06/09 23:02:44 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -18,11 +18,11 @@
 
 .if (${MKCRYPTO} != "no")
 SUBDIR+= ../../crypto/external/lib .WAIT
+.endif
 
 .if (${MKLDAP} != "no")
 SUBDIR+= ../bsd/openldap/lib
 .endif
-.endif
 
 .if (${MKISCSI} != "no")
 SUBDIR+=	../bsd/iscsi/lib	# depends on libpthread



CVS commit: src/external/lib

2009-12-22 Thread Darran Hunt
Module Name:src
Committed By:   darran
Date:   Wed Dec 23 00:17:41 UTC 2009

Modified Files:
src/external/lib: Makefile

Log Message:
Add libdwarf to the build.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/lib/Makefile

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

Modified files:

Index: src/external/lib/Makefile
diff -u src/external/lib/Makefile:1.14 src/external/lib/Makefile:1.15
--- src/external/lib/Makefile:1.14	Sun Dec 20 05:52:41 2009
+++ src/external/lib/Makefile	Wed Dec 23 00:17:40 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.14 2009/12/20 05:52:41 thorpej Exp $
+#	$NetBSD: Makefile,v 1.15 2009/12/23 00:17:40 darran Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -32,6 +32,7 @@
 SUBDIR+= ../bsd/libarchive/lib
 SUBDIR+= ../bsd/libevent/lib
 SUBDIR+= ../bsd/libelf/lib
+SUBDIR+= ../bsd/libdwarf/lib
 SUBDIR+= ../bsd/am-utils/lib
 SUBDIR+= ../bsd/bind/lib
 SUBDIR+= ../bsd/file/lib



CVS commit: src/external/lib

2009-12-19 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sun Dec 20 05:52:41 UTC 2009

Modified Files:
src/external/lib: Makefile

Log Message:
Build libelf.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/lib/Makefile

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

Modified files:

Index: src/external/lib/Makefile
diff -u src/external/lib/Makefile:1.13 src/external/lib/Makefile:1.14
--- src/external/lib/Makefile:1.13	Mon Nov  2 10:13:19 2009
+++ src/external/lib/Makefile	Sun Dec 20 05:52:41 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2009/11/02 10:13:19 plunky Exp $
+#	$NetBSD: Makefile,v 1.14 2009/12/20 05:52:41 thorpej Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -31,6 +31,7 @@
 SUBDIR+= ../bsd/fetch/lib
 SUBDIR+= ../bsd/libarchive/lib
 SUBDIR+= ../bsd/libevent/lib
+SUBDIR+= ../bsd/libelf/lib
 SUBDIR+= ../bsd/am-utils/lib
 SUBDIR+= ../bsd/bind/lib
 SUBDIR+= ../bsd/file/lib



CVS commit: src/external/lib

2009-05-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May  8 17:47:44 UTC 2009

Modified Files:
src/external/lib: Makefile

Log Message:
hook libmagic


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

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

Modified files:

Index: src/external/lib/Makefile
diff -u src/external/lib/Makefile:1.9 src/external/lib/Makefile:1.10
--- src/external/lib/Makefile:1.9	Tue Apr 14 16:26:52 2009
+++ src/external/lib/Makefile	Fri May  8 13:47:44 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2009/04/14 20:26:52 cube Exp $
+#	$NetBSD: Makefile,v 1.10 2009/05/08 17:47:44 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -24,5 +24,6 @@
 SUBDIR+= ../bsd/libarchive/lib
 SUBDIR+= ../bsd/am-utils/lib
 SUBDIR+= ../bsd/bind/lib
+SUBDIR+= ../bsd/file/lib
 
 .include 



CVS commit: src/external/lib

2009-04-14 Thread Quentin Garnier
Module Name:src
Committed By:   cube
Date:   Tue Apr 14 20:26:52 UTC 2009

Modified Files:
src/external/lib: Makefile

Log Message:
Give previous commit a chance to work [hi christos!].


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/lib/Makefile

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

Modified files:

Index: src/external/lib/Makefile
diff -u src/external/lib/Makefile:1.8 src/external/lib/Makefile:1.9
--- src/external/lib/Makefile:1.8	Tue Apr 14 17:47:16 2009
+++ src/external/lib/Makefile	Tue Apr 14 20:26:52 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.8 2009/04/14 17:47:16 christos Exp $
+#	$NetBSD: Makefile,v 1.9 2009/04/14 20:26:52 cube Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -15,7 +15,7 @@
 .if (${MKCRYPTO} != "no")
 SUBDIR+= ../../crypto/external/lib .WAIT
 
-if (${MKLDAP} != "no")
+.if (${MKLDAP} != "no")
 SUBDIR+= ../bsd/openldap/lib
 .endif
 .endif



CVS commit: src/external/lib

2009-04-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Apr 14 17:47:16 UTC 2009

Modified Files:
src/external/lib: Makefile

Log Message:
mkldap depends on mkcrypto


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/lib/Makefile

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

Modified files:

Index: src/external/lib/Makefile
diff -u src/external/lib/Makefile:1.7 src/external/lib/Makefile:1.8
--- src/external/lib/Makefile:1.7	Sun Apr 12 13:10:22 2009
+++ src/external/lib/Makefile	Tue Apr 14 13:47:16 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.7 2009/04/12 17:10:22 christos Exp $
+#	$NetBSD: Makefile,v 1.8 2009/04/14 17:47:16 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -12,12 +12,12 @@
 SUBDIR+= ../bsd/atf/lib
 .endif
 
-.if (${MKLDAP} != "no")
+.if (${MKCRYPTO} != "no")
+SUBDIR+= ../../crypto/external/lib .WAIT
+
+if (${MKLDAP} != "no")
 SUBDIR+= ../bsd/openldap/lib
 .endif
-
-.if (${MKCRYPTO} != "no")
-SUBDIR+= ../../crypto/external/lib
 .endif
 
 SUBDIR+= ../bsd/fetch/lib



CVS commit: src/external/lib

2009-04-12 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Apr 12 17:10:22 UTC 2009

Modified Files:
src/external/lib: Makefile

Log Message:
hook bind libraries


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/lib/Makefile

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

Modified files:

Index: src/external/lib/Makefile
diff -u src/external/lib/Makefile:1.6 src/external/lib/Makefile:1.7
--- src/external/lib/Makefile:1.6	Fri Jan 23 20:15:26 2009
+++ src/external/lib/Makefile	Sun Apr 12 13:10:22 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2009/01/24 01:15:26 agc Exp $
+#	$NetBSD: Makefile,v 1.7 2009/04/12 17:10:22 christos Exp $
 
 #
 # This Makefile exists to provide a single point to build
@@ -23,5 +23,6 @@
 SUBDIR+= ../bsd/fetch/lib
 SUBDIR+= ../bsd/libarchive/lib
 SUBDIR+= ../bsd/am-utils/lib
+SUBDIR+= ../bsd/bind/lib
 
 .include