mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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@
This commit is contained in:
parent
ac78bbc584
commit
40f1df68c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365130
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= freeradius
|
||||
DISTVERSION= 3.0.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \
|
||||
ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \
|
||||
|
10
net/freeradius3/files/patch-src__main__version.c
Normal file
10
net/freeradius3/files/patch-src__main__version.c
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user