pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09e9faa211d2
branches:  trunk
changeset: 473264:09e9faa211d2
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 05:05:43 2004 +0000

description:
Convert to buildlink3.

diffstat:

 mail/offlineimap/Makefile |  5 ++---
 mail/poppassd/Makefile    |  4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (42 lines):

diff -r fabc934043da -r 09e9faa211d2 mail/offlineimap/Makefile
--- a/mail/offlineimap/Makefile Sun Apr 18 05:04:36 2004 +0000
+++ b/mail/offlineimap/Makefile Sun Apr 18 05:05:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/04/15 17:36:29 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/18 05:05:43 snj Exp $
 #
 
 DISTNAME=      offlineimap_${_OFFLINEIMAP_VER}
@@ -11,13 +11,12 @@
 COMMENT=       Powerful IMAP/Maildir synchronization and reader support
 
 WRKSRC=                ${WRKDIR}/offlineimap
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        yes
 
 # This is only to placate pkglint
 _OFFLINEIMAP_VER=      4.0.0
 
 PYTHON_VERSIONS_ACCEPTED=      22pth 23pth
-BUILDLINK_DEPENDS.python22-pth=        python22-pth>=2.2.2
 PYDISTUTILSPKG=                        yes
 PYTHON_PATCH_SCRIPTS=          bin/offlineimap
 PLIST_SUBST+=                  PYSITELIB=${PYSITELIB}
diff -r fabc934043da -r 09e9faa211d2 mail/poppassd/Makefile
--- a/mail/poppassd/Makefile    Sun Apr 18 05:04:36 2004 +0000
+++ b/mail/poppassd/Makefile    Sun Apr 18 05:05:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/29 15:45:00 taca Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/18 05:07:49 snj Exp $
 #
 
 DISTNAME=              qpopper${VERSION}
@@ -17,7 +17,7 @@
 
 .include "../qpopper/Makefile.common"
 
-USE_BUILDLINK2=                # defined
+USE_BUILDLINK3=                yes
 CONFIGURE_ARGS+=       --enable-poppassd
 CONFIGURE_ENV+=        CDEFS='-DSMBPASSWD_BINARY=\"${LOCALBASE}/bin/smbpasswd\"'
 MAKE_ENV+=     ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP}



Home | Main Index | Thread Index | Old Index