Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.4.r3_1 26 Jun 2021 18:31:20 |
Rene Ladan (rene) |
*/*: 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 |
2.0.4.r3_1 26 May 2021 15:05:36 |
Dmitry Marakasov (amdmi3) |
chinese/sunpinyin: fix build with python3 scons
Approved by: portmgr blanket |
2.0.4.r3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.4.r3_1 02 Feb 2021 19:28:27 |
linimon |
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 |
2.0.4.r3_1 01 Jan 2021 10:11:35 |
antoine |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr |
2.0.4.r3_1 01 Jan 2021 00:57:24 |
rene |
Remove most expired ports that depend on Python 2.7:
Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves
I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things. (Only the first 15 lines of the commit message are shown above ) |
2.0.4.r3_1 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
2.0.4.r3_1 11 Dec 2017 16:54:20 |
antoine |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
2.0.4.r3_1 03 Nov 2016 13:30:20 |
mat |
Fix man pages generation with Perl 5.24+
While there, run make makepatch.
PR: 213810
Sponsored by: Absolight |
2.0.4.r3_1 03 Nov 2016 13:29:58 |
mat |
Fix github usage.
Sponsored by: Absolight |
2.0.4.r3_1 07 May 2016 22:44:31 |
dim |
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 |
2.0.4.r3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.0.4.r3 20 Sep 2015 19:59:04 |
olgeni |
Typos, whitespace and capitalization fixes (A-F). |
2.0.4.r3 29 Jul 2015 22:09:55 |
antoine |
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 |
2.0.4.r3 13 Apr 2015 14:49:38 |
mat |
${ENV} does not exist, it is called ${SETENV}. |
2.0.4.r3 07 Apr 2015 12:04:16 |
vanilla |
Remove tar:xz from USES.
Submitted by: mat@ |
2.0.4.r3 07 Apr 2015 09:42:29 |
vanilla |
1: upgrade to 2.0.4rc3.
2: unBROKEN.
3: move to GITHUB.
PR: 199105
Submitted by: maintainer |
2.0.4.r2_1 05 Apr 2015 18:38:33 |
bapt |
Mark as broken unfetchable ports |
2.0.4.r2_1 23 Mar 2015 14:05:49 |
bdrewery |
Fix MAKE_CMD to be scons after r381976 |
2.0.4.r2_1 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
2.0.4.r2_1 20 Aug 2014 23:36:35 |
marino |
Stage chinese/sunpinyin and unbreak on FreeBSD 10+
PR: 192844
Submitted by: Henry Hu |
2.0.4.r2_1 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
2.0.4.r2_1 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
2.0.4.r2 13 Feb 2014 14:18:58 |
miwi |
- Convert USE_SCONS to USES |
2.0.4.r2 27 Sep 2013 15:17:27 |
madpilot |
Import a bunch of iconv fixes.
Submitted by: marino
Approved by: portmgr (bapt, implicit) |
2.0.4.r2 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
2.0.4.r2 14 Sep 2013 08:51:35 |
sunpoet |
- 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) |
2.0.4.r2 23 Apr 2013 06:34:47 |
bapt |
Convert all c categories to USE=pkgconfig |
2.0.4.r2 26 Jul 2012 05:40:24 |
bapt |
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) |
2.0.4.r2 19 Jul 2012 23:51:34 |
delphij |
- Host the distfile at FreeBSD's site;
- Remove maintainer's URL from master sites;
- Recompress to make the file smaller.
Requested by: maintainer |
2.0.4.r2 19 Jul 2012 23:35:57 |
delphij |
Update to 2.0.4 RC 2
PR: ports/170008
Submitted by: Zhihao Yuan <lichray gmail com> (maintainer) |
2.0.4.r1 25 May 2012 07:25:44 |
wen |
- Update to 2.0.4rc1
PR: 167863
Submitted by: Zhihao Yuan <lichray@gmail.com> |
2.0.3_1 11 Nov 2011 15:38:55 |
clsung |
- 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 |
2.0.3 11 Nov 2011 02:46:16 |
clsung |
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 |