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) combination for a given watch list. This is what FreshPorts will look for.

non port: japanese/mozc-server/Makefile

Number of commits found: 170 (showing only 70 on this page)

«  1 | 2 

Sunday, 15 Dec 2013
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 
Monday, 18 Nov 2013
14:55 bsam search for other commits by this committer
Fix build of japanese/mozc-tools with native iconv. The error:
-----
  LINK(target) out_linux/Release/mozc_tool
/usr/bin/ld: cannot find -liconv
c++: error: linker command failed with exit code 1 (use -v to see
invocation)
gmake[2]: *** [out_linux/Release/mozc_tool] Error 1
-----

Notes:
1. The fix for japanese/mozc-tools (committed to japanese/mozc-server).
2. Do not bump PORTREVISION of japanese/mozc-tools since:
- it's a build failure;
- it should be treated while upgrading at each system along with other iconv
  changes.

Reported by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Tested by:	Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Approved by:	portmgr (bapt, implicit)
Original commitRevision:334202 
Sunday, 3 Nov 2013
12:56 hrs search for other commits by this committer
- Fix build on 10.x.
- Add STAGEDIR support.
Original commitRevision:332611 
Friday, 20 Sep 2013
18:47 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Original commitRevision:327737 
Sunday, 18 Aug 2013
08:03 hrs search for other commits by this committer
Add a patch to fix a build error "invalid DSO for symbol `libiconv_open'
definition".
Original commitRevision:324891 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Thursday, 25 Jul 2013
04:51 hrs search for other commits by this committer
Do not define post-configure and pre-build target for mozc_el.

Spotted by:	HATANO Tomomi
Original commitRevision:323625 
Saturday, 20 Jul 2013
04:02 hrs search for other commits by this committer
- Update to 1.11.1502.102.  Changes include:

 * Fixes cursor movement issue on Emacs 24 (Issue 168)
 * Support numpad keys in mozc.el (Issue 170)
 * Support Emacs 24 in mozc.el (Issue 190)
 * Support surrounding text
 * Dictionary update

- Take maintainership.

Approved by:	daichi (maintainer)
Original commitRevision:323333 
Wednesday, 3 Jul 2013
10:22 hrs search for other commits by this committer
Fix BUILD_DEPENDS in japanese/mozc-tool.

Spotted by:	ume
Original commitRevision:322217 
Tuesday, 2 Jul 2013
16:22 hrs search for other commits by this committer
Update zipcode database to 20130628.
Original commitRevision:322178 
Saturday, 25 May 2013
14:37 zeising search for other commits by this committer
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Thursday, 23 May 2013
00:37 hrs search for other commits by this committer
Fix dependency.

Reported by:	miwi
Original commitRevision:318809 
Wednesday, 15 May 2013
18:19 hrs search for other commits by this committer
Add a workaround when archivers/lha-ac is installed.

Spotted by:	me
Original commitRevision:318251 
Tuesday, 14 May 2013
19:46 hrs search for other commits by this committer
 - Add Japan Post zip code dictionary.
 - Add LICENSE.
 - Fix malformed BUILD_DEPENDS and remove unnecessary dependencies.
   Use USE_* in a consistent manner.
 - Fix inconsistency toolchain usage in build_tools and the others.
   Hardcoded g++ was always used only for the former even if both gcc
   and clang were available.
 - Enable -Werror.
 - Fix SSP issue on i386 platform.
 - Let cpp(1) to replace LOCALBASE instead of patching and sed(1).
 - Use GYP_DEFINES for build variables instead of patching.
 - Separate the stages of configuration and build from each other.
 - Add options for localbase and openssl-related configuration to gyp
   instead of patching.
 - Fix makesum target.
 - Fix whitespaces to make portlint happy.
 - Disable serialization for linking.  It is not needed.
 - Remove hardcoded mozc.xml.
 - Respect DISABLE_MAKE_JOBS=yes.  Do not calculate the factor using the
   number of CPUs.
 - Remove a confusing message after pkg-message.
 - Rename a deprecated function (inactivate-current-input-method-function)
   in mozc.el in a compatible fashion with the older emacsen [1].
 - Add leim-list.el for registration of mozc-mode via LEIM API.
   "(require 'mozc)" is no longer needed.
 - Fix a build problem when binutils is installed and ${LOCALBASE}/bin
   comes first in $PATH [2].

Submitted by:	Tadaaki Nagao [1]
Reported by:	Kenichi Niioka [2]
PR:		ports/178250
Approved by:	maintainer timeout (2 weeks)
Original commitRevision:318195 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Wednesday, 24 Apr 2013
07:32 daichi search for other commits by this committer
fixed a mozc-el build issue
Original commitRevision:316406 
Tuesday, 23 Apr 2013
11:46 bapt search for other commits by this committer
Convert j* categories to USES=pkgconfig
Original commitRevision:316350 
03:45 daichi search for other commits by this committer
enabled mozc_renderder, default on.
Original commitRevision:316306 
03:11 daichi search for other commits by this committer
update to 1.10.1390.102
Original commitRevision:316305 
Tuesday, 2 Apr 2013
15:02 miwi search for other commits by this committer
- Mark broken fails to build

Reported by:	pointyhat
Approved by:	maintainer feedback timeout 3 weeks+; portmgr
Original commitRevision:315678 
Monday, 18 Mar 2013
15:14 vanilla search for other commits by this committer
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
Original commitRevision:314580 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Friday, 14 Dec 2012
07:52 daichi search for other commits by this committer
fixed build error related to OPENSSL_LDFLAGS

PR:		ports/174406
Submitted by:	Mamoru Sakaue <sakaue.mamoru@mwghennndo.com>
Original commitRevision:308885 
Wednesday, 26 Sep 2012
12:53 daichi search for other commits by this committer
build issue fixed

PR:		ports/172088
Submitted by:	Kazuyoshi Kamitsukasa <jou4.pub@gmail.com>
Original commitRevision:304906 
Tuesday, 18 Sep 2012
05:43 daichi search for other commits by this committer
improved paralell build handling
Original commitRevision:304429 
Monday, 17 Sep 2012
08:29 daichi search for other commits by this committer
fixed a FreeBSD 9.x build issue
Original commitRevision:304390 
Friday, 7 Sep 2012
03:28 daichi search for other commits by this committer
Updated mozc relative ports to 1.6.1187.102
  - Google droped SCIM support from this version.
    japanese/scim-mozc will be removed in the future.
Original commitRevision:303800 
Saturday, 28 Jul 2012
15:57 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
Thursday, 26 Jul 2012
02:41 daichi search for other commits by this committer
fixed mozc-el build fail

PR:		170131
Submitted by:	Seiji Ariga <freebsd@khaotic.net>
Original commit
Sunday, 22 Jul 2012
06:11 daichi search for other commits by this committer
improve gtk/glib dependency

PR:		170037
Submitted by:	Seiji Ariga <freebsd@khaotic.net>
Original commit
Friday, 20 Jul 2012
06:18 daichi search for other commits by this committer
fixed a build error reported by pointy hat
Original commit
Thursday, 19 Jul 2012
01:13 daichi search for other commits by this committer
corresponding to ibus update
Original commit
Tuesday, 3 Jul 2012
06:15 daichi search for other commits by this committer
improved dependency handling
Original commit
Tuesday, 26 Jun 2012
01:40 daichi search for other commits by this committer
- Fix the BROKEN flag
- Add LIB_DEPENDS
        devel/glib20
        x11-toolkits/gtk20
- Minor Makefile code fixes to make portlint happier
- Checked on Redports.org

PR:             ports/169364
Submitted by:   Masaki TAGAWA <masaki@club.kyutech.ac.jp>
Original commit
Sunday, 10 Jun 2012
09:37 pav search for other commits by this committer
- Mark BROKEN: does not build

Reported by:    pointyhat
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
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 29 May 2012
14:10 daichi search for other commits by this committer
update to mozc-1.5.1090.102.1
Original commit
Wednesday, 23 May 2012
06:30 daichi search for other commits by this committer
- fixed a build error
- improved fcitx-mozc build handling

Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
01:27 daichi search for other commits by this committer
fixed some path issues

Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
Tuesday, 22 May 2012
05:19 daichi search for other commits by this committer
Added fcitx-mozc support

PR:             167860, 166711
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Original commit
Wednesday, 2 May 2012
04:16 daichi search for other commits by this committer
improved the openssl relative handling

Submitted by:   hrs
Original commit
Tuesday, 1 May 2012
05:53 daichi search for other commits by this committer
update to 1.5.1053.102
Original commit
Monday, 2 Apr 2012
00:10 daichi search for other commits by this committer
Update to Mozc 1.4.1033.102

Feature safe: yes
Original commit
Friday, 16 Mar 2012
04:22 daichi search for other commits by this committer
Update to 1.4.1003.102

Feature safe: yes
Original commit
Monday, 30 Jan 2012
06:48 daichi search for other commits by this committer
Fixed a build issue for 8.x
Original commit
Sunday, 29 Jan 2012
06:26 daichi search for other commits by this committer
Simplified LOCALBASE replacement treatment
Original commit
05:22 daichi search for other commits by this committer
Update to 1.3.975.102
Original commit
Tuesday, 10 Jan 2012
00:09 daichi search for other commits by this committer
Update for ibus 1.4.0
Original commit
Saturday, 7 Jan 2012
04:49 daichi search for other commits by this committer
added support for ibus-1.4.0

Requested by:   Buganini
Original commit
02:19 daichi search for other commits by this committer
fixed wrong packages name
Original commit
Saturday, 24 Dec 2011
14:15 daichi search for other commits by this committer
Update mozc* to 1.3.931.102
  - update to 1.3.931.102
  - added mozc-el knob
Original commit
Monday, 12 Dec 2011
17:43 daichi search for other commits by this committer
- fixed a gcc 4.2.1 's namespace bug. Now mozc can build
  himself using the system's default gcc.
- removed the dependency for external gyp
- removed the gsed dependency
- removed the gnugrep dependency
- refined the mozc relative ports

Feature safe: yes
Submitted by:   hrs
Original commit
Sunday, 11 Dec 2011
12:14 daichi search for other commits by this committer
Fixed typo.

Submitted by:   sanpei
Feature safe:   yes
Original commit
Saturday, 10 Dec 2011
11:14 daichi search for other commits by this committer
Fixed a build error caused by a gcc 4.2.1's namespace bug.

Feature safe: yes
Original commit
Wednesday, 7 Dec 2011
03:33 daichi search for other commits by this committer
Fix a dependency issue pointed out by pointyhat

Feature safe: yes
Original commit
Sunday, 4 Dec 2011
14:02 daichi search for other commits by this committer
Update to 1.3.911.102 including new features
  - New tool: Word Register
  - New tool: Hand Writing
  - New tool: Character Palette
  - Prediction feature
  - Correct suggestion feature
  - dictionary improvements

Feature safe: yes
Original commit
Thursday, 10 Nov 2011
05:38 linimon search for other commits by this committer
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
Original commit
Wednesday, 23 Mar 2011
23:59 pav search for other commits by this committer
- Chase protobuf update

Reported by:    pointyhat
Pointy hat to:  vanilla
Original commit
Saturday, 25 Dec 2010
16:55 sunpoet search for other commits by this committer
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)
Original commit
Saturday, 6 Nov 2010
02:40 daichi search for other commits by this committer
Update mozc to 0.13.523.102
Original commit
Saturday, 16 Oct 2010
03:42 daichi search for other commits by this committer
Update mozc relative ports from 0.13.481.102 to 0.13.499.102
Original commit
Sunday, 3 Oct 2010
09:52 daichi search for other commits by this committer
Reduce amount of patch, pointed by Google mozc dev team.
Original commit
Monday, 27 Sep 2010
08:02 daichi search for other commits by this committer
Add Debug build knob, WITH_DEBUG_CODE
Log files will be generated under ~/.mozc/
Original commit
Saturday, 25 Sep 2010
03:56 daichi search for other commits by this committer
Update mozc to 0.13.481.102
Original commit
Saturday, 18 Sep 2010
06:05 daichi search for other commits by this committer
Update mozc to 0.13.464.102
Original commit
Sunday, 5 Sep 2010
02:08 daichi search for other commits by this committer
Added some mozc improvements for FreeBSD:
  - add signal treatments for FreeBSD to do correct
    termination process (remove socket file and lock file
    as closing time).
  - improve socket filename treatment

Now mozc_server does correct termination process. By this
improvements, you don't need mozc-additions anymore. But
commands included in mozc-additions is safe and useful for
start, stop, restart and launch mozc tools even now.
Original commit
Saturday, 4 Sep 2010
02:44 daichi search for other commits by this committer
Update Mozc (Japanese Input Method Editor)
relative ports to 0.12.434.102 and fix build error on
recent 9-CURRENT.
Original commit
Saturday, 14 Aug 2010
08:42 linimon search for other commits by this committer
Mark as broken on sparc64.

Hat:            portmgr
Original commit
Saturday, 26 Jun 2010
08:06 daichi search for other commits by this committer
Add a new port: mozc-server
  - Mozc server for IBus, SCIM and others

Feature safe:   yes
Original commit

Number of commits found: 170 (showing only 70 on this page)

«  1 | 2