head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q2:1.2.0.8 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.6 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.4 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.2; locks; strict; comment @# @; 1.3 date 2012.09.10.11.53.41; author obache; state dead; branches; next 1.2; 1.2 date 2011.09.01.11.46.07; author obache; state Exp; branches; next 1.1; 1.1 date 2011.01.24.08.40.39; author obache; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2011.01.24.08.40.39; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2011.01.25.12.26.01; author tron; state Exp; branches; next ; desc @@ 1.3 log @Update ibus-table-chinese to 1.4.0. * Fri Sep 07 2012 Ding-Yi Chen - 1.4.0 - Table build scripts has been refactored. - cmake-fedora is added as submodule. - Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by merging maxiaojun's repository - Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files @ text @$NetBSD: patch-ad,v 1.2 2011/09/01 11:46:07 obache Exp $ "-m" option for grep is not portable. --- Modules/ManageVersion.cmake.orig 2011-08-16 04:00:51.000000000 +0000 +++ Modules/ManageVersion.cmake @@@@ -44,7 +44,7 @@@@ IF(NOT DEFINED _MANAGE_VERSION_CMAKE_) INCLUDE(ManageVariable) MACRO(LOAD_RELEASE_FILE releaseFile) - COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n -m 1 ${releaseFile}) + COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n ${releaseFile}) SET(RELEASE_FILE ${releaseFile}) #MESSAGE("_grep_line=|${_grep_line}|") @ 1.2 log @Update ibus-table-chinese to 1.3.4. (no summarized changes). @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.1 2011/01/24 08:40:39 obache Exp $ @ 1.1 log @"-m" option for grep is not portable. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- Modules/ManageVersion.cmake.orig 2010-12-06 00:55:50.000000000 +0000 d7 1 a7 1 @@@@ -31,7 +31,7 @@@@ IF(NOT DEFINED _MANAGE_VERSION_CMAKE_) d13 1 a15 1 IF("${_grep_line}" STREQUAL "") @ 1.1.2.1 log @file patch-ad was added on branch pkgsrc-2010Q4 on 2011-01-25 12:26:01 +0000 @ text @d1 15 @ 1.1.2.2 log @Pullup ticket #3334 - requested by obache inputmethod/ibus-table-chinese: build fix Revisions pulled up: - inputmethod/ibus-table-chinese/distinfo 1.4 - inputmethod/ibus-table-chinese/patches/patch-ad 1.1 --- Module Name: pkgsrc Committed By: obache Date: Mon Jan 24 08:40:39 UTC 2011 Modified Files: pkgsrc/inputmethod/ibus-table-chinese: distinfo Added Files: pkgsrc/inputmethod/ibus-table-chinese/patches: patch-ad Log Message: "-m" option for grep is not portable. @ text @a0 15 $NetBSD: patch-ad,v 1.1 2011/01/24 08:40:39 obache Exp $ "-m" option for grep is not portable. --- Modules/ManageVersion.cmake.orig 2010-12-06 00:55:50.000000000 +0000 +++ Modules/ManageVersion.cmake @@@@ -31,7 +31,7 @@@@ IF(NOT DEFINED _MANAGE_VERSION_CMAKE_) INCLUDE(ManageVariable) MACRO(LOAD_RELEASE_FILE releaseFile) - COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n -m 1 ${releaseFile}) + COMMAND_OUTPUT_TO_VARIABLE(_grep_line grep -F "[Changes]" -n ${releaseFile}) SET(RELEASE_FILE ${releaseFile}) #MESSAGE("_grep_line=|${_grep_line}|") IF("${_grep_line}" STREQUAL "") @