svn commit: r477478 - head/textproc/uim

MANTANI Nobutaka nobutaka at FreeBSD.org
Sat Aug 18 06:05:10 UTC 2018


Author: nobutaka
Date: Sat Aug 18 06:05:09 2018
New Revision: 477478
URL: https://svnweb.freebsd.org/changeset/ports/477478

Log:
  Remove BROKEN_aarch64 since it builds fine on 11.1 and current.
  
  PR:		230411
  Submitted by:	mikael.urankar at gmail.com

Modified:
  head/textproc/uim/Makefile

Modified: head/textproc/uim/Makefile
==============================================================================
--- head/textproc/uim/Makefile	Sat Aug 18 04:31:22 2018	(r477477)
+++ head/textproc/uim/Makefile	Sat Aug 18 06:05:09 2018	(r477478)
@@ -16,8 +16,6 @@ LICENSE=	BSD3CLAUSE GPLv2+ GPLv3+ LGPL21+ PD
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_aarch64=	Fails to build: The collector has not been ported to this machine/OS combination
-
 USES+=		gettext gmake iconv libedit libtool pathfix pkgconfig perl5 sqlite tar:bzip2
 USE_LDCONFIG=	yes
 USE_GNOME+=	glib20 intltool


More information about the svn-ports-all mailing list