From owner-svn-ports-all@freebsd.org Sat Dec 23 17:55:15 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 48A15E8D069; Sat, 23 Dec 2017 17:55:15 +0000 (UTC) (envelope-from tijl@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 mx1.freebsd.org (Postfix) with ESMTPS id 13BF06DF68; Sat, 23 Dec 2017 17:55:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBNHtEHv096079; Sat, 23 Dec 2017 17:55:14 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBNHtDvC096076; Sat, 23 Dec 2017 17:55:13 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712231755.vBNHtDvC096076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 23 Dec 2017 17:55:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457094 - in head/mail: cyrus-imapd25 cyrus-imapd30 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/mail: cyrus-imapd25 cyrus-imapd30 X-SVN-Commit-Revision: 457094 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, 23 Dec 2017 17:55:15 -0000 Author: tijl Date: Sat Dec 23 17:55:13 2017 New Revision: 457094 URL: https://svnweb.freebsd.org/changeset/ports/457094 Log: Remove commented reference to USE_AUTOTOOLS. Modified: head/mail/cyrus-imapd25/Makefile head/mail/cyrus-imapd30/Makefile Modified: head/mail/cyrus-imapd25/Makefile ============================================================================== --- head/mail/cyrus-imapd25/Makefile Sat Dec 23 17:45:57 2017 (r457093) +++ head/mail/cyrus-imapd25/Makefile Sat Dec 23 17:55:13 2017 (r457094) @@ -160,7 +160,6 @@ PLIST_SUB+= CLAMAV="@comment " .if ${PORT_OPTIONS:MDRAC} IGNORE= DRAC is not available # EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmulocal__sasl2.m4 -# USE_AUTOTOOLS= autoconf autoheader .endif .if ${PORT_OPTIONS:MHTTP} || ${PORT_OPTIONS:MSQLITE} Modified: head/mail/cyrus-imapd30/Makefile ============================================================================== --- head/mail/cyrus-imapd30/Makefile Sat Dec 23 17:45:57 2017 (r457093) +++ head/mail/cyrus-imapd30/Makefile Sat Dec 23 17:55:13 2017 (r457094) @@ -148,7 +148,6 @@ CYRUS_PERL_MAN3=Cyrus::Annotator::Daemon Cyrus::Annota .if ${PORT_OPTIONS:MDRAC} IGNORE= DRAC is not available # EXTRA_PATCHES+= ${FILESDIR}/extra-patch-cmulocal__sasl2.m4 -# USE_AUTOTOOLS= autoconf autoheader .endif .if ${PORT_OPTIONS:MHTTP} || ${PORT_OPTIONS:MSQLITE}