svn commit: r563990 - head/lang/squeak

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 4 04:59:46 UTC 2021


Author: bapt
Date: Thu Feb  4 04:59:46 2021
New Revision: 563990
URL: https://svnweb.freebsd.org/changeset/ports/563990

Log:
  lang/squeak: remove dependency on gstreamer
  
  The port declares a dependency on gstreamer but the configure/cmake script
  never actually really check for it, (which can be verified also by the fact there
  is no GstreamerPlugin in the plist).
  
  Simply remove the dependency as gstreamer0 is plan for removal

Modified:
  head/lang/squeak/Makefile

Modified: head/lang/squeak/Makefile
==============================================================================
--- head/lang/squeak/Makefile	Thu Feb  4 04:42:49 2021	(r563989)
+++ head/lang/squeak/Makefile	Thu Feb  4 04:59:46 2021	(r563990)
@@ -3,7 +3,7 @@
 
 PORTNAME=	squeak
 PORTVERSION=	4.10.2
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	lang
 MASTER_SITES=	http://www.squeakvm.org/unix/release/:vmsrc \
 		http://ftp.squeak.org/${IMAGE_VERSION}/:src \
@@ -36,7 +36,6 @@ USE_GNOME=	cairo pango
 USE_GL=		gl
 HAS_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
-USE_GSTREAMER=	yes
 
 VM_VERSION=	${PORTVERSION}.${SVN_VERSION}
 SVN_VERSION=	2614


More information about the svn-ports-all mailing list