Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2001 14:25:24 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28951: Update libESMTP from 0.5 to 0.8.3 to support Balsa-1.17
Message-ID:  <200107132125.f6DLPND55361@johncoop.MSHOME>

next in thread | raw e-mail | index | archive | help

>Number:         28951
>Category:       ports
>Synopsis:       Update libESMTP from 0.5 to 0.8.3 to support Balsa-1.17
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 13 14:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.3-STABLE FreeBSD 4.3-STABLE #28: Wed Jul 11 02:46:11 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	Attached is the diff and patch files necessary to upgrade libESMTP
	from 0.5 to 0.8.3.  Balsa-1.17 needs this version for full function.
>How-To-Repeat:
	N/A
>Fix:

Diff -ur of build:

diff -ur libesmtp/Makefile libesmtp.new/Makefile
--- libesmtp/Makefile	Tue Jun 12 12:24:49 2001
+++ libesmtp.new/Makefile	Fri Jul 13 13:22:57 2001
@@ -4,17 +4,28 @@
 #
 # $FreeBSD: ports/mail/libesmtp/Makefile,v 1.2 2001/06/12 19:24:49 tobez Exp $
 #
+# Modified for 0.8.3 on Fri July 13 2001
+# Whom:			jmcoopr@webmail.bmi.net
 
 PORTNAME=	libesmtp
-PORTVERSION=	0.5
+PORTVERSION=	0.8.3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.stafford.uklinux.net/libesmtp/ \
+		http://www.theochem.kth.se/~pawsa/balsa/ \
 		http://www.tobez.org/download/port-mirrors/mail/libesmtp/
 
 MAINTAINER=	tobez@FreeBSD.org
 
+USE_BZIP2=	yes
+USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 INSTALLS_SHLIB=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib"
+
+# the following is required for Balsa-1.17
+CONFIGURE_ARGS=	--enable-require-all-recipients
 
 post-install:
 .ifndef(NOPORTDOCS)
diff -ur libesmtp/distinfo libesmtp.new/distinfo
--- libesmtp/distinfo	Wed Mar  7 02:52:03 2001
+++ libesmtp.new/distinfo	Fri Jul 13 14:01:32 2001
@@ -1 +1 @@
-MD5 (libesmtp-0.5.tar.gz) = 6650c0cd5d088aa505b219d69ae160bf
+MD5 (libesmtp-0.8.3.tar.bz2) = 3074cbc65a1344116b71ea0cdafb5dcd
Only in libesmtp.new/files: patch-Makefile.in
Only in libesmtp.new/files: patch-aa
Only in libesmtp.new/files: patch-ab
Only in libesmtp.new/files: patch-ac
Only in libesmtp/files: patch-headers.c
diff -ur libesmtp/pkg-plist libesmtp.new/pkg-plist
--- libesmtp/pkg-plist	Wed Mar  7 02:52:03 2001
+++ libesmtp.new/pkg-plist	Fri Jul 13 13:20:41 2001
@@ -1,7 +1,20 @@
+bin/libesmtp-config
 include/libesmtp.h
-lib/libesmtp.so.2
+include/auth-client.h
+include/auth-plugin.h
+lib/libesmtp.so.5
 lib/libesmtp.so
+lib/libesmtp.la
 lib/libesmtp.a
+lib/esmtp/sasl-cram-md5.so
+lib/esmtp/sasl-cram-md5.la
+lib/esmtp/sasl-cram-md5.a
+lib/esmtp/sasl-login.so
+lib/esmtp/sasl-login.la
+lib/esmtp/sasl-login.a
+lib/esmtp/sasl-plain.so
+lib/esmtp/sasl-plain.la
+lib/esmtp/sasl-plain.a
 %%PORTDOCS%%share/doc/libesmtp/INSTALL
 %%PORTDOCS%%share/doc/libesmtp/Notes
 %%PORTDOCS%%share/doc/libesmtp/README

Additional patch files:

-- patch-Makefile.in --

--- Makefile.in	Fri Jul  6 15:00:38 2001
+++ Makefile.in.new	Fri Jul 13 13:38:34 2001
@@ -79,7 +79,7 @@
 LIBESMTP_VERSION = @LIBESMTP_VERSION@
 LIBLTDL = @LIBLTDL@
 LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
+LIBTOOL = ${SHELL} ${top_builddir}/libltdl/libtool
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 LIB_AGE = @LIB_AGE@
 LIB_CURRENT = @LIB_CURRENT@


-- patch-aa --

--- ./crammd5/Makefile.in	Fri Jul  6 15:01:17 2001
+++ ./crammd5/Makefile.in.new	Fri Jul 13 13:48:31 2001
@@ -78,7 +78,7 @@
 LIBESMTP_VERSION = @LIBESMTP_VERSION@
 LIBLTDL = @LIBLTDL@
 LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
+LIBTOOL = ${SHELL} ${top_builddir}/libltdl/libtool
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 LIB_AGE = @LIB_AGE@
 LIB_CURRENT = @LIB_CURRENT@


-- patch-ab --

--- ./login/Makefile.in	Fri Jul  6 15:01:12 2001
+++ ./login/Makefile.in.new	Fri Jul 13 13:51:30 2001
@@ -78,7 +78,7 @@
 LIBESMTP_VERSION = @LIBESMTP_VERSION@
 LIBLTDL = @LIBLTDL@
 LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
+LIBTOOL = ${SHELL} ${top_builddir}/libltdl/libtool
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 LIB_AGE = @LIB_AGE@
 LIB_CURRENT = @LIB_CURRENT@


-- patch-ac --

--- ./plain/Makefile.in	Fri Jul  6 15:01:14 2001
+++ ./plain/Makefile.in.new	Fri Jul 13 13:53:39 2001
@@ -78,7 +78,7 @@
 LIBESMTP_VERSION = @LIBESMTP_VERSION@
 LIBLTDL = @LIBLTDL@
 LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
+LIBTOOL = ${SHELL} ${top_builddir}/libltdl/libtool
 LIBTOOL_DEPS = @LIBTOOL_DEPS@
 LIB_AGE = @LIB_AGE@
 LIB_CURRENT = @LIB_CURRENT@
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107132125.f6DLPND55361>