svn commit: r365130 - in head/net/freeradius3: . files

Ryan Steinmetz zi at FreeBSD.org
Sat Aug 16 20:14:45 UTC 2014


Author: zi
Date: Sat Aug 16 20:14:44 2014
New Revision: 365130
URL: http://svnweb.freebsd.org/changeset/ports/365130
QAT: https://qat.redports.org/buildarchive/r365130/

Log:
  - 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@

Added:
  head/net/freeradius3/files/patch-src__main__version.c   (contents, props changed)
Modified:
  head/net/freeradius3/Makefile

Modified: head/net/freeradius3/Makefile
==============================================================================
--- head/net/freeradius3/Makefile	Sat Aug 16 19:43:54 2014	(r365129)
+++ head/net/freeradius3/Makefile	Sat Aug 16 20:14:44 2014	(r365130)
@@ -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%/ \

Added: head/net/freeradius3/files/patch-src__main__version.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/freeradius3/files/patch-src__main__version.c	Sat Aug 16 20:14:44 2014	(r365130)
@@ -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;


More information about the svn-ports-all mailing list