aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-05-23 00:04:19 +0800
committerlinimon <linimon@FreeBSD.org>2017-05-23 00:04:19 +0800
commitc7bd35dd7a04267304bb24e7763ce9a2f862c245 (patch)
treec5e899899564f09bbd94410678db0ab936c225e5 /irc
parent1570d70ff8e9cf8c52948fc11b4e6bf7fe881e65 (diff)
downloadfreebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.tar.gz
freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.tar.zst
freebsd-ports-gnome-c7bd35dd7a04267304bb24e7763ce9a2f862c245.zip
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
Diffstat (limited to 'irc')
-rw-r--r--irc/lostirc/Makefile2
-rw-r--r--irc/weechat/Makefile3
2 files changed, 5 insertions, 0 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile
index de415e98403d..7e7c25616d02 100644
--- a/irc/lostirc/Makefile
+++ b/irc/lostirc/Makefile
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24
+BROKEN_powerpc64= fails to build: Socket.cpp: 'strerror' was not declared in this scope
+
USES= compiler:c++11-lang pathfix pkgconfig gettext
USE_CXXSTD= c++11
USE_GNOME= gnomeprefix
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile
index 0d426fa0b91a..04815593a0af 100644
--- a/irc/weechat/Makefile
+++ b/irc/weechat/Makefile
@@ -26,6 +26,9 @@ OPTIONS_DEFINE= BACKTRACE DOCS CA_BUNDLE GNUTLS ICON ICONV MANPAGES NLS
OPTIONS_DEFAULT= ASPELL BACKTRACE CA_BUNDLE CHARSET GNUTLS ICON LUA MANPAGES PERL PYTHON RUBY TCL
OPTIONS_SUB= yes
+# BROKEN: ruby.h: error: wrong number of arguments specified for 'deprecated' attribute
+OPTIONS_EXCLUDE_powerpc64= RUBY
+
OPTIONS_GROUP= PLUGINS
OPTIONS_GROUP_PLUGINS= ASPELL CHARSET JAVASCRIPT LUA PERL PYTHON RUBY TCL