Date: Thu, 18 Feb 2021 04:30:26 +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: r565887 - in head: net/thcrut sysutils/ucspi-ssl Message-ID: <202102180430.11I4UQd9093935@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Feb 18 04:30:26 2021 New Revision: 565887 URL: https://svnweb.freebsd.org/changeset/ports/565887 Log: Mark BROKEN in 13/14 (via latest llvm update). Modified: head/net/thcrut/Makefile head/sysutils/ucspi-ssl/Makefile Modified: head/net/thcrut/Makefile ============================================================================== --- head/net/thcrut/Makefile Thu Feb 18 04:30:00 2021 (r565886) +++ head/net/thcrut/Makefile Thu Feb 18 04:30:26 2021 (r565887) @@ -10,6 +10,9 @@ MASTER_SITES= http://thc.org/releases/ \ MAINTAINER= lx@FreeBSD.org COMMENT= Local network discovery tool +BROKEN_FreeBSD_13= ld: error: duplicate symbol: ip_tcp_sync_addr +BROKEN_FreeBSD_14= ld: error: duplicate symbol: ip_tcp_sync_addr + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ Modified: head/sysutils/ucspi-ssl/Makefile ============================================================================== --- head/sysutils/ucspi-ssl/Makefile Thu Feb 18 04:30:00 2021 (r565886) +++ head/sysutils/ucspi-ssl/Makefile Thu Feb 18 04:30:26 2021 (r565887) @@ -9,6 +9,9 @@ MASTER_SITES= http://www.fehcom.de/ipnet/ucspi-ssl/ MAINTAINER= lx@FreeBSD.org COMMENT= UCSPI tools for building SSL client-server applications +BROKEN_FreeBSD_13= ld: error: duplicate symbol: strnum +BROKEN_FreeBSD_14= ld: error: duplicate symbol: strnum + RUN_DEPENDS= tcpserver:sysutils/ucspi-tcp \ ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180430.11I4UQd9093935>