Commit graph

72 commits

Author SHA1 Message Date
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Hiroki Sato
9993dd9b19 Add a patch to fix a build error "invalid DSO for symbol `libiconv_open'
definition".
2013-08-18 08:03:43 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Hiroki Sato
bba30d853c Do not define post-configure and pre-build target for mozc_el.
Spotted by:	HATANO Tomomi
2013-07-25 04:51:03 +00:00
Hiroki Sato
a985a72822 - 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)
2013-07-20 04:02:49 +00:00
Hiroki Sato
9bd0f80e4b Fix BUILD_DEPENDS in japanese/mozc-tool.
Spotted by:	ume
2013-07-03 10:22:40 +00:00
Hiroki Sato
ea97f0e983 Update zipcode database to 20130628. 2013-07-02 16:22:37 +00:00
Niclas Zeising
92ea0d614b 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!
2013-05-25 14:37:02 +00:00
Hiroki Sato
87e2e8e2e6 Fix dependency.
Reported by:	miwi
2013-05-23 00:37:49 +00:00
Hiroki Sato
bdb33870b6 Add a workaround when archivers/lha-ac is installed.
Spotted by:	me
2013-05-15 18:19:49 +00:00
Hiroki Sato
8a7acbced9 - 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)
2013-05-14 19:46:20 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Daichi GOTO
91696069c0 fixed a mozc-el build issue 2013-04-24 07:32:57 +00:00
Baptiste Daroussin
4ad115ab4e Convert j* categories to USES=pkgconfig 2013-04-23 11:46:54 +00:00
Daichi GOTO
cc512eb308 enabled mozc_renderder, default on. 2013-04-23 03:45:02 +00:00
Daichi GOTO
ff03793c3a update to 1.10.1390.102 2013-04-23 03:11:57 +00:00
Martin Wilke
34645c27a5 - Mark broken fails to build
Reported by:	pointyhat
Approved by:	maintainer feedback timeout 3 weeks+; portmgr
2013-04-02 15:02:19 +00:00
Vanilla I. Shu
5e191b87d1 1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
2013-03-18 15:14:27 +00:00
Koop Mast
7887c684ad * 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
2013-03-08 10:51:34 +00:00
Daichi GOTO
0ddd2daf37 fixed build error related to OPENSSL_LDFLAGS
PR:		ports/174406
Submitted by:	Mamoru Sakaue <sakaue.mamoru@mwghennndo.com>
2012-12-14 07:52:55 +00:00
Daichi GOTO
30e6d7a2c6 build issue fixed
PR:		ports/172088
Submitted by:	Kazuyoshi Kamitsukasa <jou4.pub@gmail.com>
2012-09-26 12:53:34 +00:00
Daichi GOTO
8f13de7f95 improved paralell build handling 2012-09-18 05:43:23 +00:00
Daichi GOTO
d164b1174e fixed a FreeBSD 9.x build issue 2012-09-17 08:29:02 +00:00
Daichi GOTO
4ccfe04bf0 fixed distinfo 2012-09-10 00:55:39 +00:00
Daichi GOTO
af6c7ac1ba update distinfo 2012-09-09 05:01:46 +00:00
Daichi GOTO
66dcdf29bf 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.
2012-09-07 03:28:18 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Daichi GOTO
49ac3accb4 fixed mozc-el build fail
PR:		170131
Submitted by:	Seiji Ariga <freebsd@khaotic.net>
2012-07-26 02:41:58 +00:00
Daichi GOTO
4650dd5d96 improve gtk/glib dependency
PR:		170037
Submitted by:	Seiji Ariga <freebsd@khaotic.net>
2012-07-22 06:11:53 +00:00
Daichi GOTO
f300d940d1 fixed a build error reported by pointy hat 2012-07-20 06:18:37 +00:00
Daichi GOTO
d79c87e6f8 corresponding to ibus update 2012-07-19 01:13:39 +00:00
Daichi GOTO
371d86fc6e improved dependency handling 2012-07-03 06:15:28 +00:00
Daichi GOTO
32e10a8796 - 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>
2012-06-26 01:40:09 +00:00
Pav Lucistnik
47c4746e08 - Mark BROKEN: does not build
Reported by:	pointyhat
2012-06-10 09:37:13 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Daichi GOTO
2e3c15fee7 update to mozc-1.5.1090.102.1 2012-05-29 14:10:22 +00:00
Daichi GOTO
f5ddf5bf2e - fixed a build error
- improved fcitx-mozc build handling

Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-05-23 06:30:39 +00:00
Daichi GOTO
c52abba0b3 fixed some path issues
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-05-23 01:27:59 +00:00
Daichi GOTO
f7d8f112e9 Added fcitx-mozc support
PR:		167860, 166711
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-05-22 05:19:40 +00:00
Daichi GOTO
a76795c61a added a new patch of the openssl build handling 2012-05-02 04:18:31 +00:00
Daichi GOTO
ffe6e90046 improved the openssl relative handling
Submitted by:	hrs
2012-05-02 04:16:50 +00:00
Daichi GOTO
c026b5acd5 added a needed patch file 2012-05-01 06:41:06 +00:00
Daichi GOTO
076e412612 removed unneeded patch file 2012-05-01 06:38:43 +00:00
Daichi GOTO
e458dd64c4 update to 1.5.1053.102 2012-05-01 05:53:34 +00:00
Daichi GOTO
16e813f18b Update to Mozc 1.4.1033.102
Feature safe: yes
2012-04-02 00:10:35 +00:00
Daichi GOTO
5c0d726ca9 Update to 1.4.1003.102
Feature safe: yes
2012-03-16 04:22:16 +00:00
Daichi GOTO
47cbd52e1d Fixed a build issue for 8.x 2012-01-30 06:48:45 +00:00
Daichi GOTO
d450c174c7 Simplified LOCALBASE replacement treatment 2012-01-29 06:26:01 +00:00
Daichi GOTO
9083803e53 Update to 1.3.975.102 2012-01-29 05:22:57 +00:00