- Don't infect user's system with totally useless .la files;

- remove USE_LIBTOOL (which is nop in this case) and associated patches that
  "make" it work;
- add missed USE_OPENSSL.
This commit is contained in:
Maxim Sobolev 2001-07-20 09:58:19 +00:00
parent 79826837b7
commit ff7076dd35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45278
7 changed files with 21 additions and 49 deletions

View file

@ -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

View file

@ -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@

View file

@ -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@

View file

@ -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@

View file

@ -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@

View file

@ -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"

View file

@ -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