FreeBSD Bugzilla – Attachment 113822 Details for
Bug 155419
[PATCH] devel/subversion: Add optional KDE KWallet support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
subversion-1.6.16_2.patch
subversion-1.6.16_2.patch (text/plain), 2.24 KB, created by
Raphael Kubo da Costa
on 2011-03-09 18:10:16 UTC
(
hide
)
Description:
subversion-1.6.16_2.patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2011-03-09 18:10:16 UTC
Size:
2.24 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/subversion/Makefile /usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile >--- /usr/ports/devel/subversion/Makefile 2011-03-09 15:04:07.000000000 -0300 >+++ /usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile 2011-03-09 03:51:29.000000000 -0300 >@@ -29,6 +29,7 @@ > SVNAUTHZ_VALIDATE "install svnauthz-validate" off \ > STATIC "Build static version (no shared libs)" off \ > GNOME_KEYRING "Build with GNOME Keyring auth support" off \ >+ KDE_KWALLET "Build with KDE KWallet auth support" off \ > BOOK "Install the Subversion Book" off > > .include "${.CURDIR}/../../devel/subversion/Makefile.common" >diff -ruN --exclude=CVS /usr/ports/devel/subversion/Makefile.common /usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile.common >--- /usr/ports/devel/subversion/Makefile.common 2011-03-09 15:04:21.000000000 -0300 >+++ /usr/home/rakuco/dev/ports/subversion/devel/subversion/Makefile.common 2011-03-09 14:53:44.000000000 -0300 >@@ -24,6 +24,7 @@ > MAKE_JOBS_SAFE= yes > USE_BZIP2= yes > USE_AUTOTOOLS= libtool >+USE_KDE4= # Used below if KWallet support is enabled > > CONFIGURE_ARGS= --with-ssl > >@@ -165,6 +166,15 @@ > CONFIGURE_ARGS+=--without-gnome-keyring > .endif > >+.if defined(WITH_KDE_KWALLET) >+USE_KDE4= kdelibs >+CONFIGURE_ARGS+=--with-kwallet=${KDE4_PREFIX} >+PLIST_SUB+= KDE_KWALLET_ENABLED="" >+.else >+CONFIGURE_ARGS+=--without-kwallet >+PLIST_SUB+= KDE_KWALLET_ENABLED="@comment " >+.endif >+ > post-extract: > @${RM} -rf ${WRKSRC}/neon > @${RM} -rf ${WRKSRC}/apr >diff -ruN --exclude=CVS /usr/ports/devel/subversion/pkg-plist /usr/home/rakuco/dev/ports/subversion/devel/subversion/pkg-plist >--- /usr/ports/devel/subversion/pkg-plist 2011-03-09 15:03:58.000000000 -0300 >+++ /usr/home/rakuco/dev/ports/subversion/devel/subversion/pkg-plist 2011-03-09 04:06:35.000000000 -0300 >@@ -53,6 +53,10 @@ > include/subversion-1/svn_wc.h > include/subversion-1/svn_xml.h > @dirrm include/subversion-1 >+%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.a >+%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.la >+%%DYNAMIC_ENABLED%%%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.so >+%%DYNAMIC_ENABLED%%%%KDE_KWALLET_ENABLED%%lib/libsvn_auth_kwallet-1.so.0 > lib/libsvn_client-1.a > lib/libsvn_client-1.la > %%DYNAMIC_ENABLED%%lib/libsvn_client-1.so
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 155419
: 113822