mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- 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:
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
|
@ -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
|
||||
|
|
|
@ -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@
|
|
@ -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@
|
|
@ -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@
|
|
@ -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@
|
18
mail/libesmtp/files/patch-ltmain.sh
Normal file
18
mail/libesmtp/files/patch-ltmain.sh
Normal 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"
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue