From 458e916591b805d508ff508f213adf966d551aab Mon Sep 17 00:00:00 2001 From: markd Date: Mon, 6 Sep 2004 13:08:54 +0000 Subject: Add support for HTTP Negotiate authentication. Bump PKGREVISION. --- x11/kdelibs3/Makefile | 7 ++++--- x11/kdelibs3/distinfo | 3 ++- x11/kdelibs3/patches/patch-ae | 13 +++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 x11/kdelibs3/patches/patch-ae (limited to 'x11') diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 3db8d6ebc13..c8a5f5c0efc 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2004/08/21 12:16:45 markd Exp $ +# $NetBSD: Makefile,v 1.66 2004/09/06 13:08:54 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Support libraries for the KDE integrated X11 desktop @@ -63,8 +64,8 @@ PLIST_SUBST+= KDED_WORKAROUND="" PLIST_SUBST+= KDED_WORKAROUND="" .endif -#.include "../../mk/krb5.buildlink3.mk" -#CONFIGURE_ARGS+= --with-gssapi=${KRB5BASE} +.include "../../mk/krb5.buildlink3.mk" +CONFIGURE_ARGS+= --with-gssapi=yes # We will create the complete icon directory tree for use by other KDE3 # packages at post-install time. diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index 36c51d1a5cf..48cdd4f0d62 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,9 +1,10 @@ -$NetBSD: distinfo,v 1.41 2004/08/26 04:04:11 markd Exp $ +$NetBSD: distinfo,v 1.42 2004/09/06 13:08:54 markd Exp $ SHA1 (kdelibs-3.3.0.tar.bz2) = 5016734fea03055fbf8331d6c262289cff18b880 Size (kdelibs-3.3.0.tar.bz2) = 15703843 bytes SHA1 (patch-aa) = be278f29b743c573b71c7804eff26324e78ed779 SHA1 (patch-ad) = fc3a7b173dc93bad196fff3ddd9aef65c92dda64 +SHA1 (patch-ae) = 42147cdd0591c5c72961c38784cb5082675e0f7f SHA1 (patch-af) = 7fbb3abcbf56020e3827ddf9d056beab9d1f3cd7 SHA1 (patch-ag) = e471fdf5428e0f515ef3fe5427622854886ef952 SHA1 (patch-an) = 41d2721bd55d060cde630771dad0377dbe770d73 diff --git a/x11/kdelibs3/patches/patch-ae b/x11/kdelibs3/patches/patch-ae new file mode 100644 index 00000000000..c43c8441e5e --- /dev/null +++ b/x11/kdelibs3/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.5 2004/09/06 13:08:54 markd Exp $ + +--- configure.orig 2004-08-24 00:13:40.000000000 +1200 ++++ configure +@@ -47040,7 +47040,7 @@ echo "${ECHO_T}$kde_cv_path" >&6 + gssapi_flavor=HEIMDAL + fi + else +- search_incs="$kde_includes /usr/include /usr/local/include" ++ search_incs="$kde_includes /usr/include/gssapi /usr/include /usr/local/include" + + gssapi_incdir=NO + for i in $search_incs; -- cgit v1.2.3