diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 10:28:23 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-02-18 10:28:23 +0800 |
commit | 30263bbbf174e1edec7195881897c4e1d655f811 (patch) | |
tree | f90d64d64ce75d2f4be84da74a30c0114db94dd9 /net | |
parent | ecf775242eaf80236e5517683bcd83b19722f717 (diff) | |
download | freebsd-ports-gnome-30263bbbf174e1edec7195881897c4e1d655f811.tar.gz freebsd-ports-gnome-30263bbbf174e1edec7195881897c4e1d655f811.tar.zst freebsd-ports-gnome-30263bbbf174e1edec7195881897c4e1d655f811.zip |
Mark BROKEN in 13/14 (via latest llvm update).
Diffstat (limited to 'net')
-rw-r--r-- | net/nast/Makefile | 3 | ||||
-rw-r--r-- | net/serveez/Makefile | 3 | ||||
-rw-r--r-- | net/spread4/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/net/nast/Makefile b/net/nast/Makefile index 0821c5a0ab5c..8b8271247221 100644 --- a/net/nast/Makefile +++ b/net/nast/Makefile @@ -13,6 +13,9 @@ COMMENT= Packet sniffer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: arp_glob +BROKEN_FreeBSD_14= ld: error: duplicate symbol: arp_glob + LIB_DEPENDS= libnet.so:net/libnet USES= gmake diff --git a/net/serveez/Makefile b/net/serveez/Makefile index db1710fa463e..67ba89635b96 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -13,6 +13,9 @@ COMMENT= Server framework LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_FreeBSD_13= ld: error: duplicate symbol: guile_global_error +BROKEN_FreeBSD_14= ld: error: duplicate symbol: guile_global_error + LIB_DEPENDS= libguile.so:lang/guile USES= tar:xz libtool diff --git a/net/spread4/Makefile b/net/spread4/Makefile index 61a4fbb09145..f083446c1389 100644 --- a/net/spread4/Makefile +++ b/net/spread4/Makefile @@ -10,6 +10,9 @@ DISTNAME= spread-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Spread Group Communication System, a network toolkit +BROKEN_FreeBSD_13= ld: error: duplicate symbol: yyin +BROKEN_FreeBSD_14= ld: error: duplicate symbol: yyin + GNU_CONFIGURE= yes USES= gmake USE_RC_SUBR= spread |