svn commit: r484992 - head/irc/psybnc

Mark Linimon linimon at FreeBSD.org
Thu Nov 15 03:19:29 UTC 2018


Author: linimon
Date: Thu Nov 15 03:19:27 2018
New Revision: 484992
URL: https://svnweb.freebsd.org/changeset/ports/484992

Log:
  Now builds on powerpc64 (and thus presumably mips*.)

Modified:
  head/irc/psybnc/Makefile

Modified: head/irc/psybnc/Makefile
==============================================================================
--- head/irc/psybnc/Makefile	Thu Nov 15 02:56:34 2018	(r484991)
+++ head/irc/psybnc/Makefile	Thu Nov 15 03:19:27 2018	(r484992)
@@ -13,10 +13,6 @@ 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
 DOS2UNIX_GLOB=	*.c *.h
 WRKSRC=		${WRKDIR}/psybnc


More information about the svn-ports-all mailing list