pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Provide a value 'yes' for USE_DB185. This lets p5-DB_F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7cd80b823be
branches:  trunk
changeset: 481546:c7cd80b823be
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Oct 06 23:27:19 2004 +0000

description:
Provide a value 'yes' for USE_DB185. This lets p5-DB_File find the
correct libraries to link with db3 and db4.

diffstat:

 databases/p5-DB_File/Makefile |  4 ++--
 www/apache6/Makefile          |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r d135a3dc9e0c -r c7cd80b823be databases/p5-DB_File/Makefile
--- a/databases/p5-DB_File/Makefile     Wed Oct 06 23:14:46 2004 +0000
+++ b/databases/p5-DB_File/Makefile     Wed Oct 06 23:27:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/09/05 09:54:24 grant Exp $
+# $NetBSD: Makefile,v 1.9 2004/10/06 23:27:19 heinz Exp $
 
 DISTNAME=      DB_File-1.806
 PKGNAME=       p5-${DISTNAME}
@@ -10,7 +10,7 @@
 COMMENT=       Perl5 module to use Berkeley DB version 1 API
 
 USE_BUILDLINK3=        # defined
-USE_DB185=     # defined
+USE_DB185=     yes
 PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/DB_File/.packlist
 
 .include "../../mk/bsd.prefs.mk"
diff -r d135a3dc9e0c -r c7cd80b823be www/apache6/Makefile
--- a/www/apache6/Makefile      Wed Oct 06 23:14:46 2004 +0000
+++ b/www/apache6/Makefile      Wed Oct 06 23:27:19 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2004/10/03 00:18:24 tv Exp $
+# $NetBSD: Makefile,v 1.92 2004/10/06 23:27:19 heinz Exp $
 #
 # This package does not compile in mod_ssl support hooks, as it conflicts
 # with IPv6-enable patch.
@@ -123,7 +123,7 @@
 .endif
 
 # Use operating system's db1 functions (where available)
-USE_DB185=             # defined
+USE_DB185=             yes
 
 .include "../../databases/db/buildlink3.mk"
 BUILDLINK_DEPENDS.db=  db>=2.7.7



Home | Main Index | Thread Index | Old Index