Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 2015 23:58:40 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377489 - head/news/nget
Message-ID:  <201501192358.t0JNwe3I029921@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Jan 19 23:58:39 2015
New Revision: 377489
URL: https://svnweb.freebsd.org/changeset/ports/377489
QAT: https://qat.redports.org/buildarchive/r377489/

Log:
  USE_GCC=any was a lie, nail down to GCC 4.8 as the latest version
  that will build this on FreeBSD 10 and later (without GCC). [1]
  
  On the way remove an instance of @dirrm from pkg-plist.
  
  PR:		196913 [1], 196712 [1]

Modified:
  head/news/nget/Makefile
  head/news/nget/pkg-plist

Modified: head/news/nget/Makefile
==============================================================================
--- head/news/nget/Makefile	Mon Jan 19 22:49:21 2015	(r377488)
+++ head/news/nget/Makefile	Mon Jan 19 23:58:39 2015	(r377489)
@@ -12,7 +12,8 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Auto-resuming command line nntp file grabber
 
 USES=		gmake
-USE_GCC=	any
+# Fails to build with GCC 4.9, cf. PR 196913.
+USE_GCC=	4.8
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS

Modified: head/news/nget/pkg-plist
==============================================================================
--- head/news/nget/pkg-plist	Mon Jan 19 22:49:21 2015	(r377488)
+++ head/news/nget/pkg-plist	Mon Jan 19 23:58:39 2015	(r377489)
@@ -4,4 +4,3 @@ man/man1/nget.1.gz
 man/man1/ngetlite.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/FAQ
-%%PORTDOCS%%@dirrm %%DOCSDIR%%



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