Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.4_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.5.4_1 13 Mar 2023 00:16:05 |
Charlie Li (vishwin) |
chinese/libpinyin: update to 2.8.1
- correct LICENSE and specify LICENSE_FILE
- bump consumers due to ABI version change
Changes: https://github.com/libpinyin/libpinyin/compare/2.6.2...2.8.1
Approved by: lichray[at]gmail[dot]com (maintainer)
PR: 270155 |
0.5.4 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.4 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.4 02 May 2022 04:47:57 |
Xin LI (delphij) |
chinese/fcitx-libpinyin: update to 0.5.4.
PR: ports/263712
Approved by: maintainer (lichray at gmail dot com) |
0.5.3_2 23 Jan 2022 20:56:25 |
Rene Ladan (rene) |
cleanup: remove transitive py27 deprecation (www/qt5-webengine) |
0.5.3_2 01 Nov 2021 02:40:28 |
Piotr Kubaj (pkubaj) |
chinese/fcitx-libpinyin: only enable QT5 where webengine builds |
0.5.3_2 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
0.5.3_2 30 Sep 2021 21:23:30 |
Rene Ladan (rene) |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
0.5.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.3_2 24 Mar 2021 13:34:36 |
rene |
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665 |
0.5.3_2 08 Nov 2019 09:31:14 |
tobik |
c*: Add missing USES={gnome,php,sdl,xorg} |
0.5.3_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.5.3_1 08 Nov 2018 07:04:15 |
wen |
- Remove webkit from depends and replace buildtools with buildtools_build
Suggested by: tobik@
Approved by: maintainer(via email) |
0.5.3 24 Oct 2018 11:48:39 |
wen |
- Update to 0.5.3
PR: 231616
Submitted by: ryo@tetera.org
Approved by: maintainer |
0.3.2 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
0.3.2 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
0.3.2 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.3.2 04 Oct 2015 19:27:20 |
delphij |
Update to 0.3.2.
PR: ports/203030
Approved by: maintainer timeout |
0.3.1 31 Mar 2015 07:08:01 |
delphij |
Major update to libpinyin, fcitx and their add ons:
- New port: chinese/brise Rime schema repository
- Update chinese/fcitx to 4.2.8.5.
- Update chinese/fcitx-chewing to 0.2.2.
- Update chinese/fcitx-cloudpinyin to 0.3.4.
- Update chinese/fcitx-configtool to 0.4.8.
- Update chinese/fcitx-libpinyin to 0.3.1.
- Update chinese/fcitx-rime to 0.3.1.
- Update chinese/fcitx-sunpinyin to 0.4.1.
- Update chinese/fcitx-table-extra to 0.3.7.
- Add LICENSE and update website (mainly move off Google Code)
for various ports.
- Update chinese/libpinyin to 1.1.0.
- Update chinese/librime to 1.1.
- Update chinese/opencc to 0.4.3.
- Update japanese/fcitx-anthy to 0.2.1.
- New port: japanese/fcitx-skk SKK support for Fcitx
- Update korean/fcitx-hangul to 0.3.0.
- Update textproc/fcitx-m17n to 0.2.3.
PR: ports/198743
Submitted by: maintainer, hiroto.kagotani@gmail.com, delphij |
0.2.1 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
0.2.1 01 Jun 2014 16:43:04 |
ohauer |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) |
0.2.1 08 Jan 2014 16:12:39 |
vanilla |
Add stagedir support.
Approved by: portmgr (blanket infrastructure) |
0.2.1 11 Dec 2013 14:58:29 |
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese |
0.2.1 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.2.1 12 Sep 2013 09:07:09 |
marino |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit) |
0.2.1 24 Apr 2013 07:35:41 |
ak |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt) |
0.2.1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.2.1 15 Oct 2012 19:13:59 |
delphij |
Update fcitx to newer versions:
fcitx 4.2.6 -> 4.2.6.1
fcitx-configtool 4.2.5 -> 4.2.5.1
fcitx-libpinyin 0.2.0 -> 0.2.1
fcitx-googlepinyin 0.1.5 -> 0.1.6
Submitted by: maintainer
PR: ports/172727, ports/172093
Feature safe: yes |
0.2.0 08 Sep 2012 10:32:38 |
wen |
- Update to 0.2.0
PR: 171330
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
0.1.1 01 May 2012 13:53:06 |
scheidell |
Add port: chinese/libpinyin, a Chinese pinyin input method algorithm
collection, as a back-end to the Fcitx IM framework.
WWW: http://code.google.com/p/fcitx/
PR: ports/166716
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |