Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2020 20:45:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550221 - head/graphics/vips
Message-ID:  <202009262045.08QKjfAF093993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 26 20:45:41 2020
New Revision: 550221
URL: https://svnweb.freebsd.org/changeset/ports/550221

Log:
  Disable gobject introspection for now, it does not work with newer version

Modified:
  head/graphics/vips/Makefile
  head/graphics/vips/pkg-plist

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Sat Sep 26 20:33:06 2020	(r550220)
+++ head/graphics/vips/Makefile	Sat Sep 26 20:45:41 2020	(r550221)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vips
 PORTVERSION=	8.9.2
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/
 
@@ -14,8 +14,8 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	bash:shells/bash
-LIB_DEPENDS=	libgirepository-1.0.so:devel/gobject-introspection \
-		libfontconfig.so:x11-fonts/fontconfig \
+#LIB_DEPENDS=	libgirepository-1.0.so:devel/gobject-introspection
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libexpat.so:textproc/expat2
 
@@ -28,7 +28,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--without-nifti \
 			--without-openslide \
 			--without-pdfium \
-			--without-imagequant
+			--without-imagequant \
+			--disable-introspection
 
 USE_LDCONFIG=	yes
 

Modified: head/graphics/vips/pkg-plist
==============================================================================
--- head/graphics/vips/pkg-plist	Sat Sep 26 20:33:06 2020	(r550220)
+++ head/graphics/vips/pkg-plist	Sat Sep 26 20:45:41 2020	(r550221)
@@ -65,7 +65,6 @@ include/vips/vips-operators.h
 include/vips/vips.h
 include/vips/vips7compat.h
 include/vips/vips8
-lib/girepository-1.0/Vips-8.0.typelib
 lib/libvips-cpp.a
 lib/libvips-cpp.so
 lib/libvips-cpp.so.42
@@ -85,7 +84,6 @@ man/man1/vipsedit.1.gz
 man/man1/vipsheader.1.gz
 man/man1/vipsprofile.1.gz
 man/man1/vipsthumbnail.1.gz
-share/gir-1.0/Vips-8.0.gir
 %%PORTDOCS%%share/gtk-doc/html/libvips/Cite.md.html
 %%PORTDOCS%%share/gtk-doc/html/libvips/Combine.png
 %%PORTDOCS%%share/gtk-doc/html/libvips/Examples.md.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009262045.08QKjfAF093993>