svn commit: r554312 - head/lang/libobjc2

Stefan Eßer se at FreeBSD.org
Fri Nov 6 19:39:54 UTC 2020


Author: se
Date: Fri Nov  6 19:39:53 2020
New Revision: 554312
URL: https://svnweb.freebsd.org/changeset/ports/554312

Log:
  Bump PORTREVISION to rebuild this port for the updated security/openvpn
  
  This has been reported to fix a run-time error affecting openvpn-2.5.0:
  
  "2020-11-06 02:37:05 PLUGIN_INIT: could not load plugin shared object
  /usr/local/lib/openvpn-auth-ldap.so: /usr/local/lib/libobjc.so.4.6:
  Undefined symbol "ceilf"
  2020-11-06 02:37:05 Exiting due to fatal error"
  
  Reported by:	admin at npo-lencor.ru (Nikita Druba)

Modified:
  head/lang/libobjc2/Makefile

Modified: head/lang/libobjc2/Makefile
==============================================================================
--- head/lang/libobjc2/Makefile	Fri Nov  6 18:53:51 2020	(r554311)
+++ head/lang/libobjc2/Makefile	Fri Nov  6 19:39:53 2020	(r554312)
@@ -4,7 +4,7 @@
 PORTNAME=	libobjc2
 DISTVERSIONPREFIX=v
 DISTVERSION=	2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang devel gnustep
 
 MAINTAINER=	ports at FreeBSD.org


More information about the svn-ports-all mailing list