svn commit: r561094 - head/x11-toolkits/vdk

Kyle Evans kevans at FreeBSD.org
Sun Jan 10 17:52:04 UTC 2021


Author: kevans
Date: Sun Jan 10 17:52:04 2021
New Revision: 561094
URL: https://svnweb.freebsd.org/changeset/ports/561094

Log:
  x11-toolkits/vdk: fix build on -CURRENT
  
  libgnuregex has been removed in FreeBSD 13.0. The version in base had a
  number of known or likely bugs associated with it, so just use the newer
  and more stable port on all supported FreeBSD versions.
  
  PR:		252259
  MFH:		2021Q1

Modified:
  head/x11-toolkits/vdk/Makefile

Modified: head/x11-toolkits/vdk/Makefile
==============================================================================
--- head/x11-toolkits/vdk/Makefile	Sun Jan 10 17:41:20 2021	(r561093)
+++ head/x11-toolkits/vdk/Makefile	Sun Jan 10 17:52:04 2021	(r561094)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vdk
 PORTVERSION=	2.5.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/${PORTNAME}lib/VDK%20for%20both%20Linux%20and%20Windows%20%28this%20is%20the%20new%20version%29/VDKLIB%20%28C%2B%2B%20wrapper%20for%20GTK%2B%29
 
@@ -12,6 +12,8 @@ COMMENT=	C++ wrapper for GTK+ toolkit
 
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libgnuregex.so.6:devel/libgnuregex
 
 USES=		gnome libtool pathfix pkgconfig
 USE_GNOME=	gtk20


More information about the svn-ports-all mailing list