svn commit: r561099 - branches/2021Q1/x11-toolkits/vdk

Kyle Evans kevans at FreeBSD.org
Sun Jan 10 17:58:29 UTC 2021


Author: kevans
Date: Sun Jan 10 17:58:29 2021
New Revision: 561099
URL: https://svnweb.freebsd.org/changeset/ports/561099

Log:
  MFH: r561094
  
  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

Modified:
  branches/2021Q1/x11-toolkits/vdk/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11-toolkits/vdk/Makefile
==============================================================================
--- branches/2021Q1/x11-toolkits/vdk/Makefile	Sun Jan 10 17:58:03 2021	(r561098)
+++ branches/2021Q1/x11-toolkits/vdk/Makefile	Sun Jan 10 17:58:29 2021	(r561099)
@@ -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-branches mailing list