From owner-svn-ports-head@freebsd.org Sun Dec 24 12:44:48 2017 Return-Path: Delivered-To: svn-ports-head@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 E552DE8BF00; Sun, 24 Dec 2017 12:44:48 +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 B09BE77C90; Sun, 24 Dec 2017 12:44:48 +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 vBOCil8w072564; Sun, 24 Dec 2017 12:44:47 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBOCilbO072562; Sun, 24 Dec 2017 12:44:47 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201712241244.vBOCilbO072562@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 24 Dec 2017 12:44:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457153 - in head/mail: cyrus-imapd23 cyrus-imapd24 X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head/mail: cyrus-imapd23 cyrus-imapd24 X-SVN-Commit-Revision: 457153 X-SVN-Commit-Repository: ports 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.25 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: Sun, 24 Dec 2017 12:44:49 -0000 Author: tijl Date: Sun Dec 24 12:44:47 2017 New Revision: 457153 URL: https://svnweb.freebsd.org/changeset/ports/457153 Log: Convert to USES=autoreconf. Modified: head/mail/cyrus-imapd23/Makefile head/mail/cyrus-imapd24/Makefile Modified: head/mail/cyrus-imapd23/Makefile ============================================================================== --- head/mail/cyrus-imapd23/Makefile Sun Dec 24 12:41:07 2017 (r457152) +++ head/mail/cyrus-imapd23/Makefile Sun Dec 24 12:44:47 2017 (r457153) @@ -54,6 +54,7 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac +DRAC_USES= autoreconf IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled LDAP_PTLOADER_DESC= Enable LDAP ptloader @@ -101,7 +102,6 @@ DRAC_EXTRA_PATCHES= ${WRKSRC}/contrib/drac_auth.patch ${FILESDIR}/extra-patch-configure.in \ ${FILESDIR}/extra-patch-cmulocal_ucdsnmp.m4 \ ${FILESDIR}/extra-patch-cmulocal_sasl2.m4 -DRAC_USE= AUTOTOOLS=autoconf,autoheader MANDIRS= ${CYRUS_PREFIX}/man Modified: head/mail/cyrus-imapd24/Makefile ============================================================================== --- head/mail/cyrus-imapd24/Makefile Sun Dec 24 12:41:07 2017 (r457152) +++ head/mail/cyrus-imapd24/Makefile Sun Dec 24 12:44:47 2017 (r457153) @@ -54,6 +54,7 @@ BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} DRAC_DESC= Enable DRAC support DRAC_CONFIGURE_ON= --with-drac=${LOCALBASE} DRAC_BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:mail/drac +DRAC_USES= autoreconf IDLED_DESC= Enable IMAP idled support IDLED_CONFIGURE_ENABLE= idled LDAP_DESC= Enable LDAP support (experimental) @@ -111,7 +112,6 @@ AUTOSIEVE_PATCHFILES= ${PORTNAME}-2.4.12-autosieve-${A AUTOSIEVE_EXTRA_PATCHES=${FILESDIR}/extra-patch-imap__lmtp_sieve.c DRAC_EXTRA_PATCHES= ${FILESDIR}/extra-patch-cmulocal_sasl2.m4 -DRAC_USE= AUTOTOOLS=autoconf,autoheader MANDIRS= ${CYRUS_PREFIX}/man