pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/libmemphis02 libmemphis02: Remove introspect...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e0f5b2879df
branches:  trunk
changeset: 381102:1e0f5b2879df
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 10:58:04 2022 +0000

description:
libmemphis02: Remove introspection option.

https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2

diffstat:

 geography/libmemphis02/Makefile   |   8 +++++---
 geography/libmemphis02/PLIST      |   6 +++---
 geography/libmemphis02/options.mk |  18 ------------------
 3 files changed, 8 insertions(+), 24 deletions(-)

diffs (72 lines):

diff -r 62cfd3cfd704 -r 1e0f5b2879df geography/libmemphis02/Makefile
--- a/geography/libmemphis02/Makefile   Tue Jun 28 10:43:11 2022 +0000
+++ b/geography/libmemphis02/Makefile   Tue Jun 28 10:58:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/12/08 16:02:06 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/06/28 10:58:04 nia Exp $
 
 DISTNAME=      memphis-0.2.3
 PKGNAME=       libmemphis02-0.2.3
@@ -18,6 +18,8 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    aclocal autoconf autoheader automake gmake pkg-config
 
+CONFIGURE_ARGS+=       --enable-introspection
+
 PKGCONFIG_OVERRIDE+=   memphis.pc.in
 
 pre-configure:
@@ -26,9 +28,9 @@
        autoheader ; \
        automake -a --foreign -i --add-missing; autoconf
 
-.include "options.mk"
-
 .include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection+=    build
+.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 62cfd3cfd704 -r 1e0f5b2879df geography/libmemphis02/PLIST
--- a/geography/libmemphis02/PLIST      Tue Jun 28 10:43:11 2022 +0000
+++ b/geography/libmemphis02/PLIST      Tue Jun 28 10:58:04 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/04/19 15:55:29 cirnatdan Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/06/28 10:58:04 nia Exp $
 include/libmemphis-0.2/memphis/memphis-data-pool.h
 include/libmemphis-0.2/memphis/memphis-debug.h
 include/libmemphis-0.2/memphis/memphis-map.h
@@ -6,8 +6,8 @@
 include/libmemphis-0.2/memphis/memphis-rule-set.h
 include/libmemphis-0.2/memphis/memphis-rule.h
 include/libmemphis-0.2/memphis/memphis.h
-${PLIST.introspection}lib/girepository-1.0/Memphis-0.2.typelib
+lib/girepository-1.0/Memphis-0.2.typelib
 lib/libmemphis-0.2.la
 lib/pkgconfig/memphis-0.2.pc
-${PLIST.introspection}share/gir-1.0/Memphis-0.2.gir
+share/gir-1.0/Memphis-0.2.gir
 share/memphis-0.2/default-rules.xml
diff -r 62cfd3cfd704 -r 1e0f5b2879df geography/libmemphis02/options.mk
--- a/geography/libmemphis02/options.mk Tue Jun 28 10:43:11 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2021/04/19 15:55:29 cirnatdan Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.libmemphis02
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=   introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-BUILDLINK_DEPMETHOD.gobject-introspection+=    build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-introspection
-PLIST.introspection=   yes
-.else
-CONFIGURE_ARGS+=       --disable-introspection
-.endif



Home | Main Index | Thread Index | Old Index