Index: head/news/newscache/Makefile =================================================================== --- head/news/newscache/Makefile (revision 389093) +++ head/news/newscache/Makefile (revision 389094) @@ -1,33 +1,30 @@ # Created by: Tilman Linneweh # $FreeBSD$ PORTNAME= newscache PORTVERSION= 1.2.r.6 PORTREVISION= 4 CATEGORIES= news MASTER_SITES= http://src.linuxhacker.at/NewsCache/ DISTNAME= NewsCache-${PORTVERSION:S/.r./rc/} MAINTAINER= ports@FreeBSD.org COMMENT= NewsCache is a free cache server for USENET News 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 Index: head/news/newscache/files/patch-autogen =================================================================== --- head/news/newscache/files/patch-autogen (revision 389093) +++ head/news/newscache/files/patch-autogen (nonexistent) @@ -1,20 +0,0 @@ ---- autogen.orig Sat Nov 23 12:33:52 2002 -+++ autogen Sun Jun 5 00:44:04 2005 -@@ -9,13 +9,13 @@ - fi - - echo "aclocal..." --aclocal -+${ACLOCAL} - echo "autoheader..." --autoheader -+${AUTOHEADER} - echo "automake..." --automake --add-missing -+${AUTOMAKE} --add-missing - echo "autoconf..." --autoconf -+${AUTOCONF} - - echo "Next run ./configure" - echo "Next run make" Property changes on: head/news/newscache/files/patch-autogen ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property