Date: Tue, 16 Feb 2021 19:32:19 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565442 - head/japanese/jishyo Message-ID: <202102161932.11GJWJix058088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 16 19:32:18 2021 New Revision: 565442 URL: https://svnweb.freebsd.org/changeset/ports/565442 Log: Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: DicDir >>> defined at xjdcomm.c >>> ./obj/Jishyo.obj/xjdcomm.c.o:(DicDir) >>> defined at xjdsa.c >>> ./obj/Jishyo.obj/xjdsa.c.o:(.bss+0x110) Reported by: pkg-fallout MFH: 2021Q1 Modified: head/japanese/jishyo/Makefile Modified: head/japanese/jishyo/Makefile ============================================================================== --- head/japanese/jishyo/Makefile Tue Feb 16 19:29:41 2021 (r565441) +++ head/japanese/jishyo/Makefile Tue Feb 16 19:32:18 2021 (r565442) @@ -13,6 +13,9 @@ COMMENT= English to Japanese dictionary for GNUstep LICENSE= GPLv2+ +BROKEN_FreeBSD_13= ld: error: duplicate symbol: DicDir +BROKEN_FreeBSD_14= ld: error: duplicate symbol: DicDir + PORTSCOUT= skipv:0.2 USES= gnustep
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102161932.11GJWJix058088>