Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2016 17:43:22
20150414

|
hrs  |
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 [*] |
12 Jul 2015 16:09:26
20150414

|
sunpoet  |
- Add LICENSE
- Fix USES=python
- Sort USE_PYTHON [1]
- Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk
Approved by: portmgr (blanket)
With hat: python [1] |
17 Apr 2015 00:08:25
20150414

|
daichi  |
updated to latest development version:
- changed the PORTVERSION style from using revision to
a date checked out because the version managament
system of gyp was changed from subversion to git.
Reviewed by: thierry |
20 Oct 2014 16:04:14
r832_4

|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
05 May 2014 09:45:37
r832_4

|
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
16 Apr 2014 21:39:55
r832_4

|
thierry  |
- Don't generate Makefile for the OS target "linux" but for freebsd;
- Initialize default values for the compilers.
PR: ports/187115
Submitted by: /me
Approved by: maintainer's time-out |
06 Mar 2014 14:14:11
r832_3

|
miwi  |
- Stage support
- Convert to autoplist
- Bump PORTREVISION |
15 Dec 2013 16:22:17
r832_2

|
wg  |
Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is (Only the first 15 lines of the commit message are shown above ) |
20 Sep 2013 17:13:47
r832_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
12 Dec 2011 17:43:50
r832_2
|
daichi  |
- 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 |
03 Jul 2011 14:59:23
r832_1
|
ohauer  |
-remove MD5 |
29 Dec 2010 20:04:42
r832_1
|
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
04 Sep 2010 02:44:13
r832_1
|
daichi  |
Update Mozc (Japanese Input Method Editor)
relative ports to 0.12.434.102 and fix build error on
recent 9-CURRENT. |
26 Jun 2010 01:36:06
r832
|
daichi  |
Add a new port: gyp
gyp (Generate Your Projects) - a python based build tool
Feature safe: yes |