[Midnightbsd-cvs] mports [24504] trunk/graphics/graphene: fix build

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 15 21:50:22 EDT 2018


Revision: 24504
          http://svnweb.midnightbsd.org/mports/?rev=24504
Author:   laffer1
Date:     2018-10-15 21:50:21 -0400 (Mon, 15 Oct 2018)
Log Message:
-----------
fix build

Modified Paths:
--------------
    trunk/graphics/graphene/Makefile
    trunk/graphics/graphene/distinfo
    trunk/graphics/graphene/pkg-plist

Modified: trunk/graphics/graphene/Makefile
===================================================================
--- trunk/graphics/graphene/Makefile	2018-10-16 01:22:51 UTC (rev 24503)
+++ trunk/graphics/graphene/Makefile	2018-10-16 01:50:21 UTC (rev 24504)
@@ -2,7 +2,7 @@
 # $FreeBSD: head/graphics/graphene/Makefile 461838 2018-02-14 21:15:32Z pi $
 
 PORTNAME=	graphene
-PORTVERSION=	1.6.0
+PORTVERSION=	1.8.2
 CATEGORIES=	graphics devel
 MASTER_SITES=	GNOME
 
@@ -21,12 +21,14 @@
 
 SHEBANG_FILES=	src/identfilter.py
 
+USE_GCC=	yes
+
 USE_GNOME+=		introspection:build
 #INTROSPECTION_DESC=	Build Gobject Introspection
 #INTROSPECTION_USE=	gnome=introspection:build
 #INTROSPECTION_MESON_OFF=	-Denable-introspection=false
 
-GTKDOC_MESON_TRUE=	enable-gtk-doc
+GTKDOC_MESON_TRUE=	gtk_doc
 GTKDOC_DESC=		Build documentation
 GTKDOC_BUILD_DEPENDS=	gtk-doc>0:textproc/gtk-doc
 
@@ -37,5 +39,7 @@
 # We don't want install tests
 post-install:
 	@${RM} -rf ${STAGEDIR}${PREFIX}/libexec/installed-tests
+	@${RM} -rf ${STAGEDIR}${PREFIX}/share/installed-tests
+	${CP} ${PREFIX}/lib/pkgconfig/*.pc ${PREFIX}/libdata/pkgconfig
 
 .include <bsd.port.mk>

Modified: trunk/graphics/graphene/distinfo
===================================================================
--- trunk/graphics/graphene/distinfo	2018-10-16 01:22:51 UTC (rev 24503)
+++ trunk/graphics/graphene/distinfo	2018-10-16 01:50:21 UTC (rev 24504)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1491756916
-SHA256 (graphene-1.6.0.tar.xz) = c3a9910f8dd298c1459d1f3c699ddf2e7440f9e561bfcbef59ae784400e27b5d
-SIZE (graphene-1.6.0.tar.xz) = 421228
+TIMESTAMP = 1530384036
+SHA256 (graphene-1.8.2.tar.xz) = b3fcf20996e57b1f4df3941caac10f143bb29890a42f7a65407cd19271fc89f7
+SIZE (graphene-1.8.2.tar.xz) = 127436

Modified: trunk/graphics/graphene/pkg-plist
===================================================================
--- trunk/graphics/graphene/pkg-plist	2018-10-16 01:22:51 UTC (rev 24503)
+++ trunk/graphics/graphene/pkg-plist	2018-10-16 01:50:21 UTC (rev 24504)
@@ -27,7 +27,7 @@
 lib/graphene-1.0/include/graphene-config.h
 lib/libgraphene-1.0.so
 lib/libgraphene-1.0.so.0
-lib/libgraphene-1.0.so.0.600.0
+lib/libgraphene-1.0.so.0.800.2
 libdata/pkgconfig/graphene-1.0.pc
 libdata/pkgconfig/graphene-gobject-1.0.pc
 share/gir-1.0/Graphene-1.0.gir



More information about the Midnightbsd-cvs mailing list