pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/libesmtp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 26 10:16:23 UTC 2019

Modified Files:
        pkgsrc/mail/libesmtp: Makefile PLIST

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/libesmtp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/libesmtp/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/libesmtp/Makefile
diff -u pkgsrc/mail/libesmtp/Makefile:1.36 pkgsrc/mail/libesmtp/Makefile:1.37
--- pkgsrc/mail/libesmtp/Makefile:1.36  Sat Sep 16 12:47:45 2017
+++ pkgsrc/mail/libesmtp/Makefile       Thu Sep 26 10:16:23 2019
@@ -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 @@ EXTRACT_SUFX=   .tar.bz2
 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 @@ GNU_CONFIGURE=      yes
 
 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"

Index: pkgsrc/mail/libesmtp/PLIST
diff -u pkgsrc/mail/libesmtp/PLIST:1.6 pkgsrc/mail/libesmtp/PLIST:1.7
--- pkgsrc/mail/libesmtp/PLIST:1.6      Sun Jun 14 18:04:36 2009
+++ pkgsrc/mail/libesmtp/PLIST  Thu Sep 26 10:16:23 2019
@@ -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