summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-06-28 10:08:20 +0000
committernia <nia@pkgsrc.org>2022-06-28 10:08:20 +0000
commit11379448ffd9be6ea6abfc468e4c1888438112da (patch)
tree7afd6b006b9bde632877fc7705355a28df570b1f /www
parent98192a3ca727b4ffdfa699e3ed5946cfdfe90e58 (diff)
downloadpkgsrc-11379448ffd9be6ea6abfc468e4c1888438112da.tar.gz
librest07: Remove introspection option.
https://marc.info/?l=pkgsrc-users&m=165444158600671&w=2
Diffstat (limited to 'www')
-rw-r--r--www/librest07/Makefile7
-rw-r--r--www/librest07/PLIST10
-rw-r--r--www/librest07/options.mk20
3 files changed, 9 insertions, 28 deletions
diff --git a/www/librest07/Makefile b/www/librest07/Makefile
index c619887e0db..2a30fbd6df3 100644
--- a/www/librest07/Makefile
+++ b/www/librest07/Makefile
@@ -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_LIBTOOL= yes
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 --git a/www/librest07/PLIST b/www/librest07/PLIST
index 523b8bd843d..642608ea3aa 100644
--- a/www/librest07/PLIST
+++ b/www/librest07/PLIST
@@ -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-call.h
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 --git a/www/librest07/options.mk b/www/librest07/options.mk
deleted file mode 100644
index 4cfb41d3443..00000000000
--- a/www/librest07/options.mk
+++ /dev/null
@@ -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