Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 10:27:36 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r337695 - branches/2014Q1/news/newsfetch
Message-ID:  <201312271027.rBRARaxX076876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 27 10:27:36 2013
New Revision: 337695
URL: http://svnweb.freebsd.org/changeset/ports/337695

Log:
  MFH: r337681
  
  Support stage
  Fix build with clang
  Allow packaging as user

Modified:
  branches/2014Q1/news/newsfetch/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/news/newsfetch/Makefile
==============================================================================
--- branches/2014Q1/news/newsfetch/Makefile	Fri Dec 27 10:26:36 2013	(r337694)
+++ branches/2014Q1/news/newsfetch/Makefile	Fri Dec 27 10:27:36 2013	(r337695)
@@ -13,11 +13,11 @@ COMMENT=	Download news articles from NNT
 
 MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"
 
-MAN1=		newsfetch.1
-MANCOMPRESSED=	maybe
-PLIST_FILES=	bin/newsfetch
+USES=		uidfix
+CFLAGS+=	-Wno-return-type
+PLIST_FILES=	bin/newsfetch \
+		man/man1/newsfetch.1.gz
 
-NO_STAGE=	yes
 do-configure:
 	cd ${WRKSRC} && ( \
 	${ECHO_CMD} "PROG= newsfetch"; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271027.rBRARaxX076876>