aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-10 09:21:43 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-10 09:21:43 +0800
commit481fb4eee5966d4619bb8dad3297c08cdc0c699f (patch)
treefaace7f54659f8be92fc299cccbae3f60aa49f6e /news
parentedf8461905dbc1113db748072d093386e30c0a8d (diff)
downloadfreebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.tar.gz
freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.tar.zst
freebsd-ports-gnome-481fb4eee5966d4619bb8dad3297c08cdc0c699f.zip
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'news')
-rw-r--r--news/nn/Makefile2
-rw-r--r--news/nntpcache/Makefile3
2 files changed, 5 insertions, 0 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index 4334f31c054f..ea6e0f3223a3 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -11,6 +11,8 @@ MASTER_SITES= http://www.sourcefiles.org/Internet/News/Usenet_Clients/ \
MAINTAINER= johans@FreeBSD.org
COMMENT= Newsreader
+BROKEN_aarch64= Fails to link: missing sbrk
+
USES= tar:Z
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -Iconf" LDFLAGS="${LDFLAGS} -s"
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index e3cbfdc1df39..ecbc3aa4d539 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -15,6 +15,9 @@ COMMENT= News caching/anti-spam/server-merging system
SPOOLDIR?= /var/spool
NO_CDROM= Free for individuals and non-military, non-profit organisations only
+
+BROKEN_aarch64= Fails to link: missing sbrk
+
USES= gmake autoreconf shebangfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${SPOOLDIR} \