pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/librest07 librest07: Remove introspection option.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/818614416426
branches:  trunk
changeset: 381094:818614416426
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jun 28 10:08:20 2022 +0000

description:
librest07: Remove introspection option.

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

diffstat:

 www/librest07/Makefile   |   7 ++++---
 www/librest07/PLIST      |  10 +++++-----
 www/librest07/options.mk |  20 --------------------
 3 files changed, 9 insertions(+), 28 deletions(-)

diffs (79 lines):

diff -r 25b6c438c194 -r 818614416426 www/librest07/Makefile
--- a/www/librest07/Makefile    Tue Jun 28 10:03:10 2022 +0000
+++ b/www/librest07/Makefile    Tue Jun 28 10:08:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/04/18 19:10:11 adam Exp $
+# $NetBSD: Makefile,v 1.40 2022/06/28 10:08:20 nia Exp $
 
 DISTNAME=      rest-0.7.93
 PKGNAME=       ${DISTNAME:S/rest/librest07/}
@@ -17,14 +17,15 @@
 USE_TOOLS+=            pkg-config gmake
 # see pkgsrc/security/mozilla-rootcerts
 CONFIGURE_ARGS+=       --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
+CONFIGURE_ARGS+=       --enable-introspection=yes
 
 PKGCONFIG_OVERRIDE+=   rest.pc.in rest-extras.pc.in
 
 TEST_TARGET=   check
 
-.include "options.mk"
-
 .include "../../devel/glib2/buildlink3.mk"
+BUILDLINK_DEPMETHOD.gobject-introspection+=    build
+.include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 25b6c438c194 -r 818614416426 www/librest07/PLIST
--- a/www/librest07/PLIST       Tue Jun 28 10:03:10 2022 +0000
+++ b/www/librest07/PLIST       Tue Jun 28 10:08:20 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/12/06 07:41:16 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/06/28 10:08:20 nia Exp $
 include/rest-0.7/rest-extras/flickr-proxy-call.h
 include/rest-0.7/rest-extras/flickr-proxy.h
 include/rest-0.7/rest-extras/lastfm-proxy-call.h
@@ -16,14 +16,14 @@
 include/rest-0.7/rest/rest-proxy.h
 include/rest-0.7/rest/rest-xml-node.h
 include/rest-0.7/rest/rest-xml-parser.h
-${PLIST.introspection}lib/girepository-1.0/Rest-0.7.typelib
-${PLIST.introspection}lib/girepository-1.0/RestExtras-0.7.typelib
+lib/girepository-1.0/Rest-0.7.typelib
+lib/girepository-1.0/RestExtras-0.7.typelib
 lib/librest-0.7.la
 lib/librest-extras-0.7.la
 lib/pkgconfig/rest-0.7.pc
 lib/pkgconfig/rest-extras-0.7.pc
-${PLIST.introspection}share/gir-1.0/Rest-0.7.gir
-${PLIST.introspection}share/gir-1.0/RestExtras-0.7.gir
+share/gir-1.0/Rest-0.7.gir
+share/gir-1.0/RestExtras-0.7.gir
 share/gtk-doc/html/rest-0.7/FlickrProxy.html
 share/gtk-doc/html/rest-0.7/FlickrProxyCall.html
 share/gtk-doc/html/rest-0.7/LastfmProxy.html
diff -r 25b6c438c194 -r 818614416426 www/librest07/options.mk
--- a/www/librest07/options.mk  Tue Jun 28 10:03:10 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2014/12/06 07:41:16 obache Exp $
-#
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.librest07
-PKG_SUPPORTED_OPTIONS= introspection
-PKG_SUGGESTED_OPTIONS= introspection
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+=   introspection
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-PLIST.introspection=   yes
-BUILDLINK_API_DEPENDS.gobject-introspection+=  gobject-introspection>=0.6.7
-BUILDLINK_DEPMETHOD.gobject-introspection+=    build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+=       --enable-introspection=yes
-.else
-CONFIGURE_ARGS+=       --enable-introspection=no
-.endif



Home | Main Index | Thread Index | Old Index