diff options
author | gerald <gerald@FreeBSD.org> | 2015-01-20 07:58:39 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-01-20 07:58:39 +0800 |
commit | c97ce17b8dac97482ddce4eda23f6ef950a21155 (patch) | |
tree | a1f5547785657d11692c76b608f8b378043fae8c /news | |
parent | effd14be0cc9aa51dc8921f0b3db9f9d86bb6ab7 (diff) | |
download | freebsd-ports-gnome-c97ce17b8dac97482ddce4eda23f6ef950a21155.tar.gz freebsd-ports-gnome-c97ce17b8dac97482ddce4eda23f6ef950a21155.tar.zst freebsd-ports-gnome-c97ce17b8dac97482ddce4eda23f6ef950a21155.zip |
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]
Diffstat (limited to 'news')
-rw-r--r-- | news/nget/Makefile | 3 | ||||
-rw-r--r-- | news/nget/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/news/nget/Makefile b/news/nget/Makefile index 964ae6e29d97..313ef13359e4 100644 --- a/news/nget/Makefile +++ b/news/nget/Makefile @@ -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 diff --git a/news/nget/pkg-plist b/news/nget/pkg-plist index 9bf5c5cba0a4..46342ac9f6f3 100644 --- a/news/nget/pkg-plist +++ b/news/nget/pkg-plist @@ -4,4 +4,3 @@ man/man1/nget.1.gz man/man1/ngetlite.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%@dirrm %%DOCSDIR%% |