Is David around? Any objections should be voiced in the next few hours, before I commit this.
----- Forwarded message from Tobias Ulmer <[email protected]> ----- Date: Thu, 30 Jul 2015 18:30:23 +0200 From: Tobias Ulmer <[email protected]> To: [email protected] Subject: mark net/rtorrent as broken on powerpc Mark broken and sort the list, no point in wasting cpu time ok? Index: Makefile =================================================================== RCS file: /home/vcs/cvs/openbsd/ports/net/rtorrent/Makefile,v retrieving revision 1.48 diff -u -p -r1.48 Makefile --- Makefile 28 May 2015 10:17:24 -0000 1.48 +++ Makefile 30 Jul 2015 16:13:24 -0000 @@ -1,9 +1,10 @@ # $OpenBSD: Makefile,v 1.48 2015/05/28 10:17:24 pascal Exp $ BROKEN-hppa = undefined references to __sync atomic ops +BROKEN-i386 = 64-bit atomics (fetch_and_and, add_and_fetch) BROKEN-mips64 = undefined references to __sync atomic ops +BROKEN-powerpc = undefined references to __sync atomic ops BROKEN-sh = undefined references to __sync atomic ops -BROKEN-i386 = 64-bit atomics (fetch_and_and, add_and_fetch) COMMENT= ncurses BitTorrent client based on libTorrent ----- End forwarded message -----
