svn commit: r371118 - in head/mail/sendmail: . files
Dirk Meyer
dinoex at FreeBSD.org
Sat Oct 18 12:38:23 UTC 2014
Author: dinoex
Date: Sat Oct 18 12:38:22 2014
New Revision: 371118
URL: https://svnweb.freebsd.org/changeset/ports/371118
QAT: https://qat.redports.org/buildarchive/r371118/
Log:
- fix LDOPS which is parsed twice by m4 now
Modified:
head/mail/sendmail/Makefile
head/mail/sendmail/files/site.config.m4.ssl
Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile Sat Oct 18 12:20:42 2014 (r371117)
+++ head/mail/sendmail/Makefile Sat Oct 18 12:38:22 2014 (r371118)
@@ -2,7 +2,7 @@
PORTNAME= sendmail
PORTVERSION= 8.14.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
Modified: head/mail/sendmail/files/site.config.m4.ssl
==============================================================================
--- head/mail/sendmail/files/site.config.m4.ssl Sat Oct 18 12:20:42 2014 (r371117)
+++ head/mail/sendmail/files/site.config.m4.ssl Sat Oct 18 12:38:22 2014 (r371118)
@@ -1,4 +1,4 @@
APPENDDEF(`confLIBDIRS', `-L%%LOCALBASE%%/lib')
-APPENDDEF(`confLDOPTS', `-Wl,-rpath=%%LOCALBASE%%/lib')
+APPENDDEF(`confLDOPTS', ``-Wl,-rpath=%%LOCALBASE%%/lib'')
APPENDDEF(`confINCDIRS', `-I%%LOCALBASE%%/include')
APPENDDEF(`conf_sendmail_ENVDEF', `-DHASSRANDOMDEV')
More information about the svn-ports-head
mailing list