From owner-svn-ports-all@freebsd.org Sat Feb 6 18:38:02 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0271A9F95E; Sat, 6 Feb 2016 18:38:02 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F12F19AF; Sat, 6 Feb 2016 18:38:02 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u16Ic1ow036926; Sat, 6 Feb 2016 18:38:01 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u16Ic1Ye036925; Sat, 6 Feb 2016 18:38:01 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201602061838.u16Ic1Ye036925@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Sat, 6 Feb 2016 18:38:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408309 - head/devel/kdesvn-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 18:38:02 -0000 Author: dbn Date: Sat Feb 6 18:38:01 2016 New Revision: 408309 URL: https://svnweb.freebsd.org/changeset/ports/408309 Log: devel/kdesvn-kde4: use option help. - Use option helper to disable NLS build Submitted by: rakuco@ Modified: head/devel/kdesvn-kde4/Makefile Modified: head/devel/kdesvn-kde4/Makefile ============================================================================== --- head/devel/kdesvn-kde4/Makefile Sat Feb 6 18:09:51 2016 (r408308) +++ head/devel/kdesvn-kde4/Makefile Sat Feb 6 18:38:01 2016 (r408309) @@ -26,6 +26,7 @@ USE_QT4= corelib gui xml network dbus sv OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +NLS_CMAKE_OFF= -DBUILD_po=OFF NLS_USES= gettext post-patch: @@ -35,8 +36,4 @@ post-patch-DOCS-off: ${FIND} ${WRKSRC}/docs -name CMakeLists.txt | \ ${XARGS} ${REINPLACE_CMD} -n '/kde4_create_manpage/p' -post-patch-NLS-off: - ${REINPLACE_CMD} '/macro_optional_add_subdirectory( po )/d' \ - ${WRKSRC}/CMakeLists.txt - .include