diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-23 00:04:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-23 00:04:19 +0800 |
commit | c7bd35dd7a04267304bb24e7763ce9a2f862c245 (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /irc | |
parent | 1570d70ff8e9cf8c52948fc11b4e6bf7fe881e65 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/Makefile | 3 |
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 |