ports/185494: [PATCH] devel/subversion: Add all necessary KDE dependencies to KDE_KWALLET (r331808 regression)
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Jan 5 15:20:00 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list