pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/libesmtp libesmtp: update to 1.0.6nb4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a4e06579ddc
branches:  trunk
changeset: 340203:3a4e06579ddc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 26 10:16:23 2019 +0000

description:
libesmtp: update to 1.0.6nb4.

Disable ntlm plugin. It is not built by default on NetBSD 9.0.
I read the configure output and script and couldn't determine
the problem. This makes the build succeed again, and someone
who is more interested in ntlm support can fix it.

For perspective, last update in 2010 and no upstream available.

Some pkglint cleanup while here.

diffstat:

 mail/libesmtp/Makefile |  15 +++++++--------
 mail/libesmtp/PLIST    |   3 +--
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (60 lines):

diff -r 2a97a8e600d1 -r 3a4e06579ddc mail/libesmtp/Makefile
--- a/mail/libesmtp/Makefile    Thu Sep 26 10:05:57 2019 +0000
+++ b/mail/libesmtp/Makefile    Thu Sep 26 10:16:23 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2017/09/16 12:47:45 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2019/09/26 10:16:23 wiz Exp $
 
 DISTNAME=      libesmtp-1.0.6
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    mail devel
 #MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/
 EXTRACT_SUFX=  .tar.bz2
@@ -9,6 +9,7 @@
 MAINTAINER=    dolemite%wuli.nu@localhost
 #HOMEPAGE=     http://www.stafford.uklinux.net/libesmtp/
 COMMENT=       Library to manage posting of electronic mail
+LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 USE_TOOLS+=    gmake
 USE_LIBTOOL=   yes
@@ -16,19 +17,17 @@
 
 USE_OLD_DES_API=       yes
 CONFIGURE_ARGS+=       --enable-all
+CONFIGURE_ARGS+=       --disable-ntlm
 CONFIGURE_ARGS+=       --disable-isoc
 
+CPPFLAGS+=     -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1
+
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(MACHINE_PLATFORM:MIRIX-5*)
+.if !empty(MACHINE_PLATFORM:MIRIX-5.*)
 CONFIGURE_ARGS+=       --enable-emulate-getaddrinfo
 .endif
 
-.if !empty(MACHINE_PLATFORM:M*)
-# assume all platforms have working snprintf these days.
-CPPFLAGS+=     -DHAVE_SNPRINTF=1 -DHAVE_VSNPRINTF=1
-.endif
-
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 2a97a8e600d1 -r 3a4e06579ddc mail/libesmtp/PLIST
--- a/mail/libesmtp/PLIST       Thu Sep 26 10:05:57 2019 +0000
+++ b/mail/libesmtp/PLIST       Thu Sep 26 10:16:23 2019 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:04:36 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/09/26 10:16:23 wiz Exp $
 bin/libesmtp-config
 include/auth-client.h
 include/auth-plugin.h
 include/libesmtp.h
 lib/esmtp-plugins/sasl-cram-md5.la
 lib/esmtp-plugins/sasl-login.la
-lib/esmtp-plugins/sasl-ntlm.la
 lib/esmtp-plugins/sasl-plain.la
 lib/libesmtp.la



Home | Main Index | Thread Index | Old Index