notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: chinese/sunpinyin/Makefile
SVNWeb

Number of commits found: 29

Sat, 26 Jun 2021
[ 18:31 Rene Ladan (rene) search for other commits by this committer ]    commit hash:67bd778a711b0bc861c4e61a963c027b43947b4f  commit hash:67bd778a711b0bc861c4e61a963c027b43947b4f  commit hash:67bd778a711b0bc861c4e61a963c027b43947b4f  67bd778  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
*/*: Remove expired ports:

2020-12-31 chinese/sunpinyin: Uses Python 2.7 which is EOLed upstream
2021-06-23 chinese/fcitx-sunpinyin: Uses EOL Python 2.7 via chinese/sunpinyin
Wed, 26 May 2021
[ 15:05 Dmitry Marakasov (amdmi3) search for other commits by this committer ]    commit hash:4c690987cad8a48974cc94682c2543c99495101e  commit hash:4c690987cad8a48974cc94682c2543c99495101e  commit hash:4c690987cad8a48974cc94682c2543c99495101e  4c69098 
chinese/sunpinyin: fix build with python3 scons

Approved by:	portmgr blanket
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 2 Feb 2021
[ 19:28 linimon search for other commits by this committer ] Original commit   Revision:563839
Mark as NOT_FOR riscv64:

  ./config.h:119:3: error: can not detect the endianness!

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
Mon, 25 May 2020
[ 18:33 sunpoet search for other commits by this committer ] Original commit   Revision:536497 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Update USES=scons to specify scons of Python 2

- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Mon, 11 Dec 2017
[ 16:54 antoine search for other commits by this committer ] Original commit   Revision:456050 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Thu, 3 Nov 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:425207
Fix github usage.

Sponsored by:	Absolight
Sat, 7 May 2016
[ 22:44 dim search for other commits by this committer ] Original commit   Revision:414787
During the exp-run in bug 208158, it was found that chinese/sunpinyin
gives errors with libc++ 3.8.0:

gmake[2]: Entering directory '/wrkdirs/usr/ports/chinese/sunpinyin/work'
slmpack lm_sc.3gm.arpa dict.utf8 lm_sc.3gm
Loading lexicon...done.
Loading ARPA slm...
Writing out...done!
slmthread lm_sc.3gm lm_sc.t3g.orig
Loading original slm...
first pass...
Compressing pr values...65536 float values ==> 65536 values
Compressing bow values...16384 float values ==> 16384 values
Threading the new model...Assertion failed: (prit != pr_map.end()), function
main, file src/slm/thread/slmthread.cpp, line 364.
/wrkdirs/usr/ports/chinese/sunpinyin/work/sunpinyin-a8bd811/src/sunpinyin-dictgen.mk:51:
recipe for target 'lm_sc.t3g.orig' failed

This is because the code mostly uses floats, but in some parts it uses
log(), exp(), etc, which return doubles.  During the parts where it does
lookups in std::map<float, int> constructs, this leads to it not being
able to find the expected entries.  Fix this by using logf(), expf() and
similar, which explicitly return floats.

Approved by:	lichray@gmail.com (maintainer)
PR:		209369
MFH:		2016Q2
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 29 Jul 2015
[ 22:09 antoine search for other commits by this committer ] Original commit   Revision:393196 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Mon, 13 Apr 2015
[ 14:49 mat search for other commits by this committer ] Original commit   Revision:383926
${ENV} does not exist, it is called ${SETENV}.
Tue, 7 Apr 2015
[ 12:04 vanilla search for other commits by this committer ] Original commit   Revision:383499
Remove tar:xz from USES.

Submitted by:	mat@
[ 09:42 vanilla search for other commits by this committer ] Original commit   Revision:383492
1: upgrade to 2.0.4rc3.
2: unBROKEN.
3: move to GITHUB.

PR:		199105
Submitted by:	maintainer
Sun, 5 Apr 2015
[ 18:38 bapt search for other commits by this committer ] Original commit   Revision:383351
Mark as broken unfetchable ports
Mon, 23 Mar 2015
[ 14:05 bdrewery search for other commits by this committer ] Original commit   Revision:381998
Fix MAKE_CMD to be scons after r381976
Wed, 20 Aug 2014
[ 23:36 marino search for other commits by this committer ] Original commit   Revision:365520
Stage chinese/sunpinyin and unbreak on FreeBSD 10+

PR:		192844
Submitted by:	Henry Hu
Tue, 29 Jul 2014
[ 21:07 adamw search for other commits by this committer ] Original commit   Revision:363392 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Fri, 27 Jun 2014
[ 17:21 miwi search for other commits by this committer ] Original commit   Revision:359586 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Thu, 13 Feb 2014
[ 14:18 miwi search for other commits by this committer ] Original commit   Revision:344117
- Convert USE_SCONS to USES
Fri, 27 Sep 2013
[ 15:17 madpilot search for other commits by this committer ] Original commit   Revision:328492
Import a bunch of iconv fixes.

Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
Fri, 20 Sep 2013
[ 16:01 bapt search for other commits by this committer ] Original commit   Revision:327713 (Only the first 10 of 138 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
Sat, 14 Sep 2013
[ 08:51 sunpoet search for other commits by this committer ] Original commit   Revision:327251
- Fix build on 10-CURRENT: disable iconv functionality by removing iconv.h
detection
- While I'm here:
  - Remove leading indefinite article from COMMENT
  - Remove LICENSE_FILE for well-known licenses
  - Covnert to new LIB_DEPENDS format
  - Use USES=gmake

PR:		ports/182079
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Approved by:	Zhihao Yuan <zy@miator.net> (maintainer)
Tue, 23 Apr 2013
[ 06:34 bapt search for other commits by this committer ] Original commit   Revision:316310 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Convert all c categories to USE=pkgconfig
Thu, 26 Jul 2012
[ 05:40 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Thu, 19 Jul 2012
[ 23:51 delphij search for other commits by this committer ] Original commit 
 - Host the distfile at FreeBSD's site;
 - Remove maintainer's URL from master sites;
 - Recompress to make the file smaller.

Requested by:	maintainer
[ 23:35 delphij search for other commits by this committer ] Original commit 
Update to 2.0.4 RC 2

PR:		ports/170008
Submitted by:	Zhihao Yuan <lichray gmail com> (maintainer)
Fri, 25 May 2012
[ 07:25 wen search for other commits by this committer ] Original commit 
- Update to 2.0.4rc1

PR:             167863
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Fri, 11 Nov 2011
[ 15:38 clsung search for other commits by this committer ] Original commit 
- bump PORTREVISION
- Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc.
1. patch-2.0.4-compatible
sunpinyin-2.0.4 is not released, but I'm porting a front-end which uses several
changes from the newer version. This patch is enough.

2. patch-xdg
Change the config dir from .sunpinyin to .config/sunpinyin. It's safe because we
have no front-ends in ports tree, so no one has these configured :)

3. patch-src...
Remove the unneeded and repeated message on terminal.

PR:             ports/162465
Submitted by:   maintainer (Zhihao Yuan)
Feature safe:   yes
[ 02:46 clsung search for other commits by this committer ] Original commit 
SunPinyin is a statistical language model based Chinese input method, which
was firstly developed by Sun Beijing Globalization team, and opensource'd
to community with opensolaris project, with LGPLv2 and CDDL dual-licenses.

WWW:    http://code.google.com/p/sunpinyin/

Feature safe:   yes

Number of commits found: 29