Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Jan 2014 07:16:38 -0800 (PST)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ohauer@FreeBSD.org, lev@FreeBSD.org
Subject:   ports/185494: [PATCH] devel/subversion: Add all necessary KDE dependencies to KDE_KWALLET (r331808 regression)
Message-ID:  <52c97756.ea06980a.5eb3.ffffb6e2@mx.google.com>
Resent-Message-ID: <201401051520.s05FK0dV046904@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185494
>Category:       ports
>Synopsis:       [PATCH] devel/subversion: Add all necessary KDE dependencies to KDE_KWALLET (r331808 regression)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 05 15:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD orwell 11.0-CURRENT FreeBSD 11.0-CURRENT #5 r259799: Tue Dec 24 03:24:18 EET
>Description:
The attached patch adds back the dependency on kde4-runtime that was lost in r331808.

<OPTION>_USE=foo bar will only pick up "foo". The correct syntax is "foo,bar".

Port maintainer (lev@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- subversion-1.8.5.patch begins here ---
diff -ruN /usr/ports/devel/subversion/Makefile.common ./Makefile.common
--- /usr/ports/devel/subversion/Makefile.common	2014-01-05 17:10:08.000000000 +0200
+++ ./Makefile.common	2014-01-05 17:12:38.000000000 +0200
@@ -45,7 +45,7 @@
 
 KDE_KWALLET_CONFIGURE_OFF=	--without-kwallet
 KDE_KWALLET_CONFIGURE_ON=	--with-kwallet=${KDE4_PREFIX}
-KDE_KWALLET_USE=		KDE4=kdelibs runtime
+KDE_KWALLET_USE=		KDE4=kdelibs,runtime
 
 MAINTAINER_DEBUG_CFLAGS=	-g
 MAINTAINER_DEBUG_CONFIGURE_ON=	--enable-maintainer-mode --enable-debug
--- subversion-1.8.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52c97756.ea06980a.5eb3.ffffb6e2>