OpenBSD CVS

CVS log for ports/inputmethods/scim-pinyin/Makefile


[BACK] Up to [local] / ports / inputmethods / scim-pinyin

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.30 / (download) - annotate - [select for diffs], Tue Jan 2 10:20:09 2024 UTC (4 months, 4 weeks ago) by tb
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.29: +1 -0 lines
Diff to previous 1.29 (unified)

scim-pinyin: fix build with newer libcxx

Revision 1.29 / (download) - annotate - [select for diffs], Tue Sep 26 11:43:23 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.28: +1 -1 lines
Diff to previous 1.28 (unified)

MASTER_SITES -> SITES

Revision 1.28 / (download) - annotate - [select for diffs], Sat Nov 5 17:06:28 2022 UTC (18 months, 3 weeks ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (unified)

WANTLIB: pcre -> pcre2-8 after recent glib2 update.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Mar 31 17:09:33 2022 UTC (2 years, 2 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (unified)

sync WANTLIB

Revision 1.26 / (download) - annotate - [select for diffs], Fri Mar 11 19:24:11 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.25: +0 -2 lines
Diff to previous 1.25 (unified)

drop RCS Ids

Revision 1.25 / (download) - annotate - [select for diffs], Sat Aug 17 22:17:14 2019 UTC (4 years, 9 months ago) by cwen
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.24: +11 -11 lines
Diff to previous 1.24 (unified)

scim-pinyin: add missing headers for ports-gcc.
Regen WANTLIB and remove base-gcc from COMPILER while here.

OK jca@

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jul 12 20:47:14 2019 UTC (4 years, 10 months ago) by sthen
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (unified)

replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 13 15:48:52 2019 UTC (4 years, 11 months ago) by sthen
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (unified)

sync some WANTLIBs

Revision 1.22 / (download) - annotate - [select for diffs], Wed Oct 24 14:28:06 2018 UTC (5 years, 7 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.21: +4 -2 lines
Diff to previous 1.21 (unified)

Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Nov 21 00:13:01 2017 UTC (6 years, 6 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.20: +3 -5 lines
Diff to previous 1.20 (unified)

mechanical replacement of the gettext module

Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 23 17:10:51 2017 UTC (6 years, 7 months ago) by sthen
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (unified)

Handle pthread-stubs removal.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jul 26 22:45:25 2017 UTC (6 years, 10 months ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (unified)

bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.

Revision 1.18 / (download) - annotate - [select for diffs], Sun Jul 16 19:18:57 2017 UTC (6 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (unified)

use COMPILER_LIBCXX where applicable

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 10 11:46:21 2017 UTC (7 years, 1 month ago) by sthen
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (unified)

use LIBCXX

Revision 1.16 / (download) - annotate - [select for diffs], Tue Feb 7 08:11:11 2017 UTC (7 years, 3 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (unified)

Update SCIM homepage links.

Broken links pointed out by Bryan Linton.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Mar 18 21:38:24 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.14: +1 -3 lines
Diff to previous 1.14 (unified)

remove SHARED_ONLY from simple ports that use the gettext or libiconv module

Revision 1.14 / (download) - annotate - [select for diffs], Fri Mar 11 20:28:27 2016 UTC (8 years, 2 months ago) by naddy
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (unified)

garbage collect CONFIGURE_SHARED

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 5 17:00:18 2015 UTC (9 years ago) by sthen
Branch: MAIN
CVS Tags: OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.12: +10 -10 lines
Diff to previous 1.12 (unified)

sync WANTLIB

Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 21 06:13:48 2015 UTC (9 years, 4 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.11: +2 -4 lines
Diff to previous 1.11 (unified)

Remove Kevin Lo as maintainer, by request.

While here, fix a couple of license markers.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Mar 21 08:46:31 2013 UTC (11 years, 2 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (unified)

USE_LIBTOOL=Yes is the default now.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 11 11:12:33 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
Changes since 1.9: +1 -4 lines
Diff to previous 1.9 (unified)

PERMIT_* / REGRESS -> TEST sweep

Revision 1.9 / (download) - annotate - [select for diffs], Thu Nov 3 17:46:21 2011 UTC (12 years, 7 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (unified)

- regen WANTLIB

Revision 1.8 / (download) - annotate - [select for diffs], Fri Sep 16 10:02:38 2011 UTC (12 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (unified)

normalize pkgpath

Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 17 08:05:17 2010 UTC (13 years, 6 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (unified)

new depends

Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 24 21:21:44 2010 UTC (13 years, 7 months ago) by ajacoutot
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (unified)

Remove USE_X11.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 11 08:15:02 2010 UTC (13 years, 7 months ago) by jasper
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (unified)

- fix WANTLIB after cairo update.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jul 24 11:44:17 2010 UTC (13 years, 10 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.3: +8 -5 lines
Diff to previous 1.3 (unified)

Move to new DEPENDS/WANTLIB/REVISION.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 10 06:32:05 2009 UTC (14 years, 9 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (unified)

WANTLIB changes after xcb addition and bump.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 13 13:17:26 2009 UTC (15 years, 2 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_4_6_BASE, OPENBSD_4_6
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (unified)

- fix WANTLIB & bump

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 29 02:25:18 2008 UTC (15 years, 7 months ago) by kevlo
Branch: kevlo
CVS Tags: kevlo_2008-Oct-29, OPENBSD_4_5_BASE, OPENBSD_4_5
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

Initial import of scim-pinyin 0.5.91

scim-pinyin is an scim IMEngine module for pinyin.

ok ajacoutot@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 29 02:25:18 2008 UTC (15 years, 7 months ago) by kevlo
Branch: MAIN

Initial revision

This form allows you to request diff's 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.