svn commit: r495766 - in head/chinese/fcitx: . files

Tobias Kortkamp tobik at FreeBSD.org
Fri Mar 15 05:19:27 UTC 2019


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


More information about the svn-ports-all mailing list