| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| This is a slave port. You may also want to view the commits to the master port: japanese/mozc-server |
| Commit | Credits | Log message |
2.23.2815.102.01_33 11 Apr 2026 16:03:58
    |
Joseph Mingrone (jrm)  |
Emacs Lisp ports framework: Overhaul
This overhaul introduces four key changes to the elisp ports framework:
1. Remove support for packaged byte-compiled elisp.
The primary motivation is to remove a large number of flavor-specific
packages and to simplify the ports tree. As an example, supporting
byte-compiled elisp for devel/tablist required six packages, one for
each flavor of editors/emacs and editors/emacs-devel. With over 100
elisp ports and requests for new Emacs flavors, this was
unmanageable.
2. Install configuration to integrate with Emacs's native compilation
machinery, allowing elisp from ports to be compiled into the standard (Only the first 15 lines of the commit message are shown above ) |
2.23.2815.102.01_7 20 Jul 2022 14:22:11
    |
Tobias C. Berner (tcberner)  |
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> (Only the first 15 lines of the commit message are shown above ) |
2.23.2815.102.01_6 05 Apr 2022 21:37:15
    |
Luca Pizzamiglio (pizzamig)  |
japanese/mozc-el: Fix PORTREVISION
Use the PORTREVISION of the master port |
2.23.2815.102.01_1 15 Nov 2021 15:19:58
    |
Joseph Mingrone (jrm)  |
USES=emacs: Chase package name changes
PR: 259259
Differential Revision: https://reviews.freebsd.org/D32613 |
2.23.2815.102.01_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.23.2815.102.01 15 Aug 2020 01:21:01
  |
hrs  |
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. |
2.23.2815.102.00_2 12 Aug 2020 18:30:07
  |
jrm  |
editors/emacs: Update to version 27.1
Please refer to the 20200811 UPDATING entry when upgrading
dependent (*-emacs26-*) ports.
Port changes:
- depend on math/gmp
- match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and
turning MAGICK off by default
- remove OPENMP check for graphics/ImageMagick as the openmp is now
included in base
- update EMACS_VER in Mk/Uses/emacs.mk
- bump USES=emacs ports or remove BROKEN for net-im/jabber.el and
deskutils/howm, which now build
Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch)
Reviewed by: ashish
Differential Revision: https://reviews.freebsd.org/D23966 |
2.23.2815.102.00_1 07 Jan 2020 04:55:40
  |
jrm  |
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 |
2.23.2815.102.00_4 13 Aug 2019 22:22:35
  |
mat  |
Convert to UCL & cleanup pkg-message (categories h-k) |
2.23.2815.102.00 05 Mar 2019 07:05:54
  |
hrs  |
Update to 2.23.2815.102.00. |
2.20.2677.102.02_8 31 May 2018 01:18:05
  |
jrm  |
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 |
2.20.2677.102.02_8 01 Feb 2018 18:03:10
  |
jrm  |
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 |
2.20.2677.102.02_7 12 Sep 2017 15:38:57
  |
ashish  |
Chase Emacs update |
1.11.1502.102_1 19 Jun 2014 11:08:11
  |
sanpei  |
support stage for mozc-el. |
1.11.1502.102 20 Sep 2013 18:47:56
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
1.10.1390.102_3 14 May 2013 19:46:21
  |
hrs  |
- 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. (Only the first 15 lines of the commit message are shown above ) |
1.10.1390.102_2 24 Apr 2013 07:32:57
  |
daichi  |
fixed a mozc-el build issue |
1.10.1390.102 23 Apr 2013 03:11:58
  |
daichi  |
update to 1.10.1390.102 |
1.5.1090.102_7 26 Jul 2012 02:41:58
 |
daichi  |
fixed mozc-el build fail
PR: 170131
Submitted by: Seiji Ariga <freebsd@khaotic.net> |
1.5.1090.102 29 May 2012 14:10:22
 |
daichi  |
update to mozc-1.5.1090.102.1 |
1.3.975.102_1 05 Mar 2012 12:22:11
 |
daichi  |
version bump to follow Emacs23 update |
1.3.975.102 29 Jan 2012 05:22:57
 |
daichi  |
Update to 1.3.975.102 |
1.3.931.102 01 Jan 2012 00:35:25
 |
daichi  |
Forgotten to add pkg-message file
Pointed out by: pointyhat |
1.3.931.102 27 Dec 2011 01:57:38
 |
daichi  |
Changed the mozc-el port to use the master mozc-server port
for its easy maintenance
- changed as mozc-server slave ports for easy maintenance
- updated to 1.3.931.102
Approved by: maho |
1.3.911.102 22 Dec 2011 00:17:27
 |
pav  |
- Mark BROKEN: does not build
Reported by: pointyhat |
1.3.911.102 06 Dec 2011 06:12:37
 |
maho  |
Update to 1.3.911.102.
PR: 163074
Submitted by: HATANO Tomomi <hatanou@infolab.ne.jp>
Feature safe: yes |
1.1.773.102_3 17 Oct 2011 06:01:31
 |
ashish  |
- Chase editors/emacs update |
1.1.773.102_2 07 Sep 2011 20:21:30
 |
ashish  |
Chase editors/emacs update |
1.1.773.102_1 27 Aug 2011 22:22:57
 |
ashish  |
Chase editors/emacs update.
PR: ports/160196 |
1.1.773.102 08 Aug 2011 08:29:29
 |
maho  |
Update to 1.1.773.102.
PR: 159312
Submitted by: HATANO Tomomi <hatanou@infolab.ne.jp> |
0.13.523.102 17 Jul 2011 21:30:33
 |
pav  |
- Mark BROKEN on FreeBSD 7.X: does not compile
base/process.cc:317: error: '::posix_spawn' has not been declared
Reported by: pointyhat |
0.13.523.102 28 Jun 2011 04:04:52
 |
maho  |
Add japanese/mozc-el port.
Mozc.el is an Emacs client of Mozc, so you can input
Japanese via mozc in your tty, bypassing ibus.
WWW: http://code.google.com/p/mozc/
Submitted by: TAKANO, Yuji |