pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Add one header file for building mail/php...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c00a186b5933
branches:  trunk
changeset: 531704:c00a186b5933
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Aug 05 04:51:34 2007 +0000

description:
Add one header file for building mail/php-imap.
Bump ABI_DEPENDS, seems some binary imcompatibility.

diffstat:

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

diffs (52 lines):

diff -r 0f4689bb882c -r c00a186b5933 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Sun Aug 05 02:36:12 2007 +0000
+++ b/mail/imap-uw/Makefile     Sun Aug 05 04:51:34 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2007/08/03 17:12:00 jwise Exp $
+# $NetBSD: Makefile,v 1.119 2007/08/05 04:51:34 obache Exp $
 #
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
@@ -11,6 +11,7 @@
 
 DISTNAME=      imap-2006j2
 PKGNAME=       ${DISTNAME:S/-/-uw-/}
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.cac.washington.edu/imap/
 EXTRACT_SUFX=  .tar.Z
diff -r 0f4689bb882c -r c00a186b5933 mail/imap-uw/PLIST
--- a/mail/imap-uw/PLIST        Sun Aug 05 02:36:12 2007 +0000
+++ b/mail/imap-uw/PLIST        Sun Aug 05 04:51:34 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2007/08/03 17:03:29 obache Exp $
+@comment $NetBSD: PLIST,v 1.14 2007/08/05 04:51:34 obache Exp $
 bin/dmail
 bin/mailutil
 bin/mlock
@@ -24,6 +24,7 @@
 include/c-client/smtp.h
 include/c-client/tcp.h
 include/c-client/utf8.h
+include/c-client/utf8aux.h
 lib/libc-client.la
 lib/libc-client_pic.a
 libexec/imapd
diff -r 0f4689bb882c -r c00a186b5933 mail/imap-uw/buildlink3.mk
--- a/mail/imap-uw/buildlink3.mk        Sun Aug 05 02:36:12 2007 +0000
+++ b/mail/imap-uw/buildlink3.mk        Sun Aug 05 04:51:34 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2006/07/26 20:00:27 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2007/08/05 04:51:34 obache Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 IMAP_UW_BUILDLINK3_MK:=        ${IMAP_UW_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@
 
 .if !empty(IMAP_UW_BUILDLINK3_MK:M+)
 BUILDLINK_API_DEPENDS.imap-uw+=        imap-uw>=2004
-BUILDLINK_ABI_DEPENDS.imap-uw+=        imap-uw>=2004enb1
+BUILDLINK_ABI_DEPENDS.imap-uw+=        imap-uw>=2006j2nb1
 BUILDLINK_PKGSRCDIR.imap-uw?=  ../../mail/imap-uw
 .endif # IMAP_UW_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index