Date: Wed, 05 Sep 2018 14:27:12 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 231160] devel/libsoup: add options for mit/heimdal/base GSSAPI Message-ID: <bug-231160-6497-Jip4B0yKfB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-231160-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-231160-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231160 --- Comment #1 from Ting-Wei Lan <lantw44@gmail.com> --- Comment on attachment 196870 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D196870 GSSAPI options >Index: devel/libsoup/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- devel/libsoup/Makefile (revision 478960) >+++ devel/libsoup/Makefile (working copy) >@@ -3,7 +3,7 @@ >=20 > PORTNAME=3D libsoup > PORTVERSION=3D 2.54.1 >-PORTREVISION=3D 0 >+PORTREVISION=3D 1 > CATEGORIES=3D devel gnome > MASTER_SITES=3D GNOME > DIST_SUBDIR=3D gnome2 >@@ -11,6 +11,9 @@ > MAINTAINER=3D gnome@FreeBSD.org > COMMENT=3D SOAP (Simple Object Access Protocol) implementation in C >=20 >+LICENSE=3D GPLv2 >+LICENSE_FILE=3D ${WRKSRC}/COPYING >+ libsoup is licensed under LGPLv2+, not GPLv2. >@@ -43,6 +46,27 @@ > CONFIGURE_ARGS+=3D--without-gnome > .endif >=20 >+OPTIONS_SINGLE=3D GSSAPI >+OPTIONS_SINGLE_GSSAPI=3D GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE >+OPTIONS_DEFAULT=3D GSSAPI_${${SSL_DEFAULT} =3D=3D base :?BASE :NONE} >+ >+GSSAPI_BASE_CONFIGURE_ON=3D --with-gssapi=3D${GSSAPIBASEDIR} ${GSSAPI_CON= FIGURE_ARGS} >+GSSAPI_BASE_CPPFLAGS=3D ${GSSAPICPPFLAGS} >+GSSAPI_BASE_LDFLAGS=3D ${GSSAPILDFLAGS} >+GSSAPI_BASE_LIBS=3D ${GSSAPILIBS} >+GSSAPI_BASE_USES=3D gssapi Does --with-gssapi work in this way? By searching for the usage of 'with_gssapi' variable in configure.ac, the only two special values of it a= re 'yes' and 'no'. I think you probably want to use --with-krb5-config here. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231160-6497-Jip4B0yKfB>