svn commit: r565853 - in head/japanese: onew sj3-server

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 01:42:39 UTC 2021


Author: linimon
Date: Thu Feb 18 01:42:38 2021
New Revision: 565853
URL: https://svnweb.freebsd.org/changeset/ports/565853

Log:
  Mark BROKEN in 13/14 (via latest llvm update).

Modified:
  head/japanese/onew/Makefile
  head/japanese/sj3-server/Makefile

Modified: head/japanese/onew/Makefile
==============================================================================
--- head/japanese/onew/Makefile	Thu Feb 18 01:39:37 2021	(r565852)
+++ head/japanese/onew/Makefile	Thu Feb 18 01:42:38 2021	(r565853)
@@ -12,6 +12,9 @@ DISTNAME=	jvim2.0r+${PORTNAME}${PORTVERSION}
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Library for Japanese Input Methods
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: ONEW_THRUSYMS_ON
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: ONEW_THRUSYMS_ON
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 ALL_TARGET=
 CFLAGS+=	-I${WRKSRC}

Modified: head/japanese/sj3-server/Makefile
==============================================================================
--- head/japanese/sj3-server/Makefile	Thu Feb 18 01:39:37 2021	(r565852)
+++ head/japanese/sj3-server/Makefile	Thu Feb 18 01:42:38 2021	(r565853)
@@ -18,6 +18,9 @@ COMMENT=	Japanese input method, binary part
 LICENSE=	MIT
 LICENSE_FILE=	${FILESDIR}/COPYING
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: hs_point
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: hs_point
+
 LIB_DEPENDS=	libsj3lib.so:japanese/sj3-lib
 
 USES=		imake


More information about the svn-ports-all mailing list