aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2023-07-02 17:49:22 +0000
committerRene Ladan <rene@FreeBSD.org>2023-08-01 11:27:28 +0000
commit5981a247406772defbc64bf993e23580aaa0d4dd (patch)
tree046d67df6c0d0bdd8afcfd16603d5a0175b7d45d /comms
parent6983bfc505340b4dc63a79134536fd1dcd4249bb (diff)
downloadports-5981a247406772defbc64bf993e23580aaa0d4dd.tar.gz
ports-5981a247406772defbc64bf993e23580aaa0d4dd.zip
all: remove support for expired FreeBSD 13.1
Approved by: portmgr (implicit), salvadore (gcc ports) Reviewed by: jbeich Differential Revision: https://reviews.freebsd.org/D40845
Diffstat (limited to 'comms')
-rw-r--r--comms/ebusd/files/patch-src_lib_ebus_datatype.cpp10
1 files changed, 0 insertions, 10 deletions
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 610c4f93e84a..000000000000
--- a/comms/ebusd/files/patch-src_lib_ebus_datatype.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/lib/ebus/datatype.cpp.orig 2023-06-07 06:49:34 UTC
-+++ src/lib/ebus/datatype.cpp
-@@ -22,6 +22,7 @@
-
- #include "lib/ebus/datatype.h"
- #include <math.h>
-+#include <cmath> // Only required for FreeBSD 13.1, later versions seems to be fine without that
- #include <iostream>
- #include <sstream>
- #include <iomanip>