svn commit: r340652 - head/devel/subversion
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jan 21 20:23:39 UTC 2014
Author: rakuco
Date: Tue Jan 21 20:23:38 2014
New Revision: 340652
URL: http://svnweb.freebsd.org/changeset/ports/340652
QAT: https://qat.redports.org/buildarchive/r340652/
Log:
Do not tie the KDE_KWALLET option to NLS.
Ever since Subversion's r1466445
https://svn.apache.org/viewvc?view=revision&revision=1466445, which has been
present for the whole 1.8 series, KWallet detection does not depend on NLS
support anymore.
PR: ports/185493
Submitted by: rakuco@
Approved by: maintainer timeout (16 days)
Modified:
head/devel/subversion/Makefile.common
Modified: head/devel/subversion/Makefile.common
==============================================================================
--- head/devel/subversion/Makefile.common Tue Jan 21 20:17:40 2014 (r340651)
+++ head/devel/subversion/Makefile.common Tue Jan 21 20:23:38 2014 (r340652)
@@ -74,10 +74,6 @@ STATIC_CONFIGURE_ON= --enable-all-stati
IGNORE= to build mod_dontdothat OPTION mod_dav_svn is required
.endif
-.if ${PORT_OPTIONS:MKDE_KWALLET} && !${PORT_OPTIONS:MNLS}
-IGNORE= KWallet requires OPTION NLS set to ON
-.endif
-
APR_CONFIG= ${LOCALBASE}/bin/apr-1-config
APU_CONFIG= ${LOCALBASE}/bin/apu-1-config
More information about the svn-ports-all
mailing list