The NetBSD Project

CVS log for pkgsrc/inputmethod/ja-freewnn-lib/Makefile.common

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / inputmethod / ja-freewnn-lib

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Mar 25 07:13:52 2020 UTC (4 years, 9 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +14 -1 lines
inputmethod/ja-freewnn-lib: fix "array subscript has type 'char'"

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jan 26 17:31:25 2020 UTC (4 years, 11 months ago) by rillig
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Nov 2 22:56:54 2019 UTC (5 years, 2 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -5 lines
inputmethod: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jan 19 18:52:13 2017 UTC (7 years, 11 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jun 29 11:06:47 2015 UTC (9 years, 6 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jun 13 20:40:30 2015 UTC (9 years, 7 months ago) by tsutsui
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -4 lines
Update ja-FreeWnn-lib and ja-FreeWnn-server to 1.11alpha23,
per FreeWnn-1.1.1-a023 release.

Upstream changelog in the release note:
 http://osdn.jp/projects/freewnn/releases/63271

Basically, This alhpa version is a snapshot release.

Main changes:

 * Merge modificaion used in OpenSUSE packages by new member,
   Mitsutoshi NAKANO. Added explicit function prototype and cast in
   many places, so we reduced unpredictable effect on 64bit environment.
 * As a consequence of this change, #define of WNN_CREATE / WNN_NO_CREATE
   in jl_dic_create() is also changed. We believe no change is needed
   for client build, but please report if you have problems.
 * Exit status of jserver changed on receiving some signals (ex. SIGTERM).
   (Not well documented.)
 * Fixed problem for parallel build (ex. make -jXX) on pubdic+.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Oct 15 06:25:37 2013 UTC (11 years, 3 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
Bump PKGREVISION to 1.

New DISTFILE announced recently as follows.
| Subject: [Freewnn-users 136]  Released 1.1.1-a022
| From: aono (at) cc.osaka-kyoiku.ac.jp (Tomoki AONO)
| Date: Mon, 5 Aug 2013 04:07:28 +0900

Our package had (all) diffs from 8 years old previous release.
  3617618 Nov 30  2005 FreeWnn-1.1.1-a021.tar.gz
  3702026 Aug  5 04:00 FreeWnn-1.1.1-a022.tar.gz

And already named following.
 PKGNAME=       ja-FreeWnn-lib-1.11alpha22

Thus this time, deleting patches and PKGREVISION= 1.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 10 03:09:01 2013 UTC (11 years, 7 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Not MAKE_JOBS_SAFE (seen in joerg's build of 20130601)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Oct 6 14:25:13 2012 UTC (12 years, 3 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Sep 13 07:23:16 2011 UTC (13 years, 4 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +31 -88 lines
- bump to 1.10 to 1.1.1-a021
   See ChangeLog, ChangeLog.en
   (too many lines to be listed here)

   Please note minimum security fixes had been updated after
   1.10 was committed, so not really whole thing between 1.10
   and 1.1.1-a021

 - And more, a021 to a022 (CVS version) equivalent patches
 - Thus
   PKGNAME=   ja-FreeWnn-{lib,server}-1.11alpha22
 - DESTDIR support  (That's why a022 patches added)
 - package structure adjusted
   from (-lib -dict -server -server-bin) to (-lib -server)
   for minimum modification from DISTFILE to pkgsrc.
 - some common VARIABLES have been moved to ja-freewnn-lib/Makefile.common

ja-freewnn-dict/{DESCR,Makefile,PLIST}
ja-freewnn-server-bin/{DESCR,Makefile}
  Removed

ja-freewnn-lib/Makefile.common
  More variables moved in

ja-freewnn-lib/patches
  70 files added for a021 -> a022 updates

ja-freewnn-server/PLIST
  - some executable moved sbin to bin
    by following line in Makefile
   +CONFIGURE_ARGS+=       --disable-traditional-layout

  - 23 of dictionary files in share/wnn/ja_JP/dic
    moved from ja-freewnn-dict/PLIST to ja-freewnn-server/PLIST

Thanks obache@ for correcting/proofreading for above Changes.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 15 02:43:50 2008 UTC (16 years, 5 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -7 lines
Update MASTER_SITES, remove outdated sites, add sourceforge.jp.
Noticed by Zafer Aydogan via private mail.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue May 20 19:14:21 2008 UTC (16 years, 7 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
Honour PKGMANDIR

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 4 20:54:39 2007 UTC (17 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jul 5 06:53:13 2006 UTC (18 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -5 lines
Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 10 22:29:08 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Don't create a do-nothing DEINSTALL script.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Mar 10 16:03:44 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -9 lines
Use the pkginstall framework to generate the INSTALL script from the
supplied template in ${FILESDIR}/INSTALL, and remove the unnecessary
additional targets for manual generation of the same.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu May 5 19:37:22 2005 UTC (19 years, 8 months ago) by kei
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -3 lines
remove auto-registration of RCD_SCRIPTS.  patch supplied by Jeremy C. Reed.
also updated PKGREVISION of each package.  works fine for me.  Thank you!

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Apr 27 20:51:10 2004 UTC (20 years, 8 months ago) by reed
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -4 lines
Installation of the RCD_SCRIPTS rc.d script is done automatic
here. So don't install it twice.

(Anyways, ${PREFIX}/etc/rc.d is not the correct location; the
RCD_SCRIPTS uses ${RCD_SCRIPTS_EXAMPLEDIR}.)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 27 00:53:10 2004 UTC (20 years, 11 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:18:53 2004 UTC (20 years, 11 months ago) by agc
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jul 29 21:13:19 2003 UTC (21 years, 5 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Use the bsd.pkg.install.mk framework to generate the rc.d script.
Bump PKGREVISION of ja-freewnn-server-bin to 2.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 29 12:41:23 2003 UTC (21 years, 9 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Aug 25 19:22:56 2002 UTC (22 years, 4 months ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.

Revision 1.2.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:47:34 2002 UTC (22 years, 6 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.2.2.1: preferred, colored; branchpoint 1.2: preferred, colored; next MAIN 1.3: preferred, colored
Changes since revision 1.2.2.1: +105 -0 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.2.2.1
Mon Jun 10 10:03:33 2002 UTC (22 years, 7 months ago) by jlam
Branches: buildlink2
FILE REMOVED
Changes since revision 1.2: +0 -105 lines
file Makefile.common was added on branch buildlink2 on 2002-06-23 18:47:34 +0000

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 10:03:33 2002 UTC (22 years, 7 months ago) by sakamoto
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Branch point for: buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +39 -17 lines
bump PKGREVISION.
add buildlink.mk.
DIST_SUBDIR=freewnn.
apply to security-related patch
ftp://ftp.etl.go.jp/pub/FreeWnn/patch-1.1.0-a01.gz.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri May 31 13:00:48 2002 UTC (22 years, 7 months ago) by seb
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Reimport of package ja-FreeWnn-lib from japanese/freewnn-lib into inputmethod/ja-freewnn-lib.
This is part of the japanese category retirement.
CATEGORIES adjusted.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 31 13:00:48 2002 UTC (22 years, 7 months ago) by seb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>