pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Clean up Solaris db handling by just noting that ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92f52fac95a6
branches:  trunk
changeset: 469483:92f52fac95a6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 24 00:22:45 2004 +0000

description:
Clean up Solaris db handling by just noting that we need db-1.85
functionality.

diffstat:

 mail/courier-auth/Makefile.authdaemond |  7 +++----
 mail/courier-imap/Makefile             |  7 +++----
 mail/courier-maildirmake/Makefile      |  7 +++----
 mail/sqwebmail/Makefile                |  7 +++----
 4 files changed, 12 insertions(+), 16 deletions(-)

diffs (112 lines):

diff -r e3ebca7c9efc -r 92f52fac95a6 mail/courier-auth/Makefile.authdaemond
--- a/mail/courier-auth/Makefile.authdaemond    Tue Feb 24 00:18:08 2004 +0000
+++ b/mail/courier-auth/Makefile.authdaemond    Tue Feb 24 00:22:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.authdaemond,v 1.8 2004/02/22 01:52:05 jlam Exp $
+# $NetBSD: Makefile.authdaemond,v 1.9 2004/02/24 00:22:45 jlam Exp $
 
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
@@ -7,6 +7,7 @@
 
 PERL5_REQD+=           5.6.0
 USE_PERL5?=            build
+USE_DB185=             yes
 
 # These are files needed by the configure scripts or are needed by the
 # build process.
@@ -48,9 +49,7 @@
 
 FILES_SUBST+=          SYSCONFTOOL=${SYSCONFTOOL:Q}
 
-.if ${OPSYS} == "SunOS"
-.  include "../../databases/db/buildlink3.mk"
-.endif
+.include "../../databases/db/buildlink3.mk"
 .if defined(USE_PAM)
 BUILD_DEFS+=           USE_PAM
 .  include "../../security/PAM/buildlink3.mk"
diff -r e3ebca7c9efc -r 92f52fac95a6 mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Tue Feb 24 00:18:08 2004 +0000
+++ b/mail/courier-imap/Makefile        Tue Feb 24 00:22:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/02/24 00:14:33 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/24 00:22:45 jlam Exp $
 
 DISTNAME=      courier-imap-2.2.1
 COMMENT=       IMAP server for access to Maildir-style mailboxes
@@ -9,6 +9,7 @@
 
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
+USE_DB185=             yes
 USE_PERL5=             yes
 REPLACE_PERL=          sysconftool
 
@@ -43,9 +44,7 @@
 .endfor
 RCD_SCRIPTS=           courierimap courierimaps courierpop courierpops
 
-.if ${OPSYS} == "SunOS"
-.  include "../../databases/db/buildlink3.mk"
-.endif
+.include "../../databases/db/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 
 pre-configure:
diff -r e3ebca7c9efc -r 92f52fac95a6 mail/courier-maildirmake/Makefile
--- a/mail/courier-maildirmake/Makefile Tue Feb 24 00:18:08 2004 +0000
+++ b/mail/courier-maildirmake/Makefile Tue Feb 24 00:22:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/02/24 00:18:08 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/24 00:22:45 jlam Exp $
 
 PKGNAME=       courier-maildirmake-${BASE_VERS}
 COMMENT=       Courier Maildir utilities
@@ -7,6 +7,7 @@
 USE_LANGUAGES=         c c++
 USE_PKGINSTALL=                yes
 USE_PERL5=             build
+USE_DB185=             yes
 DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
 
 .include "../courier-auth/Makefile.common"
@@ -38,9 +39,7 @@
 
 CONF_FILES=    ${EGDIR}/quotawarnmsg ${PKG_SYSCONFDIR}/quotawarnmsg
 
-.if ${OPSYS} == "SunOS"
-.  include "../../databases/db/buildlink3.mk"
-.endif
+.include "../../databases/db/buildlink3.mk"
 
 post-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
diff -r e3ebca7c9efc -r 92f52fac95a6 mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile   Tue Feb 24 00:18:08 2004 +0000
+++ b/mail/sqwebmail/Makefile   Tue Feb 24 00:22:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/02/24 00:14:33 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/24 00:22:45 jlam Exp $
 
 DISTNAME=      sqwebmail-3.6.2
 CATEGORIES=    www
@@ -10,6 +10,7 @@
 
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
+USE_DB185=             yes
 USE_PERL5=             yes
 REPLACE_PERL=          sysconftool
 
@@ -85,9 +86,7 @@
 .endfor
 RCD_SCRIPTS=           pcpd sqwebmaild
 
-.if ${OPSYS} == "SunOS"
-.  include "../../databases/db/buildlink3.mk"
-.endif
+.include "../../databases/db/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 
 pre-configure:



Home | Main Index | Thread Index | Old Index