summaryrefslogtreecommitdiff
path: root/mail/postfix28
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-24 20:11:07 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-24 20:11:07 +0000
commit35bf8b1ccbbc7b664d0e05cbd1f67a1bd74c7939 (patch)
treeb1d55b3eec60ed5b4f9b2877ae31311c91ab2366 /mail/postfix28
parentFinally Google Maps got more detailed images from Vienna. (diff)
- Linker fix when use OPENSSL from ports
- portlint(1) PR: 92282 Reported by: dinoex Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Notes
Notes: svn path=/head/; revision=154382
Diffstat (limited to 'mail/postfix28')
-rw-r--r--mail/postfix28/Makefile1
-rw-r--r--mail/postfix28/pkg-plist2
-rw-r--r--mail/postfix28/scripts/configure.postfix6
3 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index d0e0c74cfd39..171db8be1fce 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -36,7 +36,6 @@ COMMENT= A secure alternative to widely-used Sendmail
CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.3.* \
sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.*
USE_SUBMAKE= yes
-USE_REINPLACE= yes
USE_RC_SUBR= postfix.sh
MAN1= postalias.1 postcat.1 postconf.1 postdrop.1 postfix.1 postkick.1 \
diff --git a/mail/postfix28/pkg-plist b/mail/postfix28/pkg-plist
index 84aaa9deaa28..779dff1908ea 100644
--- a/mail/postfix28/pkg-plist
+++ b/mail/postfix28/pkg-plist
@@ -231,4 +231,4 @@ bin/mailq
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm libexec/postfix
@dirrm etc/postfix/dist
-@dirrmtry etc/postfix
+@dirrmtry etc/postfix
diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix
index e7c5a0c20e6c..a4b0f7f33a56 100644
--- a/mail/postfix28/scripts/configure.postfix
+++ b/mail/postfix28/scripts/configure.postfix
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.70 2006-01-12 16:23:59 mnag Exp $
+# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.71 2006-01-24 20:09:39 mnag Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -192,7 +192,7 @@ while [ "$1" ]; do
if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then
echo "USE_OPENSSL= yes"
echo "POSTFIX_CCARGS+= -I\${OPENSSLLIB}"
- echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto"
+ echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto"
fi
fi
echo "MYSQL_SUFFIX= +mysql"
@@ -258,7 +258,7 @@ if [ -z "${BATCH}" ]; then
if /usr/bin/nm ${LOCALBASE}/lib/mysql/libmysqlclient.a | grep -wq "SSL_new"; then
echo "USE_OPENSSL= yes"
echo "POSTFIX_CCARGS+= -I\${OPENSSLLIB}"
- echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto"
+ echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto"
fi
fi
fi