Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2019 05:19:27 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495766 - in head/chinese/fcitx: . files
Message-ID:  <201903150519.x2F5JRug077436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Mar 15 05:19:26 2019
New Revision: 495766
URL: https://svnweb.freebsd.org/changeset/ports/495766

Log:
  chinese/fcitx: Remove nop options helper
  
  Options helpers are ineffective when set after bsd.port.options.mk.
  DOCS_EXTRA_PATCHES_OFF is not needed.  A build without DOCS is
  already working via %%PORTDOCS%% in the plist even without
  files/nodocs-doc_CMakeLists.txt (which also no longer applies).
  
  Reported by:	tobik (in D19553)

Deleted:
  head/chinese/fcitx/files/nodocs-doc_CMakeLists.txt
Modified:
  head/chinese/fcitx/Makefile

Modified: head/chinese/fcitx/Makefile
==============================================================================
--- head/chinese/fcitx/Makefile	Fri Mar 15 05:10:32 2019	(r495765)
+++ head/chinese/fcitx/Makefile	Fri Mar 15 05:19:26 2019	(r495766)
@@ -116,8 +116,6 @@ EXTRA_PATCHES+=	${FILESDIR}/tpunc-data_punc.mb.zh_CN
 CMAKE_ARGS+=	-DENABLE_DEBUG=ON
 .endif
 
-DOCS_EXTRA_PATCHES_OFF=	${FILESDIR}/nodocs-doc_CMakeLists.txt
-
 _DICT_VER=	20121020
 _PYSTROKE_VER=	20121124
 _PYTABLE_VER=	20121124



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