diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-02 12:00:29 +0800 |
commit | 5b460a6e6dcba3bf614469ba987dfba042c883e4 (patch) | |
tree | 1132ef2f7655593f25dfefe7bd682bbbb7a0d555 /irc | |
parent | a3584ef01f826922b53df0d4006400529d28375f (diff) | |
download | freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.gz freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.tar.zst freebsd-ports-gnome-5b460a6e6dcba3bf614469ba987dfba042c883e4.zip |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/charybdis/Makefile | 2 | ||||
-rw-r--r-- | irc/psybnc/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/irc/charybdis/Makefile b/irc/charybdis/Makefile index 19c923bd3bfe..ec8186cc67c0 100644 --- a/irc/charybdis/Makefile +++ b/irc/charybdis/Makefile @@ -11,6 +11,8 @@ COMMENT= Powerful IRC daemon, based on ircd-ratbox LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_mips= Does not build: undefined reference to le32toh +BROKEN_mips64= Does not build: undefined reference to le32toh BROKEN_powerpc64= Does not build: undefined reference to le32toh CONFLICTS= ircd-ratbox-[0-9]* ircd-ratbox-devel-[0-9]* \ diff --git a/irc/psybnc/Makefile b/irc/psybnc/Makefile index 6b2578fceb44..30e68c90fcbe 100644 --- a/irc/psybnc/Makefile +++ b/irc/psybnc/Makefile @@ -13,6 +13,8 @@ COMMENT= Powerful IRC bouncer LICENSE= GPLv1+ # though COPYING is GPLv2 +BROKEN_mips= Does not build: exec(clang) failed (No such file or directory) +BROKEN_mips64= Does not build: exec(clang) failed (No such file or directory) BROKEN_powerpc64= Does not build: exec(clang) failed (No such file or directory) USES= dos2unix ssl |