From owner-svn-ports-head@FreeBSD.ORG Sat Oct 18 12:38:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7547652A; Sat, 18 Oct 2014 12:38:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6150FA6C; Sat, 18 Oct 2014 12:38:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9ICcNn1018397; Sat, 18 Oct 2014 12:38:23 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9ICcMCq018395; Sat, 18 Oct 2014 12:38:22 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201410181238.s9ICcMCq018395@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 18 Oct 2014 12:38:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371118 - in head/mail/sendmail: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 12:38:23 -0000 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')