summaryrefslogtreecommitdiff
path: root/mail/libesmtp/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-09-24 09:12:19 +0000
committerxtraeme <xtraeme>2003-09-24 09:12:19 +0000
commita8fe89a41663b8610a9d6495f62706572aa3fa5e (patch)
tree9db6465db0ca9cc85a5fe0652213e2fbd799e7f1 /mail/libesmtp/Makefile
parentb4ce0260944f5006afd5ee7641c8419def079dd6 (diff)
downloadpkgsrc-a8fe89a41663b8610a9d6495f62706572aa3fa5e.tar.gz
Updated to 1.0.1.
Changes: 2002-09-12 Stable Version 1.0.1 released -------------------------------------- * protocol.c smtp-auth.c smtp-bdat.c smtp-etrn.c smtp-tls.c More thoroughly check return value from read_smtp_response(). * libesmtp.h errors.c Added new "Client error" error code. This is just a cop-out, used when an API called by libesmtp fails. * base64.c Make conversions immune to NULL source data, * examples/mail-file.c Cleaned up some compiler warnings * siobuf.[hc] Added a few extra sio_ calls. Not actually used in libESMTP though. * concatenate.c errors.c getaddrinfo.c headers.c htable.c * protocol.c siobuf.c Don't perform zero length operations using the memxxx() functions. This may avoid segfaults on some platforms or libraries. * siobuf.c Improved handling of flushes in sio_write() particularly in the case where data would exactly fill remaining space in the buffer. * rfc2822date.c Correct leap year compensation for January and February in libesmtp_mktime(). * examples/Makefile Changed compiler flags from -ansi to -std=c99 and added -W * headers.c Eliminated bug where find_header() could pass -1 to the length argument of memchr() causing a core dump on some architectures. * libesmtp-private.h protocol.c smtp-bdat.c M$ Exchange does not accept a chunk size of 0 in BDAT 0 LAST as explicitly permitted by RFC 3030, *sigh*. Hackish workaround implemented. * configure.in Makefile.am Added DIST_SUBDIRS macro to make sure tarball gets built properly. This one slipped past 'make distcheck' last time for some reason but then autoconf & friends are totally inscruitable. * ntlm/ntlmdes.c OpenSSL 0.9.7 changes some typedefs. Changed to suit, should still be compatible with previous OpenSSL versions.
Diffstat (limited to 'mail/libesmtp/Makefile')
-rw-r--r--mail/libesmtp/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index 13e18b6faca..d0905a125dc 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2003/07/28 18:05:52 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/24 09:12:19 xtraeme Exp $
-DISTNAME= libesmtp-1.0
+DISTNAME= libesmtp-1.0.1
CATEGORIES= mail devel
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \
@@ -13,11 +13,13 @@ COMMENT= Library to manage posting of electronic mail
USE_BUILDLINK2= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-all
-CONFIGURE_ARGS+= --disable-isoc
USE_LIBTOOL= yes
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+CONFIGURE_ARGS+= --enable-all
+CONFIGURE_ARGS+= --disable-isoc
# XXX Evil hack to deal with the openssl/des.h interface change
# between 0.96 and 0.97