pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cogl cogl: Remove introspection option. Darwi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c12bfd526fa7
branches: trunk
changeset: 381100:c12bfd526fa7
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jun 28 10:40:39 2022 +0000
description:
cogl: Remove introspection option. Darwin !x11 case appears broken,
anyone want to investigate?
https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
diffstat:
graphics/cogl/Makefile | 7 +++++--
graphics/cogl/PLIST | 18 +++++++++---------
graphics/cogl/options.mk | 19 +++----------------
3 files changed, 17 insertions(+), 27 deletions(-)
diffs (100 lines):
diff -r 76443e58b0e0 -r c12bfd526fa7 graphics/cogl/Makefile
--- a/graphics/cogl/Makefile Tue Jun 28 10:37:32 2022 +0000
+++ b/graphics/cogl/Makefile Tue Jun 28 10:40:39 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/12/08 16:02:08 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/06/28 10:40:39 nia Exp $
DISTNAME= cogl-1.22.0
PKGREVISION= 12
@@ -23,6 +23,7 @@
# Disable -Werror.
# code is not clean enough for modern compilers
CONFIGURE_ARGS+= --enable-maintainer-flags=no
+CONFIGURE_ARGS+= --enable-introspection=yes
PKGCONFIG_OVERRIDE+= cogl-gles2/cogl-gles2-experimental.pc.in
PKGCONFIG_OVERRIDE+= cogl-pango/cogl-pango-1.0.pc.in
@@ -39,7 +40,9 @@
PKGCONFIG_OVERRIDE+= cogl-path/cogl-path.pc.in
.include "options.mk"
-
+BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.5
+BUILDLINK_DEPMETHOD.gobject-introspection+= build
+.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.32.0
.include "../../devel/glib2/buildlink3.mk"
diff -r 76443e58b0e0 -r c12bfd526fa7 graphics/cogl/PLIST
--- a/graphics/cogl/PLIST Tue Jun 28 10:37:32 2022 +0000
+++ b/graphics/cogl/PLIST Tue Jun 28 10:40:39 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2015/10/29 22:55:01 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/06/28 10:40:39 nia Exp $
include/cogl/cogl-pango/cogl-pango.h
include/cogl/cogl-path/cogl-path-enum-types.h
include/cogl/cogl-path/cogl-path-types.h
@@ -93,10 +93,10 @@
include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h
include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h
include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h
-${PLIST.introspection}lib/girepository-1.0/Cogl-1.0.typelib
-${PLIST.introspection}lib/girepository-1.0/Cogl-2.0.typelib
-${PLIST.introspection}lib/girepository-1.0/CoglPango-1.0.typelib
-${PLIST.introspection}lib/girepository-1.0/CoglPango-2.0.typelib
+lib/girepository-1.0/Cogl-1.0.typelib
+lib/girepository-1.0/Cogl-2.0.typelib
+lib/girepository-1.0/CoglPango-1.0.typelib
+lib/girepository-1.0/CoglPango-2.0.typelib
lib/libcogl-pango.la
lib/libcogl-path.la
lib/libcogl.la
@@ -108,10 +108,10 @@
lib/pkgconfig/cogl-path-1.0.pc
lib/pkgconfig/cogl-path-2.0-experimental.pc
share/cogl/examples-data/crate.jpg
-${PLIST.introspection}share/gir-1.0/Cogl-1.0.gir
-${PLIST.introspection}share/gir-1.0/Cogl-2.0.gir
-${PLIST.introspection}share/gir-1.0/CoglPango-1.0.gir
-${PLIST.introspection}share/gir-1.0/CoglPango-2.0.gir
+share/gir-1.0/Cogl-1.0.gir
+share/gir-1.0/Cogl-2.0.gir
+share/gir-1.0/CoglPango-1.0.gir
+share/gir-1.0/CoglPango-2.0.gir
share/locale/an/LC_MESSAGES/cogl.mo
share/locale/ar/LC_MESSAGES/cogl.mo
share/locale/as/LC_MESSAGES/cogl.mo
diff -r 76443e58b0e0 -r c12bfd526fa7 graphics/cogl/options.mk
--- a/graphics/cogl/options.mk Tue Jun 28 10:37:32 2022 +0000
+++ b/graphics/cogl/options.mk Tue Jun 28 10:40:39 2022 +0000
@@ -1,26 +1,13 @@
-# $NetBSD: options.mk,v 1.5 2021/04/16 06:49:24 nia Exp $
+# $NetBSD: options.mk,v 1.6 2022/06/28 10:40:39 nia Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.cogl
-PKG_SUPPORTED_OPTIONS= introspection x11
-PKG_SUGGESTED_OPTIONS= introspection x11
+PKG_SUPPORTED_OPTIONS= x11
+PKG_SUGGESTED_OPTIONS= x11
.include "../../mk/bsd.options.mk"
-PLIST_VARS+= introspection x11
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-PLIST.introspection= yes
-BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.9.5
-BUILDLINK_DEPMETHOD.gobject-introspection+= build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-introspection=yes
-.else
-CONFIGURE_ARGS+= --enable-introspection=no
-.endif
-
.if !empty(PKG_OPTIONS:Mx11)
-PLIST.x11= yes
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --enable-gdk-pixbuf
CONFIGURE_ARGS+= --with-gl-libname=libGL
Home |
Main Index |
Thread Index |
Old Index