non port: textproc/ibus/Makefile |
Number of commits found: 94 |
Monday, 1 Jul 2024
|
20:27 Rene Ladan (rene)
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141
19d6872 |
Tuesday, 30 Jan 2024
|
11:49 Muhammad Moinur Rahman (bofh)
textproc/ibus: Moved man to share/man
Approved by: portmgr (blanket)
5a7c0b1 |
Tuesday, 23 Jan 2024
|
05:42 Li-Wen Hsu (lwhsu) Author: Henry Hu
textproc/ibus: Update to 1.5.29
PR: 276139
e9c87d1 |
Saturday, 23 Dec 2023
|
18:14 Nuno Teixeira (eduardo)
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
3572ca3 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Thursday, 2 Mar 2023
|
05:23 Tobias C. Berner (tcberner)
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk
PR: 269704
Exp-run by: antoine
---
fa81a4f |
Saturday, 31 Dec 2022
|
19:12 Tobias C. Berner (tcberner) Author: VVD
lang/vala: unify vala bindings option name to VAPI
- having a single option name for the bindings improves usability
PR: 268491
024c982 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 30 Aug 2022
|
10:42 Nuno Teixeira (eduardo) Author: Henry Hu
textproc/ibus: Update to 1.5.27
ChangeLog: https://github.com/ibus/ibus/releases/tag/1.5.27
PR: 266090
6e898ff |
Friday, 26 Aug 2022
|
17:02 Tobias C. Berner (tcberner)
framework: switch tree to using vala.mk
PR: 249940
d9b0d9a |
Wednesday, 20 Jul 2022
|
14:23 Tobias C. Berner (tcberner)
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>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@FreeBSD.org.ua>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexander@Leidinger.net
* Alexandre Biancalana <ale@biancalanas.net>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexis Praga <alexis.praga@free.fr>
* Andreas Heil <ah@linux-hq.de>
* Andrei V. Shetuhin <reki@reki.ru>
* Andrej Zverev <andrey.zverev@electro-com.ru>
* Andrew <andrew@ugh.net.au>
* Andrew Humphrey <ahumphrey@realestate.com.au>
* Andrew Lewis <freeghb@gmail.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Romero <melanhit@gmail.com>
* Andrey Kostenko <andrey@kostenko.name>
* Andrey Zakhvatov
* Andrey Zakhvatov <andy@FreeBSD.org>
* Anes Mukhametov <anes@anes.su>
* Antoine Brodin <antoine@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Yudin <toha@toha.org.ua>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ashish SHUKLA <wahjava@gmail.com>
* Autrijus Tang <autrijus@autrijus.org>
* Babak Farrokhi <farrokhi@FreeBSD.org>
* Ben Haga <tuxsuximus@hotmail.com>
* Ben Woods <woodsb02@FreeBSD.org>
* Benno Rice <benno@jeamland.net>
* Bill "I hate Perl" Fumerola
* Bill Brinzer <bill.brinzer@gmail.com>
* Bill Fumerola <billf@chc-chimes.com>
* Bill Swingle <unfurl@FreeBSD.org>
* Bob Eager <rde@ml1.org.uk>
* Boris Samorodov <bsam@FreeBSD.org>
* Brian Candler <B.Candler@pobox.com>
* Brion Moss <brion@queeg.com>
* Carlos J Puga Medina <cpm@fbsd.es>
* Carlos J. Puga Medina <cpm@FreeBSD.org>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Cheng-Lung Sung <clsung@dragon2.net>
* Chris D. Faulhaber <jedgar@fxp.org>
* Chris Hutchinson <portmaster@bsdforge.com>
* Christoper Key <cjk32@cam.ac.uk>
* Clemens Zauner <czauner+ports@onlineloop.com>
* Cyrille Lefevre <clefevre@citeweb.net>
* Dan Langille <dvl@FreeBSD.org>
* Daniel Roethlisberger <daniel@roe.ch>
* Danilo G. Baio <dbaio@FreeBSD.org>
* David Bremner <bremner@unb.ca>
* David O'Brien (obrien@FreeBSD.org)
* David Sze <dsze@alumni.uwaterloo.ca>
* Denis Pokataev <catone@cpan.org>
* Dennis Herrmann <dhn@FreeBSD.org>
* Dereckson <dereckson@gmail.com>
* Dikshie
* Dikshie <dikshie@sfc.wide.ad.jp>
* Dima Sivachenko <demon@gpad.ac.ru>
* Dirk Froemberg <dirk@FreeBSD.org>
* Ditesh Shashikant Gathani <ditesh@gathani.org>
* Dmitry Morozovsky <marck@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Dom Mitchell <dom@happygiraffe.net>
* Don Croyle <croyle@gelemna.org>
* Donald Burr <dburr@FreeBSD.org>
* Douglas Thrift <douglas@douglasthrift.net>
* Dru Lavigne <dru@FreeBSD.org>
* Dryice Liu <dryice@dryice.name>
* Ed Schouten <ed@FreeBSD.org>
* Edward Tomasz Napierala <trasz@FreeBSD.org>
* Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric A. Griff <eric@talesfromthereal.com>
* Eric Freeman <freebsdports@chillibear.com>
* Erik Greenwald <erik@smluc.org>
* Ernst de Haan <znerd@FreeBSD.org>
* Erwin Lansing <erwin@FreeBSD.org>
* Espen Tagestad <espen@tagestad.no>
* Eugene Furs <justas@mbank.lv>
* Felippe de Meirelles Motta <lippemail@gmail.com>
* Felix Palmen <felix@palmen-it.de>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Filip Parag <filip@parag.rs>
* Foxfair Hu <foxfair@FreeBSD.org>
* Freddie Cash <fcash@sd73.bc.ca>
* Frederic Culot <culot@FreeBSD.org>
* Frederic Dubuy <fdubuy@free.fr>
* Gabor Kovesdan <gabor@FreeBSD.org>
* Garrett Rooney <rooneg@electricjellyfish.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org>
* Geoffroy Desvernay <dgeo@centrale-marseille.fr>
* George Hartzell <hartzell@fruitfly.org>
* Gerald Pfeifer <gerald@pfeifer.com>
* Gerrit Beine <gerrit.beine@gmx.de>
* Glenn Trewitt <glenn@trewitt.org>
* Goran Tal <goran.tal@gmail.com>
* Graham Todd <gtodd@bellanet.org>
* Greg Larkin <glarkin@FreeBSD.org>
* Greg Lewis <glewis@FreeBSD.org>
* Grzegorz Blach <gblach@FreeBSD.org>
* Guangyuan Yang <ygy@FreeBSD.org>
* Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
* Henrik Motakef <henrik.motakef@web.de>
* Henry Hu <henry.hu.sh@gmail.com>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Herve Quiroz <hq@FreeBSD.org>
* Hiroki Sato <hrs@FreeBSD.org>
* Horia Racoviceanu <horia@racoviceanu.com>
* Hye-Shik Chang <perky@fallin.lv>
* Ian Vaudrey <i.vaudrey@bigfoot.com>
* Ilya A. Arkhipov <rum1cro@yandex.ru>
* Jaap Boender <jaapb@kerguelen.org>
* James Earl
* James Flemer <jflemer@alum.rpi.edu>
* James Raftery <james@now.ie>
* Jason Burgess <dev@fenux.net>
* Jason Helfman <jgh@FreeBSD.org>
* Jean-Baptiste Quenot <jb.quenot@caraldi.com>
* Jean-Yves Lefort <jylefort@brutele.be>
* Jeff Putsch <jdputsch@comcast.net>
* Jeremy Shaffner <jeremy@external.org>
* Jie Gao <gaoj@cpsc.ucalgary.ca>
* Jim Mock <jim@FreeBSD.org>
* Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
* Joe Marcus Clarke <marcus@FreeBSD.org>
* Johann Visagie <johann@egenetics.com>
* Johann Visagie <wjv@FreeBSD.org>
* Johannes Jost Meixner <xmj@FreeBSD.org>
* Johannes Meixner <johannes@perceivon.net>
* John MacFarlane <jgm@berkeley.edu>
* John Marino <marino@FreeBSD.org>
* Jonathan Chen <jonc@chen.org.nz>
* Jos Backus <josb@cncdsl.com>
* Joseph Koshy <jkoshy@FreeBSD.org>
* Josh Gilliam <josh@quick.net>
* Jov <amutu@amutu.com>
* Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
* Julien Laffaye <kimelto@gmail.com>
* Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
* Jyun-Yan You <jyyou@cs.nctu.edu.tw>
* KANOU Hiroki <kanou@khdd.net>
* KIMURA Yasuhiro <yasu@utahime.org>
* KIRIYAMA Kazuhiko <kiri@FreeBSD.org>
* Ka Ho Ng <khng300@gmail.com>
* Kay Lehmann <kay_lehmann@web.de>
* Kevin Lo <kevlo@FreeBSD.org>
* Kimura Fuyuki <fuyuki@hadaly.org>
* Kimura Fuyuki <fuyuki@mj.0038.net>
* Kimura Fuyuki <fuyuki@nigredo.org>
* Konstantin Menshikov <kostjnspb@yandex.ru>
* Koop Mast <kwm@FreeBSD.org>
* Kouichi ABE (WALL) <kouichi@mysticwall.com>
* Kris Kennaway <kris@FreeBSD.org>
* Kris Moore <kmoore@FreeBSD.org>
* Kuan-Chung Chiu <buganini@gmail.com>
* Kubilay Kocak <koobs@FreeBSD.org>
* Kurt Lidl <kurt.lidl@cello.com>
* Lars Balker Rasmussen <lbr@FreeBSD.org>
* Lars Engels <lme@FreeBSD.org>
* Lars Thegler <lars@thegler.dk>
* Lars Thegler <lth@FreeBSD.org>
* Leland Wang <llwang@infor.org>
* Leo Kim <leo@florida.sarang.net>
* Lev Serebryakov <lev@serebryakov.spb.ru>
* Li-Wen Hsu <lwhsu@FreeBSD.org>
* Loic Pefferkorn <loic-freebsd@loicp.eu>
* MANTANI Nobutaka <nobutaka@FreeBSD.org>
* MIHIRA Yoshiro <sanpei@FreeBSD.org>
* Marcin Cieslak
* Marcin Jessa <yazzy@yazzy.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Pulford <mark@kyne.com.au>
* Mark R V Murray <mark@grondar.za>
* Martin Kammerhofer
* Martin Matuska <mm@FreeBSD.org>
* Martin Wilke <miwi@FreeBSD.org>
* Marwan Burelle <marwan.burelle@lri.fr
* Masahiro Teramoto <markun@onohara.to>
* Mathieu Arnold <m@absolight.net>
* Matt Mills <matt_mills@btopenworld.com>
* Matthew Fuller <fullermd@over-yonder.net>
* Matthew Seaman
* Matthias Fechner <mfechner@FreeBSD.org>
* Mauricio Herrera Cuadra <mauricio@arareko.net>
* Max Baryshnikov <mephius@gmail.com>
* Max N. Boyarov <m.boyarov@gmail.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Meno Abels <meno.abels@adviser.com>
* Michael Johnson <ahze@FreeBSD.org>
* Michael Johnson <ahze@ahze.net>
* Michael Moll <kvedulv@kvedulv.de>
* Michael Ranner <michael@ranner.eu>
* Michael Schout <mschout@gkg.net>
* Mike Bristow <mike@urgle.com>
* Mikhail Teterin <mi@aldan.algebra.com>
* Moggie <moggie@elasticmind.net>
* Mykola Dzham <freebsd@levsha.org.ua>
* Naram Qashat <cyberbotx@cyberbotx.com>
* Neil Booth
* Nicola Stanislao Vitale <nivit@FreeBSD.org
* Nicola Stanislao Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* Nik Clayton <nik@FreeBSD.org>
* Nikola Lecic <nikola.lecic@anthesphoria.net>
* Nosov Artem <chip-set@mail.ru>
* Oleg Mamontov <oleg@mamontov.net>
* Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Oliver Lehmann (oliver@FreeBSD.org)
* Olivier Duchateau
* Olivier Duchateau <olivierd@FreeBSD.org>
* Olivier Girard <Olivier.Girard@univ-angers.fr>
* Patrick Li <pat@databits.net>
* Patrick Powell <papowell@astart.com>
* Pav Lucistnik <pav@FreeBSD.org>
* Pav Lucistnik <pav@oook.cz>
* Pavel Timofeev <timp87@gmail.com>
* Pawel Pekala <pawel@FreeBSD.org>
* Pedro Giffuni
* Pedro Giffuni <pfg@FreeBSD.org>
* Pete Fritchman <petef@databits.net>
* Peter Johnson <johnson.peter@gmail.com>
* Peter Pentchev <roam@FreeBSD.org>
* Peter Schuller <peter.schuller@infidyne.com>
* Petteri Valkonen <petteri.valkonen@iki.fi>
* Pietro Cerutti <gahr@gahr.ch>
* Piotr Kubaj <pkubaj@anongoth.pl>
* Piotr Rybicki <meritus@innervision.pl>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Radim Kolar <hsn@sanatana.dharma>
* Rainer Hurling <rhurlin@gwdg.de>
* Rene Ladan <rene@FreeBSD.org>
* René Ladan <rene@freebsd.org>
* Richard Gallamore <ultima@FreeBSD.org>
* Rick van der Zwet <info@rickvanderzwet.nl>
* Robert Gogolok <gogo@cs.uni-sb.de>
* Rod Taylor <ports@rbt.ca>
* Rodrigo OSORIO <rodrigo@FreeBSD.org>
* Roger Leigh <rleigh@codelibre.net>
* Rong-En Fan <rafan@infor.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Russell Cloran <russell@rucus.ru.ac.za>
* Russell Jackson <raj@csub.edu>
* Ryan Steinmetz <zi@FreeBSD.org>
* Samuel Tardieu <sam@inf.enst.fr>
* Sascha Holzleiter <sascha@root-login.org>
* Scott Sanders <scott@jssjr.com>
* Seamus Venasse <svenasse@polaris.ca>
* Serge Gagnon <ser_gagnon@sympatico.ca>
* Sergei Kolobov <sergei@kolobov.com>
* Sergei Vyshenski <svysh.fbsd@gmail.com>
* Sergey A. Osokin <osa@FreeBSD.org>
* Sergey Skvortsov <skv@FreeBSD.org>
* Sergey Skvortsov <skv@protey.ru>
* Shen Chun-Hsing <statue@freebsd.netlab.cse.yzu.edu.tw>
* Shinsuke Matsui <smatsui@karashi.org>
* Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
* Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Simon Olofsson <simon@olofsson.de>
* Soeren Boll Overgaard <boll@tolkien.dk>
* Sofian Brabez <sbz@FreeBSD.org>
* Stanislav Svirid <count@211.ru>
* Stefan Esser <se@FreeBSD.org>
* Stefan Pauly <stefan@fh-mainz.de>
* Stefan Walter <sw@gegenunendlich.de>
* Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Stephen Roznowski (sjr@home.com)
* Stephon Chen <stephon@gmail.com>
* Steve Wills <swills@FreeBSD.org>
* Steve Wills <swills@rubick>
* Steven Kreuzer <skreuzer@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
* Sven R <freebsd@hackacad.net>
* Sébastien Santoro <dereckson@gmail.com>
* TAKAHASHI Kaoru <kaoru@kaisei.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* TAKATSU Tomonari <tota@rtfm.jp>
* TERAMOTO Masahiro <markun@onohara.to>
* Thierry Thomas <thierry@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Thorsten Greiner <thorsten.greiner@web.de>
* Tilman Linneweh <arved@FreeBSD.org>
* Timothy Beyer <beyert@cs.ucr.edu>
* Timur Bakeyev <bat@cpan.org>
* Timur I. Bakeyev <timur@gnome.org>
* Toby Allsopp <toby@mi6.gen.nz>
* Tom Judge <tj@FreeBSD.org>
* Tom Judge <tom@tomjudge.com>
* Tom Sparks <tsparks@appliedops.net>
* Tomoyuki Sakurai <cherry@trombik.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Torsten Zuehlsdorff <tz@FreeBSD.org>
* Travis Campbell <hcoyote@ghostar.org>
* Tsung-Han Yeh <snowfly@yuntech.edu.tw>
* Ulrich Spoerlein <uqs@FreeBSD.org>
* Ulrich Spoerlein <uspoerlein@gmail.com>
* Uwe Pierau <uwe.pierau@tu-clausthal.de>
* Vadim Vatlin
* Vany <ivan@serezhkin.com>
* Vasek Balcar <vasek@ti.cz>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vidar Karlsen <vidar@karlsen.tech>
* Vivek Khera <vivek@khera.org>
* Volker Stolz <vs@FreeBSD.org>
* Vsevolod Stakhov <vsevolod@highsecure.ru>
* Waitman Gobble <waitman@waitman.net>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Wen Heping<wen@FreeBSD.org>
* Will Andrews <will@FreeBSD.org>
* William Grzybowski <wg@FreeBSD.org>
* Xavier Humbert <xavier@amdh.fr>
* Xin LI <delphij@FreeBSD.org>
* Yarema <yds@CoolRat.org>
* Yarema <yds@Necessitu.de>
* Yen-Ming Lee <leeym@FreeBSD.org>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Yi-Jheng Lin <yzlin@cs.nctu.edu.tw>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Yinghong Liu <relaxbsd@gmail.com>
* Yinghong.Liu <relaxbsd@gmail.com>
* Yoshiro MIHIRA <sanpei@sanpei.org>
* Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
* Yuan-Chung Hsiao <ychsiao@ychsiao.org>
* Yukihiro Nakai <Nakai@technologist.com>
* Yuri Pankov <yuri.pankov@gmail.com>
* Yuri Victorovich <yuri@rawbw.com>
* Zane C. Bowers-Hadley <vvelox@vvelox.net>
* Zeus Panchenko <zeus@gnu.org.ua>
* Zhen REN <bg1tpt@gmail.com>
* Zhihao Yuan <lichray@gmail.com>
* ache
* andreas@marvin.robin.de
* andrey@kostenko.name
* anholt@FreeBSD.org
* antoine@FreeBSD.org
* arved
* b.f. <bf@FreeBSD.org>
* bf@FreeBSD.org
* brett@peloton.physics.montana.edu
* buganini@gmail.com
* chinsan
* chinsan <chinsan.tw@gmail.com>
* chinsan <chinsan@mail2000.com.tw>
* clsung
* clsung@dragon2.net
* dannyman <dannyman@tellme.com>
* dd
* domi@saargate.de
* eivind
* eric
* faber@lunabase.org
* fenner
* fenner@FreeBSD.org
* gahr
* gugabsd <gugabsd@mundounix.com.br>
* gurkan@phys.ethz.ch
* ijliao
* jabley@automagic.org
* janos.mohacsi@bsd.hu
* jfieber
* jkoshy
* john@zoner.org
* jupengfei <jupengfei@gmail.com>
* kai
* kevit
* king@v2project.com
* kuriyama
* lars.eggert@gmx.net
* lbartoletti <lbartoletti@FreeBSD.org>
* lofi@FreeBSD.org
* lth@FreeBSD.org
* mainland@apeiron.net
* mandree@FreeBSD.org
* markm@FreeBSD.org
* meyser@xenet.de
* mike
* milki <milki@rescomp.berkeley.edu>
* nectar
* nik
* nivit@users.sourceforge.net
* nork@FreeBSD.org
* paulh@logicsquad.net
* petef@databits.net
* peter.schuller@infidyne.com
* philip@p6m7g8.com
* ports@c0decafe.net
* reed@pugetsoundtechnology.com
* rfarmer@predatorlabs.net
* risner@stdio.com
* scheidell@secnap.net
* shige
* skreuzer
* snowchyld
* steve
* sumikawa@FreeBSD.org
* sumikawa@kame.net
* thierry@pompo.net
* tj@FreeBSD.org
* trasz
* trevor
* vanilla
* wen@FreeBSD.org
* wosch
* znerd@FreeBSD.org
With hat: portmgr
5cf7e35 |
Sunday, 10 Apr 2022
|
19:11 Charlie Li (vishwin)
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)
d63665f |
Sunday, 10 Oct 2021
|
19:44 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)
2c672a4 |
Sunday, 5 Sep 2021
|
07:01 Alexey Dokuchaev (danfe)
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
6f69409 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 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)
|
Saturday, 6 Feb 2021
|
19:10 bapt
Drop false dependency on gconf2 when dconf option is set
|
Monday, 9 Nov 2020
|
17:08 tcberner
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
|
Saturday, 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)
|
Friday, 25 Sep 2020
|
14:32 bapt
Fix build with newer vala
|
Sunday, 1 Mar 2020
|
06:28 delphij
textproc/ibus: update to 1.5.22.
PR: 244301
Approved by: maintainer
|
Tuesday, 28 Jan 2020
|
07:24 antoine
Drop dependency on python27
PR: 243582
Approved by: maintainer
|
Tuesday, 14 Jan 2020
|
05:31 yuri
misc/cldr-emoji-annotation: Update 34.12.14891_0 -> 36.12.120191002_0
Reported by: portscout
|
Wednesday, 18 Dec 2019
|
08:26 antoine
Add missing build dependency on bash
Reported by: pkg-fallout
|
Thursday, 7 Nov 2019
|
20:20 zeising
Sprinkle more USES=xorg
|
Friday, 16 Aug 2019
|
08:31 delphij
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
|
Friday, 26 Jul 2019
|
20:46 gerald
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
|
Thursday, 2 May 2019
|
10:18 mat
Remove :DEFAULT where not required.
|
Saturday, 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
|
Wednesday, 12 Dec 2018
|
01:35 gerald
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
|
Thursday, 15 Nov 2018
|
03:50 yuri
Bump for the previous commit.
|
Monday, 1 Oct 2018
|
08:24 antoine
ibus doesn't work with python3
|
Saturday, 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
|
Sunday, 29 Jul 2018
|
22:18 gerald
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
|
Saturday, 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
|
Thursday, 15 Mar 2018
|
18:54 bdrewery
Fix plist
|
Monday, 19 Feb 2018
|
11:10 antoine
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Sunday, 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
|
Thursday, 30 Nov 2017
|
15:50 mat
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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Sunday, 10 Sep 2017
|
20:55 gerald
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
|
Sunday, 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
|
Saturday, 1 Apr 2017
|
15:23 gerald
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
|
Sunday, 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
|
Friday, 2 Dec 2016
|
09:21 mat
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight
|
Sunday, 20 Nov 2016
|
09:38 gerald
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.
|
Monday, 23 May 2016
|
20:35 amdmi3
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
|
Sunday, 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)
|
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Monday, 21 Sep 2015
|
04:56 delphij
Update to 1.5.11.
PR: ports/203028
Approved by: maintainer (Henry Hu)
MFH: 2015Q3
|
Wednesday, 5 Aug 2015
|
19:13 kwm
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
|
Wednesday, 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
|
Thursday, 14 May 2015
|
16:08 riggs
Fix build break when DOCS OPTION is deselected
PR: 200110
Submitted by: henry.hu.sh@gmail.com (maintainer)
|
Sunday, 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)
|
Saturday, 11 Apr 2015
|
15:48 mat
Fix build WITHOUT=NLS.
Sponsored by: Absolight
|
Saturday, 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)
|
Sunday, 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)
|
Monday, 22 Dec 2014
|
23:04 dumbbell
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
|
Sunday, 7 Dec 2014
|
10:01 mva
- Convert textproc/ to USES=python
With hat: python@
|
Wednesday, 19 Nov 2014
|
11:49 kwm
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
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the
exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
|
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
|
Thursday, 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
|
Tuesday, 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)
|
Saturday, 4 Jan 2014
|
23:27 antoine
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)
|
Thursday, 3 Oct 2013
|
01:09 delphij
Update to 1.4.2.
PR: ports/182526
Approved by: Henry Hu (maintainer)
|
Friday, 20 Sep 2013
|
23:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Tuesday, 3 Sep 2013
|
09:59 bapt
Add an explicit dependency on pkgconf
|
Monday, 17 Jun 2013
|
16:18 antoine
- 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)
|
Wednesday, 24 Apr 2013
|
18:10 ak
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
|
Tuesday, 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)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Sunday, 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]
|
Tuesday, 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)
|
Monday, 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]
|
Sunday, 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)
|
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
|
Tuesday, 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
|
Thursday, 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
|
Thursday, 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
|
Friday, 13 Aug 2010
|
16:00 pav
- Update to 1.3.5
PR: ports/148279
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
Tuesday, 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
|
Tuesday, 8 Jun 2010
|
21:53 delphij
Update to 1.3.3.
Approved by: maintainer (private e-mail)
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 5 Feb 2010
|
11:46 dinoex
- update to jpeg-8
|
Friday, 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)
|
Wednesday, 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
|
Friday, 31 Jul 2009
|
13:57 dinoex
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Monday, 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)
|
Thursday, 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
|
Friday, 10 Apr 2009
|
05:56 marcus
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.
|
Thursday, 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: 94 |