svn commit: r337694 - branches/2014Q1/news/newscache
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 27 10:26:37 UTC 2013
Author: bapt
Date: Fri Dec 27 10:26:36 2013
New Revision: 337694
URL: http://svnweb.freebsd.org/changeset/ports/337694
Log:
MFH: r337683
Support stage
Fix configure script with clang
Modified:
branches/2014Q1/news/newscache/Makefile
branches/2014Q1/news/newscache/pkg-plist
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/news/newscache/Makefile
==============================================================================
--- branches/2014Q1/news/newscache/Makefile Fri Dec 27 10:26:20 2013 (r337693)
+++ branches/2014Q1/news/newscache/Makefile Fri Dec 27 10:26:36 2013 (r337694)
@@ -11,7 +11,7 @@ DISTNAME= NewsCache-${PORTVERSION:S/.r./
MAINTAINER= ports at FreeBSD.org
COMMENT= NewsCache is a free cache server for USENET News
-LIB_DEPENDS= socket[+][+].1:${PORTSDIR}/net/libsocket++
+LIB_DEPENDS= libsocket++.so:${PORTSDIR}/net/libsocket++
USE_AUTOTOOLS= automake autoheader autoconf
AUTOMAKE_ARGS= --add-missing
@@ -20,13 +20,12 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
USE_RC_SUBR= ${PORTNAME}
-MAN5= newscache.conf.5
-MAN8= newscache.8 newscacheclean.8 updatenews.8
INFO= NewsCache
-NO_STAGE= yes
post-patch:
- ${REINPLACE_CMD} -e "s,-pedantic,," ${WRKSRC}/configure.in
+ ${REINPLACE_CMD} -e "s,-pedantic,," \
+ -e "s,^main,int main," \
+ ${WRKSRC}/configure.in
pre-configure:
(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)
Modified: branches/2014Q1/news/newscache/pkg-plist
==============================================================================
--- branches/2014Q1/news/newscache/pkg-plist Fri Dec 27 10:26:20 2013 (r337693)
+++ branches/2014Q1/news/newscache/pkg-plist Fri Dec 27 10:26:36 2013 (r337694)
@@ -3,3 +3,7 @@ etc/newscache.conf-dist
etc/newscache.auth-dist
sbin/newscache
sbin/newscacheclean
+man/man5/newscache.conf.5.gz
+man/man8/newscache.8.gz
+man/man8/newscacheclean.8.gz
+man/man8/updatenews.8.gz
More information about the svn-ports-all
mailing list