Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 20:23:38 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340652 - head/devel/subversion
Message-ID:  <201401212023.s0LKNc8Z042581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401212023.s0LKNc8Z042581>