Date: Thu, 18 Feb 2021 05:03: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: r565896 - in head/news: husky-hpt husky-htick Message-ID: <202102180503.11I53R05018951@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Feb 18 05:03:26 2021 New Revision: 565896 URL: https://svnweb.freebsd.org/changeset/ports/565896 Log: Mark BROKEN in 13/14 (via latest llvm update). Modified: head/news/husky-hpt/Makefile head/news/husky-htick/Makefile Modified: head/news/husky-hpt/Makefile ============================================================================== --- head/news/husky-hpt/Makefile Thu Feb 18 04:58:54 2021 (r565895) +++ head/news/husky-hpt/Makefile Thu Feb 18 05:03:26 2021 (r565896) @@ -6,6 +6,9 @@ COMMENT= Husky FTN tosser LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: config +BROKEN_FreeBSD_14= ld: error: duplicate symbol: config + LIB_DEPENDS= libareafix.so:news/husky-areafix \ libfidoconfig.so:news/husky-fidoconf \ libhusky.so:news/husky-huskylib \ Modified: head/news/husky-htick/Makefile ============================================================================== --- head/news/husky-htick/Makefile Thu Feb 18 04:58:54 2021 (r565895) +++ head/news/husky-htick/Makefile Thu Feb 18 05:03:26 2021 (r565896) @@ -6,6 +6,9 @@ COMMENT= Husky FTN file ticker LICENSE= GPLv2 +BROKEN_FreeBSD_13= ld: error: duplicate symbol: hatchInfo +BROKEN_FreeBSD_14= ld: error: duplicate symbol: hatchInfo + LIB_DEPENDS= libareafix.so:news/husky-areafix \ libfidoconfig.so:news/husky-fidoconf \ libhusky.so:news/husky-huskylib \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180503.11I53R05018951>