summaryrefslogtreecommitdiff
path: root/net/freeradius3/files/patch-src__main__version.c
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-08-16 20:14:44 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-08-16 20:14:44 +0000
commit40f1df68c10aaace777078393f96b62cee7ced4f (patch)
tree64bed4838f6e93f1267560e2d6bb996d42dd4e93 /net/freeradius3/files/patch-src__main__version.c
parentRemoved trailing blank line in MOVED (diff)
- Do not fail to start if there is a mismatch between libssl compile/runtime versions. We will still print the error, but it will not be fatal. This is to workaround an issue with pkg where pkg will only reinstall dependant ports if the .so version changes.
- Bump PORTREVISION PR: 192661 Submitted by: mat@
Notes
Notes: svn path=/head/; revision=365130
Diffstat (limited to 'net/freeradius3/files/patch-src__main__version.c')
-rw-r--r--net/freeradius3/files/patch-src__main__version.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/freeradius3/files/patch-src__main__version.c b/net/freeradius3/files/patch-src__main__version.c
new file mode 100644
index 000000000000..069fbc7bd36d
--- /dev/null
+++ b/net/freeradius3/files/patch-src__main__version.c
@@ -0,0 +1,10 @@
+--- ./src/main/version.c.orig 2014-08-16 16:06:51.000000000 -0400
++++ ./src/main/version.c 2014-08-16 16:07:43.000000000 -0400
+@@ -53,7 +53,6 @@
+ (unsigned long) ssl_built,
+ (unsigned long) ssl_linked);
+
+- return -1;
+ };
+
+ return 0;