From owner-svn-ports-all@freebsd.org Sat Feb 17 11:35:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02B6BF02FE6; Sat, 17 Feb 2018 11:35:13 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AA6B6762EC; Sat, 17 Feb 2018 11:35:12 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A54BA1C205; Sat, 17 Feb 2018 11:35:12 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1HBZC6W067238; Sat, 17 Feb 2018 11:35:12 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1HBZCvs067237; Sat, 17 Feb 2018 11:35:12 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201802171135.w1HBZCvs067237@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Sat, 17 Feb 2018 11:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462098 - head/mail/meta1 X-SVN-Group: ports-head X-SVN-Commit-Author: dinoex X-SVN-Commit-Paths: head/mail/meta1 X-SVN-Commit-Revision: 462098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2018 11:35:13 -0000 Author: dinoex Date: Sat Feb 17 11:35:12 2018 New Revision: 462098 URL: https://svnweb.freebsd.org/changeset/ports/462098 Log: - fix linking with openssl-devel Modified: head/mail/meta1/Makefile Modified: head/mail/meta1/Makefile ============================================================================== --- head/mail/meta1/Makefile Sat Feb 17 11:25:22 2018 (r462097) +++ head/mail/meta1/Makefile Sat Feb 17 11:35:12 2018 (r462098) @@ -2,7 +2,7 @@ PORTNAME= meta1 PORTVERSION= 1.1.0a.8.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://www.MeTA1.org/download/.alpha/dlck/ PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${BERKELEYDB_SUFFIX}${PMILTER_SUFFIX}${PKGNAMESUFFIX2} @@ -65,7 +65,10 @@ SASL2_CONFIGURE_ENABLE= SASL SASL2_CONFIGURE_ON= --with-sasl-incdir=${LOCALBASE}/include \ --with-sasl-libdir=${LOCALBASE}/lib SASL2AUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd +TLS_USES= ssl TLS_CONFIGURE_ENABLE= TLS +TLS_CPPFLAGS= -I${LOCALBASE}/include +TLS_LDFLAGS= -I${LOCALBASE}/lib .include