pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw bl3ify imap-uw.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb61a2ead09c
branches:  trunk
changeset: 473674:cb61a2ead09c
user:      ben <ben%pkgsrc.org@localhost>
date:      Thu Apr 22 21:31:22 2004 +0000

description:
bl3ify imap-uw.

diffstat:

 mail/imap-uw/Makefile      |   6 +++---
 mail/imap-uw/buildlink3.mk |  20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 3 deletions(-)

diffs (51 lines):

diff -r 40a899888a5e -r cb61a2ead09c mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Thu Apr 22 20:48:42 2004 +0000
+++ b/mail/imap-uw/Makefile     Thu Apr 22 21:31:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2004/03/26 02:27:43 wiz Exp $
+# $NetBSD: Makefile,v 1.76 2004/04/22 21:31:22 ben Exp $
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
 # upgrade this package you *must* test it on a system *without* Kerberos
@@ -15,7 +15,7 @@
 HOMEPAGE=      http://www.washington.edu/imap/
 COMMENT=       University of Washington's IMAP, POP2, and POP3 servers
 
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        # defined
 USE_LIBTOOL=   # defined
 
 INST_PROG=     ${LIBTOOL} ${INSTALL_PROGRAM}
@@ -161,7 +161,7 @@
        ${FIND} ${DOC_DIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
 
 .if !defined(IMAP_UW_NO_SSL) || ${IMAP_UW_NO_SSL} != "YES"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
 .endif
 
 .include "../../mk/bsd.pkg.mk"
diff -r 40a899888a5e -r cb61a2ead09c mail/imap-uw/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/imap-uw/buildlink3.mk        Thu Apr 22 21:31:22 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/04/22 21:31:22 ben Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+IMAP_UW_BUILDLINK3_MK:=        ${IMAP_UW_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    imap-uw
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nimap-uw}
+BUILDLINK_PACKAGES+=   imap-uw
+
+.if !empty(IMAP_UW_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.imap-uw+=    imap-uw>=2002.5nb3
+BUILDLINK_PKGSRCDIR.imap-uw?=  ../../mail/imap-uw
+.endif # IMAP_UW_BUILDLINK3_MK
+
+.include "../../security/openssl/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index