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/fcitx/Makefile

Number of commits found: 111 (showing only 100 on this page)

1 | 2  »  

Monday, 15 Jan 2024
13:56 Gleb Popov (arrowd) search for other commits by this committer
chinese/fctx: Get rid of MANPREFIX and install mans to share/man.

To achieve this, add a temporary hacky knob KDE_MAN_PREFIX to allow ports to
override the man installation dir. Once Uses/kde.mk migrates to share/man, this
knob will be removed.

Approved by:	tcberner
commit hash: d8be971f1a4f5c304e357e121d918f12b55f9f81 commit hash: d8be971f1a4f5c304e357e121d918f12b55f9f81 commit hash: d8be971f1a4f5c304e357e121d918f12b55f9f81 commit hash: d8be971f1a4f5c304e357e121d918f12b55f9f81 d8be971
Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:21 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Henry Hu <henry.hu.sh@gmail.com>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Jing-Tang Keith Jang <keith@FreeBSD.org>
  *  Joe Horn <joehorn@gmail.com>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kuang-che Wu <kcwu@csie.org>
  *  Michael C . Wu <keichii@iteration.net>
  *  Michael C. Wu
  *  Ming-I Hseh <PA@FreeBSD.Ntu.edu.TW>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Satoshi TAOKA <taoka@FreeBSD.org>
  *  Shell Hung <shell@shellhung.org>
  *  Shen Chuan-Hsing
  *  Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Shuo Su <yssu@CCCA.NCTU.edu.tw>
  *  Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
  *  Yinghong Liu <relaxbsd@gmail.com>
  *  Zhang Shu
  *  Zhihao Yuan <lichray@gmail.com>
  *  blubee <hello@blubee.me>
  *  buganini@gmail.com
  *  chinsan
  *  chinsan <chinsan.tw@gmail.com>
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  gugod@gugod.org
  *  hrs
  *  ijliao
  *  vanilla@

With hat:	portmgr
commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 commit hash: 25fe59a33ef000c1e61b9135490822d4b5069764 25fe59a
Wednesday, 29 Jun 2022
15:00 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS_INSTALL in categories cad and chinese

Approved by:	portmgr (implicit)
commit hash: 15c825be194e0b8a9d48226441684486600978b6 commit hash: 15c825be194e0b8a9d48226441684486600978b6 commit hash: 15c825be194e0b8a9d48226441684486600978b6 commit hash: 15c825be194e0b8a9d48226441684486600978b6 15c825b
Monday, 2 May 2022
04:47 Xin LI (delphij) search for other commits by this committer
chinese/fcitx: update to 4.2.9.8.

PR:		ports/263710
Approved by:	maintainer (lichray at gmail dot com)
commit hash: c8cb3ceb5edc55757ad244409ad89b163ff29200 commit hash: c8cb3ceb5edc55757ad244409ad89b163ff29200 commit hash: c8cb3ceb5edc55757ad244409ad89b163ff29200 commit hash: c8cb3ceb5edc55757ad244409ad89b163ff29200 c8cb3ce
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
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)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Sunday, 6 Feb 2022
18:36 Stefan Eßer (se) search for other commits by this committer
Update CONFLICTS definitions in categories a* to c*

Update the CONFLICTS definitions of ports in the following categories:

- accessibility
- archivers
- audio
- benchmarks
- biology
- cad
- chinese
- comms
- converters

An attempt has been made to use generic conflicts patterns that do not
have to be updated whenever a new version of a conflicting port is
added to the ports system.

There is a misunderstanding that the port being built/installed has to
be omitted from the conflicts pattern. This is not true - the port
being built is implicitly non-conflicting due to logic in bsd.port.mk.

Approved by:	portmgr (implicit)
commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e commit hash: bdd2d4af9630fdc1157d49bd193e8195c3240e9e bdd2d4a
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Sunday, 10 Oct 2021
19:44 Baptiste Daroussin (bapt) search for other commits by this committer
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)
commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 commit hash: 2c672a4de941dc57142d867ba42396b1b64d2921 2c672a4
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, 29 Dec 2020
14:58 ygy search for other commits by this committer
Add Fcitx5 IME framework and related ports

The Fcitx5 IME framework is the future version of the legacy Fcitx IME
framework.

Main parts of Fcitx5:
  - x11/xcb-imdkit
  - textproc/fcitx5

Application supports libraries of Fcitx5:
  - textproc/fcitx5-qt
  - textproc/fcitx5-gtk

GUI configuration tool of Fcitx5:
  - textproc/fcitx5-configtool

IME addons for Fcitx5:
  - chinese/fcitx5-rime
  - japanese/fcitx5-anthy

textproc/fcitx5 and chinese/fcitx cannot be installed at the same time right
now, due to development environment and runtime conflicts users could possibly
run into.

Submitted by:	Ka Ho Ng <khng300@gmail.com>
Approved by:	lwhsu
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D27667
Original commitRevision:559587 
Friday, 29 May 2020
04:44 delphij search for other commits by this committer
chinese/fcitx: update to 4.2.9.7.

Approved by:		maintainer
Differential Revision:	https://reviews.freebsd.org/D25039
Original commitRevision:536933 
Monday, 4 Nov 2019
21:36 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories c

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
Original commitRevision:516745 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Sunday, 17 Mar 2019
07:54 tcberner search for other commits by this committer
chinese/fcitx: remove unused/invalid USES=qt:4

Approved by:	portmgr (implicit)
Original commitRevision:496023 
Saturday, 16 Mar 2019
15:11 tcberner search for other commits by this committer
chinece/fcitx: remove QT4 option (Qt4 deprecation)

Approved by:	portmgr (implicit)
Original commitRevision:495880 
Friday, 15 Mar 2019
05:19 tobik search for other commits by this committer
chinese/fcitx: Remove nop options helper

Options helpers are ineffective when set after bsd.port.options.mk.
DOCS_EXTRA_PATCHES_OFF is not needed.  A build without DOCS is
already working via %%PORTDOCS%% in the plist even without
files/nodocs-doc_CMakeLists.txt (which also no longer applies).

Reported by:	tobik (in D19553)
Original commitRevision:495766 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Wednesday, 7 Nov 2018
11:48 wen search for other commits by this committer
- Update to 4.2.9.6

PR:		231612
Submitted by:	ryo@tetera.org
Approved by:	maintainer
Original commitRevision:484395 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Original commitRevision:444324 
Tuesday, 27 Dec 2016
20:33 pi search for other commits by this committer
chinese/fcitx: Enable GTK3 by default, fcitx doesn't work in firefox without it

PR:		212590
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	lichray@gmail.com (maintainer)
Original commitRevision:429655 
Monday, 14 Nov 2016
16:12 tcberner search for other commits by this committer
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and
Applications)

KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].

The work is based on what we have in the KDE testing repo [2].

This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.

With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
	USES=kde:5
	USE_KDE=<framework1> <framework2> ... <frameworkX>

For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
	KWALLET_USE=            KDE=wallet

I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)

[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5

Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8329
Original commitRevision:426118 
Friday, 11 Nov 2016
11:59 jbeich search for other commits by this committer
Track used or drop unused devel/icu dependency

This tries to fix discrepancy between

  $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
  $ git grep -lF :devel/icu | sed 's,/Makefile$,,'

PR:		214384
Reported by:	tijl, stage-qa, readelf(1)
Original commitRevision:425890 
Friday, 30 Sep 2016
16:03 mat search for other commits by this committer
Catch stray dependencies, courtesy of the proxy-deps qa check.

Sponsored by:	Absolight
Original commitRevision:422995 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Saturday, 9 Jul 2016
11:37 pi search for other commits by this committer
chinese/fcitx: 4.2.8.6 -> 4.2.9.1

PR:		210782
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
Original commitRevision:418269 
Wednesday, 6 Jul 2016
22:10 mat search for other commits by this committer
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:418153 
07:34 gahr search for other commits by this committer
devel/icu: bump PORTREVISION on dependent ports
Original commitRevision:418119 
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 
Thursday, 7 Jan 2016
14:54 jhale search for other commits by this committer
Add USES=pathfix support for CMake.  Some ports that use CMake to build
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
Original commitRevision:405449 
Thursday, 3 Sep 2015
15:44 rakuco search for other commits by this committer
Uses/iconv.mk: Set iconv-related CMake variables.

The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
Original commitRevision:395972 
Thursday, 23 Apr 2015
21:26 bapt search for other commits by this committer
Update icu to 55.1
Original commitRevision:384614 
Friday, 3 Apr 2015
20:56 delphij search for other commits by this committer
Fix build when building in an environment with old version of fcitx
present.

PR:		ports/199112
Submitted by:	maintainer
Original commitRevision:383178 
11:26 mat search for other commits by this committer
Remove OSVERSION checks that do not make sense any more.

For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
Original commitRevision:383107 
Thursday, 2 Apr 2015
10:12 robak search for other commits by this committer
chinese/fcitx: update 4.2.8.5 -> 4.2.8.6

PR:		199102
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Original commitRevision:382993 
Tuesday, 31 Mar 2015
07:08 delphij search for other commits by this committer
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
Original commitRevision:382798 
Tuesday, 9 Sep 2014
08:49 marino search for other commits by this committer
chinese/fcitx: Adjust pkg-plist to pass stage-qa checks

PR:	192901
Original commitRevision:367720 
Tuesday, 15 Jul 2014
23:11 adamw search for other commits by this committer
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.

Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
Original commitRevision:362014 
Monday, 9 Jun 2014
11:21 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357139 
Sunday, 1 Jun 2014
16:43 ohauer search for other commits by this committer
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Original commitRevision:356156 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Saturday, 4 Jan 2014
23:27 antoine search for other commits by this committer
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)
Original commitRevision:338683 
Friday, 3 Jan 2014
15:59 adamw search for other commits by this committer
Convert chinese to MDOCS
Original commitRevision:338553 
Wednesday, 11 Dec 2013
14:58 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
Original commitRevision:336173 
Friday, 27 Sep 2013
22:32 madpilot search for other commits by this committer
Fix typo.

Reported by:	Buganini <buganini@gmail.com> (via email)
Original commitRevision:328529 
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 
Tuesday, 3 Sep 2013
17:12 antoine search for other commits by this committer
Add an explicit dependency on pkgconf

Approved by:	portmgr (bapt)
Original commitRevision:326181 
Wednesday, 31 Jul 2013
11:57 kwm search for other commits by this committer
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.

This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
Original commitRevision:324037 
Monday, 17 Jun 2013
16:18 antoine search for other commits by this committer
- 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)
Original commitRevision:321140 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Tuesday, 18 Dec 2012
23:09 bapt search for other commits by this committer
Chase icu, graphite2 and libexttextcat bump
Original commitRevision:309206 
Sunday, 25 Nov 2012
13:25 wen search for other commits by this committer
- Fix build when QT4 option enable

PR:		173887
Submitted by:	Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com>
Approved by:	lichray@gmail.com (maintainer, via email)

Feature safe:	yes
Original commitRevision:307743 
Monday, 15 Oct 2012
19:13 delphij search for other commits by this committer
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
Original commitRevision:305931 
Wednesday, 19 Sep 2012
07:01 wen search for other commits by this committer
- Update to 4.2.6

PR:		171608
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Original commitRevision:304478 
Wednesday, 25 Jul 2012
18:10 scheidell search for other commits by this committer
- Update fcitx and addons to 4.2.5
- Remove textproc/fcitx-keyboard

PR:		ports/170010
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Original commit
Sunday, 10 Jun 2012
13:00 scheidell search for other commits by this committer
- Upstream patch to fix libkvm fd leaking
- Bump PORTREVISION

PR:             ports/168907
Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
Obtained from:  http://paste.opensuse.org/23129601
Original commit
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Sunday, 3 Jun 2012
22:37 bapt search for other commits by this committer
1. Convert to the new options style;
2. Fix pkg-plist for gtk2/gtk3/qt4 IM modules;
3. Update gtk immodules file(s);
4. Smart pkg-message.in;
5. Align some Makefile variables.

PR:             ports/168634
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 25 May 2012
07:28 wen search for other commits by this committer
- Update to 4.2.3

PR:             167863
Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
Original commit
Monday, 30 Apr 2012
22:57 scheidell search for other commits by this committer
- Update chinese/fcitx-googlepinyin to 0.1.4
- Update chinese/fcitx-configtool to 0.4.0
- Update chinese/fcitx-cloudpinyin to 0.2.0
- Update chinese/fcitx-sunpinyin to 0.3.3
- Update chinese/fcitx to 4.2.2
- Update textproc/fcitx-keyboard to 0.1.0

PR:             ports/166689
Submitted by:   Zhihao Yuan <lichray@gmail.com> (maintainer)
Original commit
Tuesday, 7 Feb 2012
20:57 delphij search for other commits by this committer
Update fcitx and friends:

 - fcitx to 4.2.0, always depend on dbus
 - fcitx-cloudpinyin to 0.2.0
 - fcitx-configtool to 0.4.0
 - fcitx-googlepinyin to 0.1.4
 - fcitx-sunpinyin to 0.3.3
 - fcitx-ui-light to 0.1.3
 - libgooglepinyin to 0.1.2

PR:             ports/164820
Submitted by:   maintainer (Zhihao Yuan <lichray gmail com>
Original commit
Friday, 11 Nov 2011
06:36 clsung search for other commits by this committer
- pass maintainership (forgot do it in last commit)

PR:             ports/162423
Feature safe:   yes
Original commit
05:18 clsung search for other commits by this committer
- Update to 4.1.2
- Fcitx's development has been totally moved to http://code.google.com/p/fcitx/
  , and the new 4.1.x version is moved to CMake.
- pass maintainership

PR:             ports/162423
Submitted by:   Zhihao Yuan <lichray_AT_gmail.com> (new maintainer)
Approved by:    maintainer (Denise H. G.)
Feature safe:   yes
Original commit
Tuesday, 7 Jun 2011
00:25 danfe search for other commits by this committer
- Unbreak on 7.X by replacing getline() GNU extension with fgets()
- Replace ${DISTDIR}/${DIST_SUBDIR} with ${_DISTDIR} shortcut
- Cleanup logging-related stuff since this option was dropped upstream
- Turn explicit dependency on libXft into USE_XORG+=xft
- Use gnomehack and drop two corresponding patches
- Sort knobs and fix some whitespace

Approved by:    maintainer
Original commit
Thursday, 3 Feb 2011
17:59 pav search for other commits by this committer
- Mark BROKEN on 7.X

Reported by:    pointyhat
Feature safe:   yes
Original commit
Monday, 29 Nov 2010
18:39 pav search for other commits by this committer
- Update to 4.0.0

PR:             ports/152615
Submitted by:   Denise H. G. <darcsis@gmail.com> (maintainer)
Original commit
Tuesday, 3 Aug 2010
02:11 danfe search for other commits by this committer
Use better spelling (I copied original one from the English page of the
website, but main (Chinese) page spells it correctly).
Original commit
01:41 danfe search for other commits by this committer
- Update to version 3.6.3
- Remove obsolete master sites
- Add LICENSE
- Utilize OPTIONS
- Correctly track dependencies (prevent silent dependency injection)
- Minor Makefile cleanups

Approved by:    maintainer timeout
Original commit
Sunday, 18 Oct 2009
06:41 lwhsu search for other commits by this committer
- Update to 3.6.2
- Pass maintainership to submitter

PR:             ports/139692
Submitted by:   "Denise H. G." <darcsis@gmail.com>
Original commit
Thursday, 18 Dec 2008
02:24 linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
Original commit
Sunday, 23 Mar 2008
16:44 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
Original commit
Tuesday, 25 Dec 2007
09:14 dryice search for other commits by this committer
update to 3.5, the BlackFriday version

PR:             ports/118508
Submitted by:   Sutra <zhoushuqun@gmail.com>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 18 Jan 2007
02:10 dryice search for other commits by this committer
- update to 3.4.2
- add MASTER_SITE_LOCAL
- update my mail address

Approved by:    itetcu (mentor)
Original commit
Sunday, 5 Nov 2006
10:10 rafan search for other commits by this committer
- Update to 3.4.1

PR:             ports/105123
Submitted by:   Dryice Liu (maintainer)
Original commit
Sunday, 8 Oct 2006
00:28 rafan search for other commits by this committer
- Update to 3.4

PR:             ports/104098
Submitted by:   Dryice Liu <dryice at dryice.name> (maintainer)
Original commit
Sunday, 3 Sep 2006
00:11 rafan search for other commits by this committer
- Update to 3.3.1

PR:             ports/102785
Submitted by:   Dryice Liu <dryice at dryice.name> (maintainer)
Original commit
Wednesday, 23 Aug 2006
06:39 clsung search for other commits by this committer
- Update to 3.3

PR:             ports/102420
Submitted by:   maintainer (Dryice Liu)
Original commit
Wednesday, 28 Jun 2006
05:32 clsung search for other commits by this committer
- update to 3.2.1

PR:             ports/99574
Submitted by:   maintainer (Dryice Liu)
Original commit
Thursday, 15 Jun 2006
09:51 vanilla search for other commits by this committer
Upgrade to 3.2

PR:             ports/98921
Submitted by:   maintainer
Original commit
Wednesday, 3 May 2006
23:38 edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
Original commit
Wednesday, 15 Mar 2006
18:21 garga search for other commits by this committer
- Fix MASTER_SITES

bsdchat.com is no longer available. Thanks for all their support!

PR:             ports/94459
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
Original commit
Wednesday, 11 Jan 2006
04:01 edwin search for other commits by this committer
[maintainer] change maintainer mail address

        I'm the maintainer(dryice@liu.com.cn) of the following
        ports. Please help to change the maintainer mail address to
        dryice@dryice.name. This new mail address has a RDNS record
        and will make the life easier. Thanks!

PR:             ports/91624
Submitted by:   Dryice Dong Liu <dryice@dryice.name>
Original commit
Wednesday, 6 Apr 2005
04:23 clsung search for other commits by this committer
- update to 3.1.1

PR:             79581
Submitted by:   Dryice Liu (maintainer)
Original commit
Wednesday, 2 Mar 2005
03:21 clsung search for other commits by this committer
- update to 3.1
- new file: files/patch-xpm-Makefile.in

PR:             ports/78267
Submitted by:   Dryice Liu (maintainer)
Original commit
Monday, 3 Jan 2005
10:20 erwin search for other commits by this committer
Add mirror site to make fetcheable and unbreak

PR:             75741
Submitted by:   maintainer
Approved by:    portmgr (krion)
Original commit
Sunday, 2 Jan 2005
01:25 kris search for other commits by this committer
BROKEN: Unfetchable

Approved by:    portmgr (self)
Original commit
Wednesday, 15 Dec 2004
06:30 clive search for other commits by this committer
Update to 3.0.3

PR:             ports/75089
Submitted by:   MAINTAINER
Original commit
Wednesday, 27 Oct 2004
15:25 vanilla search for other commits by this committer
Upgrade to 3.0.2.

PR:             ports/73185
Submitted by:   maintainer
Some part by:   me
Original commit
Friday, 15 Oct 2004
08:08 clive search for other commits by this committer
Apply 64 bits cleanup so that it works on fantastic hardware.

PR:             ports/72371
Submitted by:   davidxu
Approved by:    MAINTAINER
Original commit

Number of commits found: 111 (showing only 100 on this page)

1 | 2  »