diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-28 13:46:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-28 13:46:58 +0000 |
commit | c532c4cf32de7d90b7eafdb9b29a243d5fb654e8 (patch) | |
tree | d9e11ab2b4b87edd4a90509c3bbba26dc1583d80 | |
parent | 2fc77b2416fbc66e7516091b9f519c23f06f0502 (diff) | |
download | pkgsrc-c532c4cf32de7d90b7eafdb9b29a243d5fb654e8.tar.gz |
Ensure that db4 is actually linked. Since it used -ldb on DragonFly
before and might have picked up a wrong version, bump revision.
-rw-r--r-- | mail/perdition-bdb/Makefile | 4 | ||||
-rw-r--r-- | mail/perdition/distinfo | 3 | ||||
-rw-r--r-- | mail/perdition/patches/patch-af | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/mail/perdition-bdb/Makefile b/mail/perdition-bdb/Makefile index 4f490dae703..5feb0f80141 100644 --- a/mail/perdition-bdb/Makefile +++ b/mail/perdition-bdb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/06/28 13:46:58 joerg Exp $ # -PKGREVISION= 1 +PKGREVISION= 2 PERDITION_COMMENT= Berkeley DB user database module PERDITION_PKGNAME= bdb diff --git a/mail/perdition/distinfo b/mail/perdition/distinfo index 001f8227d97..b69d9e3d63e 100644 --- a/mail/perdition/distinfo +++ b/mail/perdition/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2006/03/04 15:35:49 joerg Exp $ +$NetBSD: distinfo,v 1.5 2006/06/28 13:46:58 joerg Exp $ SHA1 (perdition-1.17.tar.gz) = 5e04f172db4a7ee2af5b7a28c19c231f955243fc RMD160 (perdition-1.17.tar.gz) = cc3c4679390132ece6858eca6483ffddead568e4 @@ -8,3 +8,4 @@ SHA1 (patch-ab) = 7d7b8458c104437e83934b3b0fea573bd54aced0 SHA1 (patch-ac) = 5096afa901f6f5766d9a8b0d2481c8f9c1356fe1 SHA1 (patch-ad) = 7b53169a8571141016fa79e1fbf55439579c4d77 SHA1 (patch-ae) = a3a41d06a7a63d479f4c8de29b6d7ee2a745dd87 +SHA1 (patch-af) = 0fa5a853c69ff6869e3a752fc592228d6e782079 diff --git a/mail/perdition/patches/patch-af b/mail/perdition/patches/patch-af new file mode 100644 index 00000000000..02aab9e2fdf --- /dev/null +++ b/mail/perdition/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2006/06/28 13:46:58 joerg Exp $ + +--- perdition/db/bdb/Makefile.in.orig 2006-06-28 13:34:23.000000000 +0000 ++++ perdition/db/bdb/Makefile.in +@@ -142,7 +142,7 @@ libperditiondb_bdb_la_SOURCES = perdi + + libperditiondb_bdb_la_LDFLAGS = -version-info 0:0:0 + +-libperditiondb_bdb_la_LIBADD = -ldb ++libperditiondb_bdb_la_LIBADD = -ldb4 + + INCLUDES = -I$(top_srcdir)/ -I$(top_srcdir)/perdition -I$(top_srcdir)/libjain -DPERDITIONDB_BDB_SYSCONFDIR=\"$(sysconfdir)/perdition\" @ssl_includes@ + |