aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/nast/Makefile3
-rw-r--r--net/serveez/Makefile3
-rw-r--r--net/spread4/Makefile3
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