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. The attached patch removes the KDE_KWALLET+NLS check from Makefile.common. Port maintainer (lev@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->lev Over to maintainer (via the GNATS Auto Assign Tool)
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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed as r340652.