Date: Wed, 10 Jun 2015 17:29:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389094 - in head/news/newscache: . files Message-ID: <201506101729.t5AHTlwt049754@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101729.t5AHTlwt049754>