aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 20:44:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:37:05 +0000
commitbbab7f59e9630416397189df70ec133bdd690e38 (patch)
tree2ebb595d5a675fda686781b56ea08f80b933cb61 /comms
parenta1bc4fbdf378334c7c39521ab236318c53f27441 (diff)
downloadports-bbab7f59e9630416397189df70ec133bdd690e38.tar.gz
ports-bbab7f59e9630416397189df70ec133bdd690e38.zip
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm - Remove all references to defunct ARCH sparc64 - Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64 ARCH - Remove sysutils/afbinit requires defunct sparc64 ARCH - Remove all references to bktr driver - Remove all references to defunct FreeBSD_12 - Remove all references to OSVERSION/OSREL corresponding to 12 - Remove conditionals in Mk/Uses/cabal.mk - Remove sparc reference from Mk/Uses/qt-dist.mk - Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64 - Remove BROKEN_FreeBSD_12* from: - Remove OpenSSL patches from: - Remove conditional flags for OSVERSION >= 1300000 to fixed flags. Also move conditional flags for non sparc64/arm ARCH to fixed flags. Reviewed by: brooks, jbeich, rene, salvadore Differential Revision: https://reviews.freebsd.org/D42068
Diffstat (limited to 'comms')
-rw-r--r--comms/aprsd/Makefile2
-rw-r--r--comms/ebusd/files/patch-src_lib_ebus_datatype.cpp10
-rw-r--r--comms/fldigi/Makefile2
-rw-r--r--comms/flrig/Makefile2
-rw-r--r--comms/linrad/Makefile1
-rw-r--r--comms/obexapp/Makefile8
-rw-r--r--comms/uhd/Makefile3
7 files changed, 1 insertions, 27 deletions
diff --git a/comms/aprsd/Makefile b/comms/aprsd/Makefile
index 61a67f4fb3f3..8b7e952c32ac 100644
--- a/comms/aprsd/Makefile
+++ b/comms/aprsd/Makefile
@@ -11,8 +11,6 @@ WWW= https://sourceforge.net/projects/aprsd/
LICENSE= GPLv2
-BROKEN_FreeBSD_12_powerpc64= fails to link on powerpc64 elfv1: httpserver.o:(.text+0x1074): undefined reference to `convertUpTime(int)'
-
USE_CXXSTD= c++14
USE_RC_SUBR= aprsd
diff --git a/comms/ebusd/files/patch-src_lib_ebus_datatype.cpp b/comms/ebusd/files/patch-src_lib_ebus_datatype.cpp
deleted file mode 100644
index d64b593b3f9a..000000000000
--- a/comms/ebusd/files/patch-src_lib_ebus_datatype.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/lib/ebus/datatype.cpp.orig 2023-07-08 13:54:20 UTC
-+++ src/lib/ebus/datatype.cpp
-@@ -22,6 +22,7 @@
-
- #include "lib/ebus/datatype.h"
- #include <math.h>
-+#include <cmath> # for FreeBSD 12.4
- #include <iostream>
- #include <sstream>
- #include <iomanip>
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile
index 945dbe72e897..f11bed5dbb4b 100644
--- a/comms/fldigi/Makefile
+++ b/comms/fldigi/Makefile
@@ -8,8 +8,6 @@ MAINTAINER= hamradio@FreeBSD.org
COMMENT= Digital decoder for psk, cw, psk31, olivia
WWW= http://www.w1hkj.com
-BROKEN_FreeBSD_12= no hid support
-
LICENSE= GPLv3
BUILD_DEPENDS= asciidoc:textproc/asciidoc \
diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile
index 5aed045a55fe..41cd61f1a188 100644
--- a/comms/flrig/Makefile
+++ b/comms/flrig/Makefile
@@ -8,8 +8,6 @@ MAINTAINER= hamradio@FreeBSD.org
COMMENT= Ham Radio rig control program, cooperates with fldigi
WWW= http://www.w1hkj.com/flrig-help/index.html
-BROKEN_FreeBSD_12= no hid support
-
LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile
index 5230e079c6b2..2ee71c42b51a 100644
--- a/comms/linrad/Makefile
+++ b/comms/linrad/Makefile
@@ -19,7 +19,6 @@ BROKEN_armv7= fails to configure: cannot find /nxb-bin/usr/bin/cc
BROKEN_powerpc64= fails to compile: implicit declaration of function outb
BROKEN_powerpc64le= fails to compile: implicit declaration of function outb
BROKEN_riscv64= fails to build: gmake: No rule to make target 'Makefile'
-BROKEN_sparc64= fails to compile: implicit declaration of function outb
LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr \
libportaudio.so:audio/portaudio \
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile
index 9e0627704645..c46d9eafdc11 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -15,15 +15,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= iconv readline uidfix
PLIST_FILES= bin/obexapp man/man1/obexapp.1.gz
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300134
-MAKE_ENV+= NO_WERROR=yes
-.else
MAKE_ENV+= MK_WERROR=no
-.endif
post-patch:
@${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/Makefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile
index 42f65ff7afe8..55c5592138e3 100644
--- a/comms/uhd/Makefile
+++ b/comms/uhd/Makefile
@@ -32,9 +32,6 @@ GH_ACCOUNT= EttusResearch
CONFLICTS= usrp
-BROKEN_FreeBSD_12_aarch64= fails to configure: Could not find standard set_new_handler function
-BROKEN_FreeBSD_12_armv6= fails to configure: Could not find standard set_new_handler function
-BROKEN_FreeBSD_12_armv7= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_13_aarch64= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_13_armv6= fails to configure: Could not find standard set_new_handler function
BROKEN_FreeBSD_13_armv7= fails to configure: Could not find standard set_new_handler function