From owner-svn-ports-all@FreeBSD.ORG Wed Jun 10 17:29:47 2015 Return-Path: Delivered-To: svn-ports-all@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 70C04986; Wed, 10 Jun 2015 17:29:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) 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 591871707; Wed, 10 Jun 2015 17:29:47 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5AHTlLD049755; Wed, 10 Jun 2015 17:29:47 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5AHTlwt049754; Wed, 10 Jun 2015 17:29:47 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506101729.t5AHTlwt049754@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Jun 2015 17:29:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389094 - in head/news/newscache: . 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 10 Jun 2015 17:29:47 -0000 Author: amdmi3 Date: Wed Jun 10 17:29:46 2015 New Revision: 389094 URL: https://svnweb.freebsd.org/changeset/ports/389094 Log: - Switch to USES=autoreconf Deleted: head/news/newscache/files/patch-autogen Modified: head/news/newscache/Makefile Modified: head/news/newscache/Makefile ============================================================================== --- head/news/newscache/Makefile Wed Jun 10 17:29:19 2015 (r389093) +++ head/news/newscache/Makefile Wed Jun 10 17:29:46 2015 (r389094) @@ -13,21 +13,18 @@ COMMENT= NewsCache is a free cache serve LIB_DEPENDS= libsocket++.so:${PORTSDIR}/net/libsocket++ -USE_AUTOTOOLS= automake autoheader autoconf -AUTOMAKE_ARGS= --add-missing +USES= autoreconf +GNU_CONFIGURE= yes CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc USE_RC_SUBR= ${PORTNAME} -INFO= NewsCache +INFO= NewsCache post-patch: ${REINPLACE_CMD} -e "s,-pedantic,," \ -e "s,^main,int main," \ ${WRKSRC}/configure.in -pre-configure: - (cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen) - .include