non port: textproc/ibus/Makefile |
SVNWeb
|
Number of commits found: 90 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Sat, 31 Dec 2022
|
[ 19:12 Tobias C. Berner (tcberner) Author: VVD ] 024c982 (Only the first 10 of 14 ports in this commit are shown above. )
lang/vala: unify vala bindings option name to VAPI
- having a single option name for the bindings improves usability
PR: 268491
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 30 Aug 2022
|
[ 10:42 Nuno Teixeira (eduardo) Author: Henry Hu ] 6e898ff
textproc/ibus: Update to 1.5.27
ChangeLog: https://github.com/ibus/ibus/releases/tag/1.5.27
PR: 266090
|
Fri, 26 Aug 2022
|
[ 17:02 Tobias C. Berner (tcberner) ] d9b0d9a (Only the first 10 of 165 ports in this commit are shown above. )
framework: switch tree to using vala.mk
PR: 249940
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
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)
|
Sun, 5 Sep 2021
|
[ 07:01 Alexey Dokuchaev (danfe) ] 6f69409
textproc/ibus: the port had been improved (+)
- Do not needlessly mention L-word in COMMENT and pkg-descr
- GConf support had been removed upstream since version 1.5.20
- Unbreak packaging when DCONF option is deselected
- Convert hand-rolled `do-test' target into TEST_* knobs
Reference: https://github.com/ibus/ibus/commit/a8e8b69
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 9 Mar 2021
|
[ 06:07 rhurlin ]
textproc/ibus: Update to 1.5.24
Changelog: https://github.com/ibus/ibus/releases/tag/1.5.24
PR: 254072
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Sat, 6 Feb 2021
|
[ 19:10 bapt ]
Drop false dependency on gconf2 when dconf option is set
|
Mon, 9 Nov 2020
|
[ 17:08 tcberner ] (Only the first 10 of 114 ports in this commit are shown above. )
Prefer graphics/ligvrsvg2-rust over graphics/librsvg2
- switch to the more modern version of librsvg2 on architectures
supporting rust
- this will fix some graphical issues on these architectures
PR: 250276
Exp-run by: antoine
Submitted by: tobik
Differential Revision: https://reviews.freebsd.org/D18878
|
Sat, 31 Oct 2020
|
[ 17:55 thierry ]
Upgrade to 1.5.23.
Release notes at <https://github.com/ibus/ibus/releases/tag/1.5.23>.
Remark: MAKE_JOBS_UNSAFE seems needed in some cases.
PR: 250491
Submitted by: /me
Approved by: Henry Hu (maintainer)
|
Fri, 25 Sep 2020
|
[ 14:32 bapt ]
Fix build with newer vala
|
Sun, 1 Mar 2020
|
[ 06:28 delphij ]
textproc/ibus: update to 1.5.22.
PR: 244301
Approved by: maintainer
|
Tue, 28 Jan 2020
|
[ 07:24 antoine ]
Drop dependency on python27
PR: 243582
Approved by: maintainer
|
Tue, 14 Jan 2020
|
[ 05:31 yuri ]
misc/cldr-emoji-annotation: Update 34.12.14891_0 -> 36.12.120191002_0
Reported by: portscout
|
Wed, 18 Dec 2019
|
[ 08:26 antoine ]
Add missing build dependency on bash
Reported by: pkg-fallout
|
Thu, 7 Nov 2019
|
[ 20:20 zeising ] (Only the first 10 of 70 ports in this commit are shown above. )
Sprinkle more USES=xorg
|
Fri, 16 Aug 2019
|
[ 08:31 delphij ] (Only the first 10 of 15 ports in this commit are shown above. )
Update Chinese Pinyin related ports:
chinese/ibus-libpinyin: 1.10.0 -> 1.11.1, enable OpenCC
chinese/libpinyin: 2.2.0 -> 2.3.0
textproc/ibus: 1.5.18 -> 1.5.20, while there also fix pkg-message for Qt
Reviewed: Zhihao Yuan <lichray gmail com>, Henry Hu <henry.hu.sh gmail com>
Differential Revision: https://reviews.freebsd.org/D21177
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Thu, 2 May 2019
|
[ 10:18 mat ] (Only the first 10 of 15 ports in this commit are shown above. )
Remove :DEFAULT where not required.
|
Sat, 2 Mar 2019
|
[ 23:54 yuri ]
misc/cldr-emoji-annotation: Update 34.0.0_0 -> 34.12.14891_0
Bump textproc/ibus and update pkg-plist there because the cldr-emoji-annotation
change induces the plist change.
Reported by: portscout
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Thu, 15 Nov 2018
|
[ 03:50 yuri ]
Bump for the previous commit.
|
Mon, 1 Oct 2018
|
[ 08:24 antoine ]
ibus doesn't work with python3
|
Sat, 22 Sep 2018
|
[ 10:32 thierry ]
upgrade to 1.5.18.
Release notes at
https://github.com/ibus/ibus/releases/tag/1.5.18
PR: 229053
Approved by: maintainer
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Sat, 7 Jul 2018
|
[ 21:06 yuri ]
misc/cldr-emoji-annotation: Update 33.0.0.2 -> 33.1.0.0
Bump textproc/ibus: plist changed there.
Reported by: portscout
|
Thu, 15 Mar 2018
|
[ 18:54 bdrewery ]
Fix plist
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Sun, 3 Dec 2017
|
[ 19:23 yuri ]
textproc/ibus: Update to 1.5.17
PR: 223549
Submitted by: yuri
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13354
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Sun, 30 Apr 2017
|
[ 10:58 rakuco ]
Drop machine-id path substitution in post-patch.
r431187 stopped using a non-default path for dbus's machine-id file, so the sed
call here is unnecessary and produces warnings at runtime:
IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file
'/var/db/dbus/machine-id': No such file or directory
PR: 218812
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
MFH: 2017Q2
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sun, 26 Feb 2017
|
[ 08:54 madpilot ]
- Update textproc/ibus to 1.5.14
- Add EMOJI option
- Convert to USES localbase
- Use more option helpers
PR: 216991
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by: maintainer
|
Fri, 2 Dec 2016
|
[ 09:21 mat ] (Only the first 10 of 282 ports in this commit are shown above. )
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight
|
Sun, 20 Nov 2016
|
[ 09:38 gerald ] (Only the first 10 of 364 ports in this commit are shown above. )
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Sun, 1 May 2016
|
[ 14:37 pi ]
textproc/ibus: use python:2 instead of python
PR: 208202
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 21 Sep 2015
|
[ 04:56 delphij ]
Update to 1.5.11.
PR: ports/203028
Approved by: maintainer (Henry Hu)
MFH: 2015Q3
|
Wed, 5 Aug 2015
|
[ 19:13 kwm ] (Only the first 10 of 601 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
|
Wed, 15 Jul 2015
|
[ 20:58 pgollucci ]
textproc/ibus: cleanup
- Drop ISOCODES option - the port will not configure without it.
- Fix build with GTK3 without XIM selected.
- Mark port as BROKEN when VALA is selected and GINTRO is not.
- Regenerate patch.
PR: 201511
Submitted by: s3erios@gmail.com
|
Thu, 14 May 2015
|
[ 16:08 riggs ]
Fix build break when DOCS OPTION is deselected
PR: 200110
Submitted by: henry.hu.sh@gmail.com (maintainer)
|
Sun, 3 May 2015
|
[ 16:57 jbeich ]
textproc/ibus: restore --disable-nls after r360404 switched to --without-nls
PR: 199016
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Sat, 11 Apr 2015
|
[ 15:48 mat ]
Fix build WITHOUT=NLS.
Sponsored by: Absolight
|
Sat, 14 Feb 2015
|
[ 07:07 jbeich ]
Add CPE information
PR: 197580
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by: mentors (implicit)
|
Sun, 8 Feb 2015
|
[ 18:48 pi ]
textproc/ibus: 1.5.5 -> 1.5.9
For changes see
https://github.com/ibus/ibus/commits/master
This also fixes the build problem reported by martin.dieringer@gmx.de.
PR: 195219
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Mon, 22 Dec 2014
|
[ 23:04 dumbbell ] (Only the first 10 of 12 ports in this commit are shown above. )
Final removal of WITH_NEW_XORG
This knob was turned on for all version of FreeBSD in r369875
(2014-10-03) and officially deprecated. Since then, it was gradually
removed from many ports when they needed an update.
x11-servers/xorg-server was the last major user of this knob. The port
was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid
of the knob, clearing the path to the final removal.
This commit changes ports who were checking for WITH_NEW_XORG and remove
its handling from bsd.port.mk.
While here, two sanity checks are added to warn user about WITH_KMS and
WITH_NEW_XORG which have no effect now.
Differential Revision: https://reviews.freebsd.org/D1351
Reviewed by: antoine, bapt, kwm
Approved by: portmgr (antoine, bapt), kwm
|
Sun, 7 Dec 2014
|
[ 10:01 mva ] (Only the first 10 of 103 ports in this commit are shown above. )
- Convert textproc/ to USES=python
With hat: python@
|
Wed, 19 Nov 2014
|
[ 11:49 kwm ] (Only the first 10 of 1460 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Thu, 3 Jul 2014
|
[ 16:29 adamw ]
Clean up by using OPTIONS helpers.
Approved by: portmgr (blanket)
|
[ 13:56 tijl ]
- USES=libtool pathfix
- INSTALL_TARGET=install-strip
- Add CPPFLAGS and LIBS to fix problem with DATADIRNAME
- Rename DOC option to DOCS and install documentation in standard location
|
Tue, 11 Mar 2014
|
[ 21:24 culot ]
- Add patches forgotten in previous commit
Reported by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Pointyhat to: culot@
|
[ 07:36 culot ]
- Update to 1.5.5 [1]
- Pet portlint(1) by changing spaces into tabs in Makefile
PR: ports/187209 [1]
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Sat, 4 Jan 2014
|
[ 23:27 antoine ] (Only the first 10 of 16 ports in this commit are shown above. )
With gtk 2.4.22, immodule cache has moved from gtk.immodules to
immodules.cache. gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports
Reviewed by: kwm (immodules part)
|
Thu, 3 Oct 2013
|
[ 01:09 delphij ]
Update to 1.4.2.
PR: ports/182526
Approved by: Henry Hu (maintainer)
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Tue, 3 Sep 2013
|
[ 09:59 bapt ] (Only the first 10 of 20 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Mon, 17 Jun 2013
|
[ 16:18 antoine ] (Only the first 10 of 15 ports in this commit are shown above. )
- Add gtk-query-immodules to _FORCE_POST_PATTERNS to run it post-deinstall
with pkg
- Consistently use full path when running gtk-query-immodules as the path
is embedded in output (we prefer reproducible output)
This fixes leftovers reported by poudriere
====>> Files or directories modified:
etc/gtk-2.0/gtk.immodules
PR: ports/179230
Approved by: portmgr (bapt)
|
Wed, 24 Apr 2013
|
[ 18:10 ak ] (Only the first 10 of 1028 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Tue, 17 Jul 2012
|
[ 08:47 jase ]
- Update to 1.4.1 [1]
- Add patch from upstream to fix build [2]
- Convert to optionsNG, add NLS option
- Remove unnecessary bsd.port.{pre,post}.mk includes
- Remove unnecessary CPPFLAGS
PR: ports/169728 [1]
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Obtained from: https://github.com/phuang/ibus/commit/3862735 [2]
Approved by: flo (mentor)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 5 Feb 2012
|
[ 02:30 zi ]
- Resolve issue with gtk.immodules when using package [1]
- Add LICENSE
PR: ports/164587
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer) [1]
|
Tue, 10 Jan 2012
|
[ 21:43 jkim ]
Install a desktop file which is no longer installed by default.
http://code.google.com/p/ibus/issues/detail?id=1314
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Mon, 9 Jan 2012
|
[ 21:01 jkim ]
- Add a missing patch from ports/163791. [1]
- Note korean/ibus-hangul is available as well.
PR: ports/163961 [1]
|
Sun, 8 Jan 2012
|
[ 08:03 eadler ]
- update to newest version of ibus (1.4.0)
PR: ports/163791
Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
Tue, 28 Jun 2011
|
[ 17:15 delphij ]
Add a workaround for a few keys to make them match with the FreeBSD keymap.
Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
PR: ports/157914
Approved by: maintainer
|
Thu, 13 Jan 2011
|
[ 02:44 wen ]
- Update to 1.3.9
PR: ports/153906
Submitted by: "Charlie &" <linpct@gmail.com>"
Approved by: maintainer
Feature safe: yes
|
Thu, 4 Nov 2010
|
[ 08:22 wen ]
- Update to 1.3.8
PR: ports/149616
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer
|
Fri, 13 Aug 2010
|
[ 16:00 pav ]
- Update to 1.3.5
PR: ports/148279
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Tue, 29 Jun 2010
|
[ 22:30 delphij ]
* add devel/py-notify in RUN_DEPENDS; it is not installed by any port
in the hierarchy, without it there is no panel icon and candidates
menus;
* bump PORTREVISION because this changes the default package;
* document new IMEngine, textproc/ibus-kmfl.
Submitted by: Nikola Lecic <nikola.lecic anthesphoria.net>
PR: ports/147760
Approved by: maintainer timeout
Feature safe: yes
|
Tue, 8 Jun 2010
|
[ 21:53 delphij ]
Update to 1.3.3.
Approved by: maintainer (private e-mail)
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 20 Nov 2009
|
[ 07:22 wen ]
- Update to 1.2.0.20091024
- Fix the crash of ibus-gconf on amd64 systems
PR: ports/140663
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Wed, 23 Sep 2009
|
[ 09:53 pav ]
- Update to 1.1.0.20090829
PR: ports/138763
Submitted by: dikshie <dikshie@sfc.wide.ad.jp>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Feature safe: yes
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Mon, 15 Jun 2009
|
[ 13:20 rafan ]
- Update to 1.1.0.20090612
PR: ports/135579
Submitted by: Henry Hu <henry.hu.sh at gmail.com> (maintainer)
|
Thu, 30 Apr 2009
|
[ 07:43 daichi ]
Update PORTREVISION bacause of dependency change.
Pointed by: pav
|
[ 01:40 daichi ]
Add run dependency of devel/py-xdg, bacause it needed.
Approved by: maintainer
|
Fri, 10 Apr 2009
|
[ 05:56 marcus ] (Only the first 10 of 480 ports in this commit are shown above. )
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
|
Thu, 26 Mar 2009
|
[ 09:24 pav ]
Intelligent Input Bus for Linux / Unix OS, iBus, is the next generation input
framework, developed by the developer of scim-python, includes all its
function, and much more.
This is the base port, you need input methods such as pinyin to input text.
WWW: http://code.google.com/p/ibus
PR: ports/128371
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
Number of commits found: 90 |