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: japanese/mozc-server/Makefile

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

1 | 2  »  

Saturday, 27 Jan 2024
22:33 Joseph Mingrone (jrm) search for other commits by this committer
*/*: Chase editors/emacs update

- Bump Emacs version in Mk/Uses/emacs.mk to update version-specific
  paths

- Bump PORTREVISION of ports with USES=emacs.  This is required for two
  reasons.  Emacs lisp files need to be byte compiled for the new Emacs
  version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR
  need to be relocated.

Reviewed by:	ashish
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D43615
commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 commit hash: ab463bdca9c29ec22be0c7e6d7aa27bb2a980b48 ab463bd
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Thursday, 14 Dec 2023
17:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 69e2e87
17:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
japanese/mozc-server: Fix build with protobuf 22+
commit hash: a659f3ae680577055cad624d87a01fe2d6cc6a6a commit hash: a659f3ae680577055cad624d87a01fe2d6cc6a6a commit hash: a659f3ae680577055cad624d87a01fe2d6cc6a6a commit hash: a659f3ae680577055cad624d87a01fe2d6cc6a6a a659f3a
Sunday, 20 Aug 2023
00:53 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Update to 29.1

* Update Canna patch to the one for Emacs 29.
* Add new options PGTK, SQLITE3, TREESITTER and WEBP. SQLITE3 and
  TREESITTER are ON by default. PGTK and WEBP options are excluded
  from nox flavor.
* CARGO option doesn't imply XFT but prevents it. It is caused as a
  result of adding pure GTK support (PGTK option).
* OTK options doesn't imply XTF any more. It is also caused as a
  result of adding pure GTK support.
* Update NATIVECOMP option so it specifies ahead-of-time compilation
  via the configure argument.
* Remove "experimental" from NATIVECOMP_DESC.
* Add print/freetype2 and x11-fonts/fontconfig to CAIRO_LIB_DEPENDS
  and GTK3_LIB_DEPENDS. Necessary to link emacs binary with shared
  libraries.
* When PGTK option is ON and SCROLLBARS is OFF, configure fails as
  following

  ----------------------------------------------------------------------
  checking for gnutls >= 2.12.2... yes
  checking for jansson >= 2.7... yes
  checking for tree-sitter >= 0.20.2... yes
  checking for libkqueue... no
  checking for library containing kqueue... none required
  configure: error: Non-toolkit scroll bars are not implemented for your system
  ----------------------------------------------------------------------

  So add SCROLLBARS to PGTK_IMPLIES to avoid such options setting.
* When MODULES option is OFF and TREESITTER is ON, link error happens
  as following.

  ----------------------------------------------------------------------
  cc -o temacs.tmp \
    -Demacs  -I. -I. -I../lib -I../lib   -I/usr/local/include  
-I/usr/local/include/librsvg-2.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include
-I/usr/local/include/gdk-pixbuf-2.0 -pthread -I/usr/local/include/cairo
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -D_THREAD_SAFE   -I/usr/local/include/libpng16 
-I/usr/local/include/libxml2   -I/usr/local/include/dbus-1.0
-I/usr/local/lib/dbus-1.0/include  -I/usr/local/include -D_THREAD_SAFE 
-I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include -D_THREAD_SAFE  
-I/usr/local/include -D_THREAD_SAFE  -I/usr/local/include
-I/usr/local/include/webp   -I/usr/local/include  -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread 
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include  -I/usr/local/include
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 
-I/usr/local/include/harfbuzz -I/usr/local/include/freetype2
-I/usr/local/include/libpng16 -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include    -MMD -MF deps/.d -MP  -I/usr/local/include 
 -I/usr/local/include  -I/usr/local/include -I/usr/local/include/p11-kit-1  
-I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -D_THREAD_SAFE     
-Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes
-Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare
-Wno-tautological-constant-out-of-range-compare -O2 -pipe 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -O2
-pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-isystem /usr/local/include    -fstack-protector-strong -L/usr/local/lib 
-L/usr/local/lib \
      dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o
coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o
xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o  dbusbind.o
emacs.o keyboard.o macros.o keymap.o sysdep.o bignum.o buffer.o filelock.o
insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o
indent.o search.o regex-emacs.o undo.o alloc.o pdumper.o data.o doc.o editfns.o
callint.o eval.o floatfns.o fns.o sort.o font.o print.o lread.o  syntax.o 
bytecode.o comp.o  process.o gnutls.o callproc.o region-cache.o sound.o
timefns.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o lcms.o
kqueue.o  profiler.o decompress.o thread.o systhread.o sqlite.o  treesit.o
itree.o      xfont.o ftfont.o ftcrfont.o hbfont.o  fontset.o fringe.o image.o
xgselect.o json.o     terminfo.o lastfile.o      ../lib/libgnu.a     
../oldXMenu/libXMenu11.a  -ltiff -ljpeg -L/usr/local/lib -lpng16  -lgif 
-L/usr/local/lib -lwebpdemux -lwebpdecoder   -lSM -lICE -lX11   -lXrender 
-L/usr/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
-lglib-2.0 -lintl -lcairo        -lrt -L/usr/local/lib -ldbus-1  -lexecinfo
-L/usr/local/lib -lXrandr  -L/usr/local/lib -lXinerama  -L/usr/local/lib
-lXfixes  -lXext -lXext -L/usr/local/lib -lxml2   -lutil -L/usr/local/lib
-lcairo  -lncurses  -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl 
-L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl   -L/usr/local/lib -lfreetype 
-L/usr/local/lib -lfontconfig -lfreetype  -L/usr/local/lib -lharfbuzz   
-L/usr/local/lib -lgnutls  -lpthread  -L/usr/local/lib -llcms2
-llcms2_fast_float -llcms2_threaded   -lm -lz   -L/usr/local/lib -ljansson 
-lgmp  -L/usr/local/lib -lXi   -L/usr/local/lib -ltree-sitter  -lsqlite3
-lXcomposite -lXext
  ld: error: undefined symbol: dynlib_error
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  >>> referenced 1 more times

  ld: error: undefined symbol: dynlib_sym
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)

  ld: error: undefined symbol: dynlib_open
  >>> referenced by treesit.c
  >>>               treesit.o:(treesit_load_language)
  cc: error: linker command failed with exit code 1 (use -v to see invocation)
  ----------------------------------------------------------------------

  So add MODULES to TREESITTER_IMPLIES to avoid such options setting.
  * Bump PORTREVISION of ports that use "USES=emacs".

ChangeLog:	https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-29.1
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D41444
commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 commit hash: ba4eb3a50e909d902a6e031e4c3477ed369799d2 ba4eb3a
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Sunday, 5 Mar 2023
18:10 Hiroki Sato (hrs) search for other commits by this committer
japanese/mozc-server: Fix PORTREVISION changed in fa81a4f5f8ed
commit hash: 515e9015938b43c3c72e2f10d33a407196708629 commit hash: 515e9015938b43c3c72e2f10d33a407196708629 commit hash: 515e9015938b43c3c72e2f10d33a407196708629 commit hash: 515e9015938b43c3c72e2f10d33a407196708629 515e901
Sunday, 8 Jan 2023
13:29 Hiroki Sato (hrs) search for other commits by this committer
japanese/mozc-server: Update zipcode dictionary
commit hash: 501c761cccfb7f4337e67243ddb10a4445523b23 commit hash: 501c761cccfb7f4337e67243ddb10a4445523b23 commit hash: 501c761cccfb7f4337e67243ddb10a4445523b23 commit hash: 501c761cccfb7f4337e67243ddb10a4445523b23 501c761
Wednesday, 30 Nov 2022
07:06 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs-devel: Update to 2022-11-28 snapshot

Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.

Changes:	https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 commit hash: ea66012756af463a7153c6ecf84bf9fd31c75dd1 ea66012
Sunday, 9 Oct 2022
15:37 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.21.7

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 05e7a8b
Wednesday, 21 Sep 2022
07:48 Yasuhiro Kimura (yasu) search for other commits by this committer
editors/emacs: Update to 28.2

* Remove FCITXPATCH option as extra-patch-src_xfns.c can't be applied
  since 28.1.
* Tidy up Makefile with portfmt.
* Bump PORTREVISION of consumers.

ChangeLog:	https://www.gnu.org/software/emacs/news/NEWS.28.2

PR:		266454
Exp-run by:	antoine
Reviewed by:	ashish, jrm
Differential Revision:	https://reviews.freebsd.org/D36613
commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca commit hash: 164249e86734bd23f17182913f13a3a3f346a3ca 164249e
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:22 Tobias C. Berner (tcberner) search for other commits by this committer
japanese: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
  *  FUJISHIMA Satsuki <sf@FreeBSD.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
  *  HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
  *  Hiroto Kagotani <hiroto.kagotani@gmail.com>
  *  Hyper NIKKI System Project <hnsmaster@h14m.org>
  *  IWASHITA Yoji <shuna@pop16.odn.ne.jp>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  Jie Gao <gaoj@cpsc.ucalgary.ca>
  *  Jonathan Hanna
  *  Jun Mukai <mukai@jmuk.org>
  *  KANOU Hiroki <kanou@mil.allnet.ne.jp>
  *  KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
  *  Ka Ho Ng <khng300@gmail.com>
  *  Kawaguti Ginga <ginga-freebsd@ginganet.org>
  *  Kawaguti Ginga <ginga@athena.club.ne.jp>
  *  Kazutoki TAKAMUNE <takamune@avrl.mei.co.jp>
  *  Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Koichiro IWAO <meta+ports@vmeta.jp>
  *  Koichiro IWAO <meta@FreeBSD.org>
  *  MANTANI Nobutaka <nobutaka@FreeBSD.org>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  MIHIRA Yoshiro <sanpei@FreeBSD.org>
  *  MITA Yoshio <mita@FreeBSD.org>
  *  Makoto Matsushita <matusita@jp.FreeBSD.ORG>
  *  Makoto Matsushita <matusita@jp.freebsd.org>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Masanori Kiriake <seiken@nbs.co.jp>
  *  Masashi CHIBA
  *  Mita Yoshio <mita@jp.FreeBSD.org>
  *  Motoyuki Kasahara <m-kasahr@sra.co.jp>
  *  Murata Shuuichirou <mrt@mickey.ai.kyutech.ac.jp>
  *  NIIMI Satoshi <sa2c@sa2c.net>
  *  Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
  *  Norikatsu Shigemura <nork@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  SADA Kenji <sada@FreeBSD.org>
  *  SAITO Itsuro <saito@miv.t.u-tokyo.ac.jp>
  *  SASAKI Shunsuke <ele@pop17.odn.ne.jp>
  *  Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
  *  Satoshi TAOKA <taoka@FreeBSD.org>
  *  Satoshi Taoka <taoka@FreeBSD.org>
  *  Seiichirou Hiraoka
  *  Seiya Yanagita <s_yanagita@ybb.ne.jp>
  *  Seth Kingsley <sethk@osd.bsdi.com>
  *  Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
  *  Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
  *  Shigeyuki Fukushima <shige@FreeBSD.org>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  TAKAHASHI Kaoru
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKANO, Yuji
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  TANAKA Hiroyuki <kattyo@abk.nu>
  *  TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
  *  TOGAWA Satoshi <toga@puyo.org>
  *  Takashi Mega <mega@minz.org>
  *  Takayuki Nakao <t@nakao.org>
  *  Takefu
  *  The 244th namelessness at 2ch.net
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Toshihiko SHIMOKAWA <toshi@tea.forus.or.jp> & ELISA Font Project
  *  Yoichi Asai <yatt@msc.biglobe.ne.jp>
  *  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
  *  Yoshihiko Sarumaru <mistral@imasy.or.jp>
  *  Yoshiro MIHIRA <sanpei@jp.FreeBSD.org>
  *  Yoshiro MIHIRA <sanpei@sanpei.org>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zhihao Yuan <lichray@gmail.com>
  *  asami
  *  gurkan@phys.ethz.ch
  *  hrs
  *  ichiro@ichiro.org
  *  issei
  *  kuriyama
  *  max
  *  mutoh@openedu.org
  *  n-shigemura@ensure.jp
  *  nivit@email.it
  *  nkazushi@highway.or.jp
  *  nork@FreeBSD.org
  *  sada
  *  shige
  *  sumikawa

With hat:	portmgr
commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526 commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526 commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526 commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526 8d9b67b
Saturday, 16 Apr 2022
04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b 10d211b
Monday, 28 Feb 2022
12:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 f7e42ce
Friday, 1 Oct 2021
22:55 Joseph Mingrone (jrm) search for other commits by this committer
*: Chase new major version (29) of editors/emacs-devel

Differential Revision:	https://reviews.freebsd.org/D32258
commit hash: 126e3bb1f15157e4624a26aed1d01393603b03e0 commit hash: 126e3bb1f15157e4624a26aed1d01393603b03e0 commit hash: 126e3bb1f15157e4624a26aed1d01393603b03e0 commit hash: 126e3bb1f15157e4624a26aed1d01393603b03e0 126e3bb
Wednesday, 21 Jul 2021
18:11 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.17.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 commit hash: f4acead6367a692af17431cc233565e8f1149366 f4acead
Saturday, 1 May 2021
14:25 MANTANI Nobutaka (nobutaka) search for other commits by this committer
textproc/uim: Update to the snapshot on 2021-01-04.

- Use GTK+ 3 as default GUI toolkit.
- textproc/uim-qt5 installs KDE Plasma 5 applet.
- Bump PORTREVISION of ports that depends on textproc/uim
commit hash: dc84281c1af6a0616aa1f20a4c5b958ffeaa1ea2 commit hash: dc84281c1af6a0616aa1f20a4c5b958ffeaa1ea2 commit hash: dc84281c1af6a0616aa1f20a4c5b958ffeaa1ea2 commit hash: dc84281c1af6a0616aa1f20a4c5b958ffeaa1ea2 dc84281
Tuesday, 20 Apr 2021
06:57 Tobias Kortkamp (tobik) search for other commits by this committer
Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)

Samurai is a Ninja-compatible build tool with fewer dependencies
than Ninja.  Hook it to the framework via a new NINJA_DEFAULT.

This also adds %p to NINJA_STATUS to make Ninja or Samurai print
the percentage of completed jobs to make it easier to eyeball how
much of the build is done.

PR:		254678
Exp-run	by:	antoine
commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 commit hash: a91d65363fe8aa72bdf427bb639b0fe258ee7c01 a91d653
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
Friday, 26 Mar 2021
00:40 jrm search for other commits by this committer
editors/emacs: Update to 27.2

This is a bug-fix release with no new features.

https://www.gnu.org/software/emacs/news/NEWS.27.2

Reviewed by:	ashish
Differential Revision:	https://reviews.freebsd.org/D27700
Original commitRevision:569232 
Tuesday, 26 Jan 2021
14:01 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:562671 
Sunday, 30 Aug 2020
20:19 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:547081 
Saturday, 15 Aug 2020
01:21 hrs search for other commits by this committer
Update japanese/mozc-{server,el,tool} and japanese/{fcitx,ibus,uim}-mozc
to 2.23.2815.102.01, and devel/py-gyp to a snapshot as of 20200512.
Changes include:

- Migration to Python 3.
- Update of the zipcode dictionary to 20200430.
- Fix of the icon path for fcitx.
Original commitRevision:544906 
Sunday, 14 Jun 2020
21:31 linimon search for other commits by this committer
Clarify the two error cases on powerpc64.

On 13 the entire output is:

  ninja: build stopped: subcommand failed.
  Traceback (most recent call last):
    File "build_mozc.py", line 1272, in <module>
      main()
    File "build_mozc.py", line 1259, in main
      BuildMain(cmd_opts, cmd_args)
    File "build_mozc.py", line 890, in BuildMain
      BuildWithNinja(options, targets)
    File "build_mozc.py", line 864, in BuildWithNinja
      RunOrDie([ninja, '-v', '-C', build_arg] + ninja_targets)
    File
"/wrkdirs/usr/ports/japanese/mozc-server/work/mozc-2.23.2815.102.00/src/build_tools/util.py",
line 99, in RunOrDie
      '==========']))
  build_tools.util.RunOrDieError:
  ==========
   ERROR: ninja -v -C out_linux/Release mozc_server
  ==========
  *** Error code 1

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:538830 
Wednesday, 3 Jun 2020
18:32 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:537830 
Wednesday, 22 Jan 2020
05:53 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:523788 
Tuesday, 7 Jan 2020
04:55 jrm search for other commits by this committer
editors/emacs-devel: Update to latest master branch commit, 4f2b415

This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
Original commitRevision:522315 
Wednesday, 6 Nov 2019
18:03 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories j

Add USES=xorg and USES=gl to ports in categories starting with 'j'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516912 
Tuesday, 17 Sep 2019
19:21 tobik search for other commits by this committer
Fix some misspelled or duplicated LICENSE_*
Original commitRevision:512232 
Sunday, 1 Sep 2019
23:45 jrm search for other commits by this committer
Bump PORTREVISION for more ports using EMACS_VERSION_SITE_LISPDIR

This is required after editors/emacs was updated to version 26.3 in
r510281.  Some of these ports were missed in r510696.
Original commitRevision:510750 
Wednesday, 31 Jul 2019
16:38 sunpoet search for other commits by this committer
Bump PORTREVISION for devel/protobuf shlib change
Original commitRevision:507719 
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 
Friday, 5 Jul 2019
19:08 sunpoet search for other commits by this committer
Update devel/protobuf to 3.8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		238808
Exp-run by:	antoine
Original commitRevision:505909 
Sunday, 31 Mar 2019
13:41 sunpoet search for other commits by this committer
Update devel/protobuf to 3.7.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		236157
Exp-run by:	antoine
Original commitRevision:497411 
Tuesday, 5 Mar 2019
07:05 hrs search for other commits by this committer
Update to 2.23.2815.102.00.
Original commitRevision:494682 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
Fix Qt5 symbol version scripts to put the catch-all clause first.  When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
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 
Monday, 3 Dec 2018
19:41 sunpoet search for other commits by this committer
Update devel/protobuf to 3.6.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		231008
Exp-run by:	antoine
Original commitRevision:486531 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Saturday, 7 Jul 2018
15:57 nobutaka search for other commits by this committer
Chase textproc/uim update to 1.8.8.
Original commitRevision:474103 
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 
Sunday, 24 Jun 2018
21:11 sunpoet search for other commits by this committer
Revert r473259 and r473260 which are committed by accident

- Bump PORTEPOCH for protobuf and py-protobuf
- Bump PORTREVISION for dependent ports
Original commitRevision:473276 
20:19 sunpoet search for other commits by this committer
Update to 3.6.0

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:473259 
Friday, 1 Jun 2018
18:13 jrm search for other commits by this committer
japanese/mozc-server: Unmark BROKEN and fix poudrirere/ccache build

The build failed with CCACHE_DIR_NON_ROOT_SAFE=yes in poudriere.conf.

Submitted by:	bdrewery
Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Original commitRevision:471279 
Thursday, 31 May 2018
01:18 jrm search for other commits by this committer
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade

Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
Original commitRevision:471191 
Thursday, 15 Mar 2018
20:00 bdrewery search for other commits by this committer
Fix WITH_CCACHE_BUILD support
Original commitRevision:464628 
Thursday, 1 Feb 2018
18:03 jrm search for other commits by this committer
Flavorize and modernize Emacs ports

- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
Original commitRevision:460621 
Monday, 11 Dec 2017
18:26 sunpoet search for other commits by this committer
Update devel/protobuf to 3.5.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:456058 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Wednesday, 16 Aug 2017
15:44 sunpoet search for other commits by this committer
Update devel/protobuf to 3.4.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:448041 
Thursday, 27 Jul 2017
13:57 mat search for other commits by this committer
Regular USE_GITHUB cleanup.

Sponsored by:	Absolight
Original commitRevision:446741 
Monday, 22 May 2017
16:04 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441468 
Saturday, 29 Apr 2017
15:43 sunpoet search for other commits by this committer
Update devel/protobuf to 3.3.0

- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds
fine without it
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
PR:		178687 [1]
Original commitRevision:439753 
14:50 jrm search for other commits by this committer
Chase editors/emacs update to version 25.2

Reported by:	des
Approved by:	ashish (emacs maintainer), swills (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D10534
Original commitRevision:439752 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
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
Original commitRevision:437439 
Monday, 30 Jan 2017
21:42 sunpoet search for other commits by this committer
Fix build with devel/protobuf 3.2.0

Notified by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Original commitRevision:432876 
Sunday, 29 Jan 2017
16:04 sunpoet search for other commits by this committer
Update devel/protobuf to 3.2.0

- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:432762 
Monday, 2 Jan 2017
12:10 hrs search for other commits by this committer
Fix build of japanese/mozc-tool.
Original commitRevision:430352 
Sunday, 1 Jan 2017
19:54 hrs search for other commits by this committer
Update to 2.20.2677.102.02.
Original commitRevision:430281 
17:19 hrs search for other commits by this committer
Fix build.
Original commitRevision:430263 
06:47 hrs search for other commits by this committer
Update to 2.20.2677.102.
Original commitRevision:430243 
Wednesday, 14 Dec 2016
17:58 sunpoet search for other commits by this committer
- Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
Original commitRevision:428581 
16:06 mat search for other commits by this committer
More USE_GITHUB cleanup.

Use GH_SUBDIR, or GH_TUPLE, where applicable.

Sponsored by:	Absolight
Original commitRevision:428569 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
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.
Original commitRevision:426566 
Monday, 17 Oct 2016
04:00 danfe search for other commits by this committer
- Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
Original commitRevision:424092 
Wednesday, 12 Oct 2016
19:22 antoine search for other commits by this committer
Unbreak build as a regular user
Original commitRevision:423889 
19:07 rm search for other commits by this committer
japanese/mozc-server: with build with python3

- limit python version to python 2.7
- remove duplicated python direct build dependency
- set correct python version in build scripts
- fix packaging by not installing to /root:

  ====>> Checking for filesystem violations... done
  ====>> Error: Filesystem touched during build:
  extra: root/.mozc

PR:		207937
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (based on)
Approved by:	maintainer timeout (14 days)
Original commitRevision:423884 
Monday, 23 May 2016
17:55 hrs search for other commits by this committer
- Add workaround for broken C++11 support in GCC.
- Remove extra -9 for GZIP_CMD.
Original commitRevision:415733 
Monday, 16 May 2016
17:43 hrs search for other commits by this committer
Update japanese/mozc-server to 2.17.2322.102.  Changes include:

- Use Github as the source.
- Depend on devel/py-gyp and japanese/zinnia because bundled versions have
  been removed from the original distfile.
- devel/py-gyp-devel has been updated to snapshot as of 20160504 and
  renamed with devel/py-gyp.  Take maintainership[*].
- Install mozc.el.gz instead of mozc.el.

Approved by:	maintainer [*]
Original commitRevision:415345 
Friday, 1 Apr 2016
14:08 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412347 
Tuesday, 8 Mar 2016
13:09 mat search for other commits by this committer
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.

Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
Original commitRevision:410613 
Saturday, 26 Sep 2015
13:02 antoine search for other commits by this committer
Remove deprecated @exec/@unexec from ports using uim-module-manager
Original commitRevision:397973 
Monday, 13 Jul 2015
07:30 hrs search for other commits by this committer
Update to 2.17.2106.102.
Original commitRevision:391880 
Thursday, 9 Jul 2015
21:12 hrs search for other commits by this committer
- Add japanese/uim-mozc, uim plugin for mozc input method[*].
- Fix XML file for ibus engine.
- Fix stop_server() in mozc startup script.

PR:			199258 [*]
Based on work by:	Koichiro IWAO [*]
Original commitRevision:391682 
Friday, 3 Apr 2015
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 
Friday, 20 Feb 2015
05:15 hrs search for other commits by this committer
- Fix installation path of mozc_emacs_helper.
- Fix mozc_tool path in the fcitx patch set.
Original commitRevision:379411 
Wednesday, 18 Feb 2015
19:16 hrs search for other commits by this committer
- Fix pathname of mozc_renderer, mozc_tool, and mozc_emacs_helper.
- Fix mozc_tool script to accept options regardless --mode= is specified.
- Fix leim-list.el to load mozc.elc.
Original commitRevision:379309 
Saturday, 14 Feb 2015
22:12 hrs search for other commits by this committer
Update to 2.16.2051.102.

- fcitx-mozc has been updated to 2.16.2037.102.2 patch.
- mozc_server_* scripts have been replaced with a single mozc script.
Original commitRevision:379025 
Saturday, 20 Dec 2014
19:05 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:375091 
Saturday, 29 Nov 2014
18:22 tijl search for other commits by this committer
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools.  The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:373636 
Tuesday, 7 Oct 2014
07:21 hrs search for other commits by this committer
Fix build on 10.0.
Original commitRevision:370276 
Monday, 6 Oct 2014
20:16 hrs search for other commits by this committer
- Fix build failure on braches with Clang older than 3.4.
- Fix build failure on head due to libiconv link error.
- Remove redundant patches.
- Add cflags and cflags_cc flags to build_mozc.py.
Original commitRevision:370219 
Saturday, 4 Oct 2014
15:12 sunpoet search for other commits by this committer
- Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
Original commitRevision:369969 
Thursday, 4 Sep 2014
15:46 adamw search for other commits by this committer
Fix mozc-server and mozc-client builds by directly depending on
lang/python so that the python command exists.
Original commitRevision:367284 
Sunday, 31 Aug 2014
18:47 hrs search for other commits by this committer
Use USES=python instead of USE_PYTHON_*.
Original commitRevision:366812 
18:36 hrs search for other commits by this committer
Fix build on branches with GCC 4.2.1.

Spotted by:	ume
Original commitRevision:366809 
17:18 hrs search for other commits by this committer
Fix MASTER_SITES.
Original commitRevision:366793 
Saturday, 30 Aug 2014
22:19 hrs search for other commits by this committer
Update Mozc to 1.15.1868.102.
Original commitRevision:366687 
Wednesday, 16 Jul 2014
08:13 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362049 
Sunday, 13 Jul 2014
23:36 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361728 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Saturday, 21 Jun 2014
01:26 sanpei search for other commits by this committer
support stage.
Original commitRevision:358658 
Thursday, 19 Jun 2014
11:08 sanpei search for other commits by this committer
support stage for mozc-el.
Original commitRevision:358380 
Monday, 26 May 2014
12:33 miwi search for other commits by this committer
- Convert gmake,bzip2 to USES

Approved by:	portmgr
Original commitRevision:355318 
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 
Sunday, 15 Dec 2013
21:56 mva search for other commits by this committer
- Back out my change, since wg@ already fixed the port

Noticed by:	wg@
Original commitRevision:336588 
21:50 mva search for other commits by this committer
- Depend explicitly on lang/python at build time.

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336585 
20:32 wg search for other commits by this committer
japanese/mozc-server: depends explicitly on "python" to build

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
Original commitRevision:336580 

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

1 | 2  »