From owner-svn-ports-all@freebsd.org Tue Jul 26 12:45:57 2016 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 31C6EBA4941; Tue, 26 Jul 2016 12:45:57 +0000 (UTC) (envelope-from cy@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 F2A6F1CF1; Tue, 26 Jul 2016 12:45:56 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6QCjuM8051832; Tue, 26 Jul 2016 12:45:56 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6QCju9q051831; Tue, 26 Jul 2016 12:45:56 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201607261245.u6QCju9q051831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Tue, 26 Jul 2016 12:45:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419105 - head/security/aide X-SVN-Group: ports-head 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.22 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: Tue, 26 Jul 2016 12:45:57 -0000 Author: cy Date: Tue Jul 26 12:45:55 2016 New Revision: 419105 URL: https://svnweb.freebsd.org/changeset/ports/419105 Log: Modernize: Replace USE_AUTOTOOLS=autoconf with USES=autoreconf. Modified: head/security/aide/Makefile Modified: head/security/aide/Makefile ============================================================================== --- head/security/aide/Makefile Tue Jul 26 11:27:24 2016 (r419104) +++ head/security/aide/Makefile Tue Jul 26 12:45:55 2016 (r419105) @@ -13,9 +13,8 @@ COMMENT= Replacement and extension for T LIB_DEPENDS= libmhash.so:security/mhash -USES= bison gmake +USES= autoreconf bison gmake -USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \ --with-zlib \