git: b68abca34187 - main - security/tor: drop FreeBSD < 12 remnants after 620968a43a5f

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 13 Mar 2022 00:19:39 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b68abca3418704836ff372114bb25f41d25b85bc

commit b68abca3418704836ff372114bb25f41d25b85bc
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-03-12 19:35:11 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-03-13 00:18:35 +0000

    security/tor: drop FreeBSD < 12 remnants after 620968a43a5f
    
    PR:             262509
    Approved by:    yuri (maintainer)
---
 security/tor-devel/files/patch-orconfig.h.in | 13 -------------
 security/tor/files/patch-orconfig.h.in       | 13 -------------
 2 files changed, 26 deletions(-)

diff --git a/security/tor-devel/files/patch-orconfig.h.in b/security/tor-devel/files/patch-orconfig.h.in
deleted file mode 100644
index 8632bbac2985..000000000000
--- a/security/tor-devel/files/patch-orconfig.h.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- orconfig.h.in.orig	2017-12-13 17:18:09 UTC
-+++ orconfig.h.in
-@@ -535,7 +535,10 @@
- #undef HAVE_TIME_H
- 
- /* Define to 1 if you have the `timingsafe_memcmp' function. */
-+#include <osreldate.h>
-+#if __FreeBSD_version >= 1200000 // disabled: timingsafe_memcmp(3) has been added only in 12.0, and isn't yet available on older systems
- #undef HAVE_TIMINGSAFE_MEMCMP
-+#endif
- 
- /* Define to 1 if you have the `TLS_method' function. */
- #undef HAVE_TLS_METHOD
diff --git a/security/tor/files/patch-orconfig.h.in b/security/tor/files/patch-orconfig.h.in
deleted file mode 100644
index 6b2a355e48b2..000000000000
--- a/security/tor/files/patch-orconfig.h.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- orconfig.h.in.orig	2022-02-04 16:24:11 UTC
-+++ orconfig.h.in
-@@ -610,7 +610,10 @@
- #undef HAVE_TIME_H
- 
- /* Define to 1 if you have the `timingsafe_memcmp' function. */
-+#include <osreldate.h>
-+#if __FreeBSD_version >= 1200000 // disabled: timingsafe_memcmp(3) has been added only in 12.0, and isn't yet available on older systems
- #undef HAVE_TIMINGSAFE_MEMCMP
-+#endif
- 
- /* Define to 1 if you have the `TLS_method' function. */
- #undef HAVE_TLS_METHOD