aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-10-06 05:07:00 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-10-06 05:07:00 +0800
commitb28bd997b2a64f9de47c78d7c98544091992a80d (patch)
treee3419b7e829695644a31730038961f3d28123fc6 /devel
parent861c0acb0cc97e5cbb74d81578210f26a0401a1c (diff)
downloadfreebsd-ports-gnome-b28bd997b2a64f9de47c78d7c98544091992a80d.tar.gz
freebsd-ports-gnome-b28bd997b2a64f9de47c78d7c98544091992a80d.tar.zst
freebsd-ports-gnome-b28bd997b2a64f9de47c78d7c98544091992a80d.zip
Remove outdated patches
Diffstat (limited to 'devel')
-rw-r--r--devel/libdap/files/patch-tests-TestInt64.cc11
-rw-r--r--devel/libdap/files/patch-tests-TestUInt64.cc11
2 files changed, 0 insertions, 22 deletions
diff --git a/devel/libdap/files/patch-tests-TestInt64.cc b/devel/libdap/files/patch-tests-TestInt64.cc
deleted file mode 100644
index 29266471b070..000000000000
--- a/devel/libdap/files/patch-tests-TestInt64.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/TestInt64.cc.orig 2015-09-08 22:42:20 UTC
-+++ tests/TestInt64.cc
-@@ -105,7 +105,7 @@ TestInt64::read()
- d_buf = 64;
- }
- else {
-- d_buf = 0x00ffffffffffffff;
-+ d_buf = 0x00ffffffffffffffLL;
- }
-
- set_read_p(true);
diff --git a/devel/libdap/files/patch-tests-TestUInt64.cc b/devel/libdap/files/patch-tests-TestUInt64.cc
deleted file mode 100644
index 20a21f67cf57..000000000000
--- a/devel/libdap/files/patch-tests-TestUInt64.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/TestUInt64.cc.orig 2015-09-08 22:42:20 UTC
-+++ tests/TestUInt64.cc
-@@ -99,7 +99,7 @@ TestUInt64::read()
- d_buf = 64 * d_buf;
- }
- else {
-- d_buf = 0xffffffffffffffff; // really big
-+ d_buf = 0xffffffffffffffffLL; // really big
- }
-
- set_read_p(true);