Date: Tue, 16 Feb 2021 19:32:36 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r565443 - branches/2021Q1/japanese/jishyo Message-ID: <202102161932.11GJWafK060756@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 16 19:32:36 2021 New Revision: 565443 URL: https://svnweb.freebsd.org/changeset/ports/565443 Log: MFH: r565442 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 Modified: branches/2021Q1/japanese/jishyo/Makefile Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/japanese/jishyo/Makefile ============================================================================== --- branches/2021Q1/japanese/jishyo/Makefile Tue Feb 16 19:32:18 2021 (r565442) +++ branches/2021Q1/japanese/jishyo/Makefile Tue Feb 16 19:32:36 2021 (r565443) @@ -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.11GJWafK060756>