Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2018 03:19:27 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484992 - head/irc/psybnc
Message-ID:  <201811150319.wAF3JR9T045337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811150319.wAF3JR9T045337>