notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: chinese/sunpinyin/Makefile

Number of commits found: 29

Saturday, 26 Jun 2021
18:31 Rene Ladan (rene) search for other commits by this committer
*/*: 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
commit hash: 67bd778a711b0bc861c4e61a963c027b43947b4f commit hash: 67bd778a711b0bc861c4e61a963c027b43947b4f commit hash: 67bd778a711b0bc861c4e61a963c027b43947b4f commit hash: 67bd778a711b0bc861c4e61a963c027b43947b4f 67bd778
Wednesday, 26 May 2021
15:05 Dmitry Marakasov (amdmi3) search for other commits by this committer
chinese/sunpinyin: fix build with python3 scons

Approved by:	portmgr blanket
commit hash: 4c690987cad8a48974cc94682c2543c99495101e commit hash: 4c690987cad8a48974cc94682c2543c99495101e commit hash: 4c690987cad8a48974cc94682c2543c99495101e commit hash: 4c690987cad8a48974cc94682c2543c99495101e 4c69098
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 2 Feb 2021
19:28 linimon search for other commits by this committer
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
Original commitRevision:563839 
Monday, 25 May 2020
18:33 sunpoet search for other commits by this committer
Update USES=scons to specify scons of Python 2

- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
Original commitRevision:536497 
Monday, 11 Dec 2017
16:54 antoine search for other commits by this committer
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Original commitRevision:456050 
Thursday, 3 Nov 2016
13:29 mat search for other commits by this committer
Fix github usage.

Sponsored by:	Absolight
Original commitRevision:425207 
Saturday, 7 May 2016
22:44 dim search for other commits by this committer
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
Original commitRevision:414787 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Wednesday, 29 Jul 2015
22:09 antoine search for other commits by this committer
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
Original commitRevision:393196 
Monday, 13 Apr 2015
14:49 mat search for other commits by this committer
${ENV} does not exist, it is called ${SETENV}.
Original commitRevision:383926 
Tuesday, 7 Apr 2015
12:04 vanilla search for other commits by this committer
Remove tar:xz from USES.

Submitted by:	mat@
Original commitRevision:383499 
09:42 vanilla search for other commits by this committer
1: upgrade to 2.0.4rc3.
2: unBROKEN.
3: move to GITHUB.

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

PR:		192844
Submitted by:	Henry Hu
Original commitRevision:365520 
Tuesday, 29 Jul 2014
21:07 adamw search for other commits by this committer
Convert a bunch of USE_XZ to USES=tar:xz.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363392 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Thursday, 13 Feb 2014
14:18 miwi search for other commits by this committer
- Convert USE_SCONS to USES
Original commitRevision:344117 
Friday, 27 Sep 2013
15:17 madpilot search for other commits by this committer
Import a bunch of iconv fixes.

Submitted by:	marino
Approved by:	portmgr (bapt, implicit)
Original commitRevision:328492 
Friday, 20 Sep 2013
16:01 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
Original commitRevision:327713 
Saturday, 14 Sep 2013
08:51 sunpoet search for other commits by this committer
- 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)
Original commitRevision:327251 
Tuesday, 23 Apr 2013
06:34 bapt search for other commits by this committer
Convert all c categories to USE=pkgconfig
Original commitRevision:316310 
Thursday, 26 Jul 2012
05:40 bapt search for other commits by this committer
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)
Original commit
Thursday, 19 Jul 2012
23:51 delphij search for other commits by this committer
 - Host the distfile at FreeBSD's site;
 - Remove maintainer's URL from master sites;
 - Recompress to make the file smaller.

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

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

PR:             167863
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
Friday, 11 Nov 2011
15:38 clsung search for other commits by this committer
- 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
Original commit
02:46 clsung search for other commits by this committer
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
Original commit

Number of commits found: 29