diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-20 09:58:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-20 09:58:19 +0000 |
commit | ff7076dd35cc2522ef3338a4c26bf98d623ffc7f (patch) | |
tree | cbcb059e7f3bdbfbe9b1bcdb6042fe6e9aa955d8 | |
parent | 79826837b7c5341408394d16d44e385e12154c5c (diff) | |
download | ports-ff7076dd35cc2522ef3338a4c26bf98d623ffc7f.tar.gz ports-ff7076dd35cc2522ef3338a4c26bf98d623ffc7f.zip |
Notes
-rw-r--r-- | mail/libesmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/libesmtp/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | mail/libesmtp/files/patch-aa | 11 | ||||
-rw-r--r-- | mail/libesmtp/files/patch-ab | 11 | ||||
-rw-r--r-- | mail/libesmtp/files/patch-ac | 11 | ||||
-rw-r--r-- | mail/libesmtp/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | mail/libesmtp/pkg-plist | 4 |
7 files changed, 21 insertions, 49 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 482205a8f984..64cc509a608e 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -15,10 +15,12 @@ MAINTAINER= jmcoopr@webmail.bmi.net USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_OPENSSL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} # the following is required for Balsa-1.17 CONFIGURE_ARGS= --enable-require-all-recipients diff --git a/mail/libesmtp/files/patch-Makefile.in b/mail/libesmtp/files/patch-Makefile.in deleted file mode 100644 index 2fe920965987..000000000000 --- a/mail/libesmtp/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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@ diff --git a/mail/libesmtp/files/patch-aa b/mail/libesmtp/files/patch-aa deleted file mode 100644 index e5a72b494906..000000000000 --- a/mail/libesmtp/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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@ diff --git a/mail/libesmtp/files/patch-ab b/mail/libesmtp/files/patch-ab deleted file mode 100644 index a9c534ef2d7d..000000000000 --- a/mail/libesmtp/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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@ diff --git a/mail/libesmtp/files/patch-ac b/mail/libesmtp/files/patch-ac deleted file mode 100644 index 0511152b8f26..000000000000 --- a/mail/libesmtp/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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@ diff --git a/mail/libesmtp/files/patch-ltmain.sh b/mail/libesmtp/files/patch-ltmain.sh new file mode 100644 index 000000000000..782fa51f590c --- /dev/null +++ b/mail/libesmtp/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/07/20 09:44:24 1.1 ++++ ltmain.sh 2001/07/20 09:44:39 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/mail/libesmtp/pkg-plist b/mail/libesmtp/pkg-plist index 2bc60efe476e..1d6a18e3bde6 100644 --- a/mail/libesmtp/pkg-plist +++ b/mail/libesmtp/pkg-plist @@ -3,16 +3,12 @@ include/auth-client.h include/auth-plugin.h include/libesmtp.h lib/esmtp/sasl-cram-md5.a -lib/esmtp/sasl-cram-md5.la lib/esmtp/sasl-cram-md5.so lib/esmtp/sasl-login.a -lib/esmtp/sasl-login.la lib/esmtp/sasl-login.so lib/esmtp/sasl-plain.a -lib/esmtp/sasl-plain.la lib/esmtp/sasl-plain.so lib/libesmtp.a -lib/libesmtp.la lib/libesmtp.so lib/libesmtp.so.5 %%PORTDOCS%%share/doc/libesmtp/INSTALL |