aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-05 21:07:00 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-05 21:07:00 +0000
commitee866b6d19dc0d3d534e3ea06108c2e79f0556f5 (patch)
treee3419b7e829695644a31730038961f3d28123fc6 /devel
parent15c67f808a8fddac4933873a5a2fc2b3ef6a0129 (diff)
downloadports-ee866b6d19dc0d3d534e3ea06108c2e79f0556f5.tar.gz
ports-ee866b6d19dc0d3d534e3ea06108c2e79f0556f5.zip
Remove outdated patches
Notes
Notes: svn path=/head/; revision=481297
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);