Hi,
update to courier stuff, is it ok with COMPILER additions (c++11 needed) ?
Cheers
Giovanni
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/courier-authlib/Makefile,v
retrieving revision 1.61
diff -u -p -r1.61 Makefile
--- Makefile 10 Apr 2017 11:46:22 -0000 1.61
+++ Makefile 19 Jul 2017 15:55:09 -0000
@@ -6,7 +6,7 @@ COMMENT-mysql= mysql authentication mod
COMMENT-pgsql= pgsql authentication module for courier-authLib
COMMENT-userdb= userdb authentication module for courier-authLib
-DISTNAME= courier-authlib-0.67.0
+DISTNAME= courier-authlib-0.68.0
PKGNAME-main= ${DISTNAME}
PKGNAME-ldap= ${DISTNAME:S/lib-/lib-ldap-/}
PKGNAME-mysql= ${DISTNAME:S/lib-/lib-mysql-/}
@@ -79,13 +79,13 @@ MULTI_PACKAGES= -main -ldap -mysql -pgs
PSEUDO_FLAVORS= no_ldap no_mysql no_pgsql no_userdb
FLAVOR?=
-WANTLIB-main= c ltdl pthread sqlite3
+WANTLIB-main= c ltdl m pthread sqlite3 ${LIBCXX}
LIB_DEPENDS-main= databases/sqlite3 \
devel/libtool,-ltdl
WANTLIB-ldap= crypto ssl courierauthcommon courierauth \
- ldap-2.4 lber-2.4 sasl2
+ m ldap-2.4 lber-2.4 sasl2 ${LIBCXX}
RUN_DEPENDS-ldap=
LIB_DEPENDS-ldap= ${BUILD_PKGPATH} \
databases/openldap \
@@ -97,7 +97,7 @@ RUN_DEPENDS-mysql=
LIB_DEPENDS-mysql= ${BUILD_PKGPATH} \
databases/mariadb
-WANTLIB-pgsql= m courierauthcommon courierauth pq crypto ssl
+WANTLIB-pgsql= m courierauthcommon courierauth pq crypto ssl ${LIBCXX}
RUN_DEPENDS-pgsql=
LIB_DEPENDS-pgsql= ${BUILD_PKGPATH} \
databases/postgresql
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/courier-authlib/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo 9 Feb 2017 14:43:04 -0000 1.10
+++ distinfo 19 Jul 2017 15:46:13 -0000
@@ -1,2 +1,2 @@
-SHA256 (courier-authlib-0.67.0.tar.bz2) = 1Ba5xX7Nmv5uItQLJsLm+aqHv3q76Mp9BHaMMGNVlKM=
-SIZE (courier-authlib-0.67.0.tar.bz2) = 2194546
+SHA256 (courier-authlib-0.68.0.tar.bz2) = kJYRiCOrq/rI9Goac5N2WkFOo2KMlBO/ujmvXXD9Pi4=
+SIZE (courier-authlib-0.68.0.tar.bz2) = 2194982
Index: patches/patch-configure
===================================================================
RCS file: /var/cvs/ports/mail/courier-authlib/patches/patch-configure,v
retrieving revision 1.7
diff -u -p -r1.7 patch-configure
--- patches/patch-configure 10 Feb 2017 09:40:01 -0000 1.7
+++ patches/patch-configure 19 Jul 2017 15:49:02 -0000
@@ -1,15 +1,8 @@
$OpenBSD: patch-configure,v 1.7 2017/02/10 09:40:01 giovanni Exp $
---- configure.orig Wed Jan 18 03:18:46 2017
-+++ configure Fri Feb 10 10:31:16 2017
-@@ -18878,6 +18878,7 @@ fi
- LIBS="$saveLIBS"
- HAVE_AUTHPGSQL=1
- CFLAGS="$PGSQL_CFLAGS $CFLAGS"
-+ CPPFLAGS="$PGSQL_CFLAGS $CPPFLAGS"
- LIBAUTHPGSQL="libauthpgsql.la"
- fi
-
-@@ -19641,7 +19642,7 @@ then
+Index: configure
+--- configure.orig
++++ configure
+@@ -19658,7 +19658,7 @@ then
$COURIERCONFIG >conftest.out || exit 1
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
. ./conftest2.out
@@ -18,7 +11,7 @@ $OpenBSD: patch-configure,v 1.7 2017/02/
cmailuser="$mailuser"
cmailgroup="$mailgroup"
-@@ -19653,7 +19654,7 @@ then
+@@ -19670,7 +19670,7 @@ then
$bindir/courierauthconfig --configfiles >conftest.out || exit 1
sed -n '/^mail/p' <conftest.out >conftest2.out || exit 1
. ./conftest2.out
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/Makefile,v
retrieving revision 1.110
diff -u -p -r1.110 Makefile
--- Makefile 2 Jun 2017 08:56:32 -0000 1.110
+++ Makefile 25 Jul 2017 10:10:23 -0000
@@ -3,12 +3,11 @@
COMMENT-main= imap server for maildir format mailboxes
COMMENT-pop3= pop3 server for maildir format mailboxes
-V= 4.17.3
+V= 4.18.0
DISTNAME= courier-imap-${V}
PKGNAME-main= ${DISTNAME}
FULLPKGNAME-pop3= courier-pop3-${V}
FULLPKGPATH-pop3= mail/courier-imap,-pop3
-REVISION= 0
CATEGORIES= mail
@@ -21,10 +20,12 @@ MAINTAINER= Giovanni Bechis <giovanni@o
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
+COMPILER = clang gcc
+
WANTLIB= c courierauth courierauthcommon courierauthsasl gdbm
-WANTLIB+= idn pcre
+WANTLIB+= idn m pcre ${COMPILER_LIBCXX}
WANTLIB-pop3= c courierauth courierauthcommon courierauthsasl
-WANTLIB-pop3+= idn pcre ${MODGETTEXT_WANTLIB}
+WANTLIB-pop3+= idn m pcre ${COMPILER_LIBCXX} ${MODGETTEXT_WANTLIB}
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf automake
@@ -93,7 +94,7 @@ CONFIGURE_ARGS+= --disable-workarounds-f
MULTI_PACKAGES= -main -pop3
LIB_DEPENDS-main= ${LIB_DEPENDS} \
- mail/courier-unicode>=1.3 \
+ mail/courier-unicode>=2.0 \
databases/gdbm
RUN_DEPENDS-pop3= mail/courier-imap,-main
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/courier-imap/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo 9 Feb 2017 14:46:36 -0000 1.24
+++ distinfo 21 Jul 2017 15:00:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (courier-imap-4.17.3.tar.bz2) = bcvZEzRGNMjXveVzxf1VyGMHGBeY3xGSt9d37FZ4mPw=
-SIZE (courier-imap-4.17.3.tar.bz2) = 3202534
+SHA256 (courier-imap-4.18.0.tar.bz2) = +owuO3EpXJ+hJN+tNQ9ogmPd9/KxVwny1E0PlyLefFI=
+SIZE (courier-imap-4.18.0.tar.bz2) = 3202389
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/courier-unicode/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile 23 Jul 2017 09:26:28 -0000 1.7
+++ Makefile 24 Jul 2017 09:23:57 -0000
@@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2017/07/23 09:26:28 espie Exp $
-SHARED_LIBS += courier-unicode 0.0 # 2.0
+SHARED_LIBS += courier-unicode 1.0 # 2.0
COMMENT = courier unicode library
-DISTNAME = courier-unicode-1.4
-REVISION = 0
+DISTNAME = courier-unicode-2.0
CATEGORIES = mail devel
@@ -18,6 +17,7 @@ MAINTAINER = Giovanni Bechis <giovanni@
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
+COMPILER = clang gcc
WANTLIB += iconv m ${COMPILER_LIBCXX}
LIB_DEPENDS = converters/libiconv
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/courier-unicode/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 18 Mar 2016 21:35:03 -0000 1.3
+++ distinfo 19 Jul 2017 14:21:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (courier-unicode-1.4.tar.bz2) = IXT0zdLNP+VU1Mu9lVerrA5UwCJghPNovLLmaw54z5Y=
-SIZE (courier-unicode-1.4.tar.bz2) = 434338
+SHA256 (courier-unicode-2.0.tar.bz2) = a0YBHUZZGK99DtQfvyHZGESYIL0+9+ZR28VuspM6hxE=
+SIZE (courier-unicode-2.0.tar.bz2) = 446215
Index: pkg/PLIST
===================================================================
RCS file: /var/cvs/ports/mail/courier-unicode/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST 18 Mar 2016 21:35:03 -0000 1.3
+++ pkg/PLIST 19 Jul 2017 15:19:06 -0000
@@ -74,3 +74,5 @@ lib/libcourier-unicode.la
@man man/man3/unicode_wbscan_init.3
@man man/man3/unicode_wbscan_next.3
@man man/man7/courier-unicode.7
+share/aclocal/
+share/aclocal/courier-unicode.m4
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/maildrop/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile 23 Jul 2017 09:26:28 -0000 1.60
+++ Makefile 25 Jul 2017 16:25:25 -0000
@@ -3,12 +3,11 @@
COMMENT-main= mail delivery agent with filtering abilities
COMMENT-utils= quota tools for the Courier mail suite
-V= 2.8.5
+V= 2.9.0
DISTNAME= maildrop-$V
PKGNAME-main= maildrop-$V
FULLPKGNAME-utils= courier-utils-$V
FULLPKGPATH-utils= mail/maildrop,-utils
-REVISION = 1
CATEGORIES= mail
HOMEPAGE= http://www.courier-mta.org/maildrop/
@@ -24,6 +23,8 @@ MULTI_PACKAGES= -main -utils
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
+
+COMPILER = clang gcc
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
Index: distinfo
===================================================================
RCS file: /var/cvs/ports/mail/maildrop/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo 9 Feb 2017 14:47:43 -0000 1.20
+++ distinfo 21 Jul 2017 15:11:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (maildrop-2.8.5.tar.bz2) = whF074gq6xaQMbtYhrVZWWhwdEFRUyMvTGBpVAX83bE=
-SIZE (maildrop-2.8.5.tar.bz2) = 2072987
+SHA256 (maildrop-2.9.0.tar.bz2) = bxstuCKjTYJW2cwqAR5aLGt+bdAe1miBzW/Ob061mBw=
+SIZE (maildrop-2.9.0.tar.bz2) = 2075698