pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libsoup libsoup: update to 2.66.2nb1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/4801e2938e19
branches: trunk
changeset: 399881:4801e2938e19
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 18 08:13:30 2019 +0000
description:
libsoup: update to 2.66.2nb1.
Be more explicit in en-/disabling gssapi.
Remove GNU configure leftover.
Prompted by leot@
diffstat:
net/libsoup/Makefile | 4 ++--
net/libsoup/options.mk | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 8be1326953d8 -r 4801e2938e19 net/libsoup/Makefile
--- a/net/libsoup/Makefile Sun Aug 18 08:03:17 2019 +0000
+++ b/net/libsoup/Makefile Sun Aug 18 08:13:30 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2019/08/16 13:08:58 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2019/08/18 08:13:30 wiz Exp $
DISTNAME= libsoup-2.66.2
+PKGREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -37,7 +38,6 @@
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
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/libpsl/buildlink3.mk"
.include "../../devel/py-meson/build.mk"
diff -r 8be1326953d8 -r 4801e2938e19 net/libsoup/options.mk
--- a/net/libsoup/options.mk Sun Aug 18 08:03:17 2019 +0000
+++ b/net/libsoup/options.mk Sun Aug 18 08:13:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2019/08/16 13:08:58 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2019/08/18 08:13:30 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libsoup
PKG_SUPPORTED_OPTIONS= gssapi
@@ -8,4 +8,8 @@
.if !empty(PKG_OPTIONS:Mgssapi)
. include "../../mk/krb5.buildlink3.mk"
+MESON_ARGS+= -Dgssapi=true
+MESON_ARGS+= -Dkrb5_config=${KRB5_CONFIG}
+.else
+MESON_ARGS+= -Dgssapi=false
.endif
Home |
Main Index |
Thread Index |
Old Index