1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

6609 Commits

Author SHA1 Message Date
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Hajimu UMEMOTO
d0eadae7a3 Re-inrtoduce GNOME SUICA Viewer. 2012-08-12 20:10:47 +00:00
Hajimu UMEMOTO
7de81bb812 Update to 0.9.0 and unmark BROKEN. 2012-08-12 19:48:37 +00:00
TAKATSU Tomonari
11d8eeef1a - Add PORTSCOUT to restrict Japanese language version 2012-08-11 12:27:39 +00:00
TAKATSU Tomonari
9b31e3fa11 - Update to 3.0.5 2012-08-11 08:39:12 +00:00
Hajimu UMEMOTO
a4cc88c1a2 Use more apropriate check for Emacs version.
Spotted by:	crees
2012-08-10 17:59:40 +00:00
Hajimu UMEMOTO
75ece340d5 It doesn't build with Emacs 24. 2012-08-10 17:44:35 +00:00
TAKATSU Tomonari
5e40cda81d - Update to 4.2.2
- Remove PKGNAMEPREFIX (-ja) since a PKGNAMESUFFIX (ja-) is already applied
- Add NO_WRKSUBDIR
- Add the plist target from the german ports (no need to install before)
- Fix build to be done with and without pkgng

Submitted by:	ohauer@ (based on)
2012-08-07 20:37:11 +00:00
TAKATSU Tomonari
ce7512f0fe - Update to 4.0.7
- Remove PKGNAMEPREFIX (-ja) since a PKGNAMESUFFIX (ja-) is already applied
- Add NO_WRKSUBDIR
- Add the plist target from the german ports (no need to install before)
- Fix build to be done with and without pkgng

Submitted by:	ohauer@ (based on)
2012-08-07 20:35:58 +00:00
TAKATSU Tomonari
1d18b65259 - Update to 3.6.10
- Remove PKGNAMEPREFIX (-ja) since a PKGNAMESUFFIX (ja-) is already applied
- Add NO_WRKSUBDIR
- Add the plist target from the german ports (no need to install before)
- Fix build to be done with and without pkgng

Submitted by:	ohauer@ (based on)
2012-08-07 20:34:28 +00:00
Michael Scheidell
a2f9ffeb8d - Eliminate perl 5.16 defined() array error.
- No PORTREVISION bump (its just an error, and only on 5.16)

PR:		ports/170293
Submitted by:	Kenji Rikitake <kenji.rikitake@acm.org>
Approved by:	port@ maintainer
2012-08-07 19:45:32 +00:00
Michael Scheidell
a93450c115 - Fix pointyhat (plist), ubreak
- Submitter is now maintainer

PR:		ports/168321
Submitted by:	turutani@scphys.kyoto-u.ac.jp (maintainer)
2012-08-07 12:31:04 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Hiroki Sato
47ebbc6d92 Fix compilation issue on emacs24.
PR:		ports/170363
2012-08-04 00:56:02 +00:00
Michael Scheidell
26bf335054 - Fix conflicts
PR:		ports/170274
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2012-08-03 09:25:57 +00:00
Ashish SHUKLA
f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Michael Scheidell
4e6a59502f fcitx-anthy provides Anthy, the most popular Japanese input method
system, as a back-end to the Fcitx IM framework.

WWW:	http://code.google.com/p/fcitx/

PR:		ports/170011
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2012-07-27 07:09:32 +00:00
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
2012-07-26 05:40:22 +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
TAKATSU Tomonari
795fe5e0b4 - Copy japanese/bugzilla to japanese/bugzilla42 according to
devel/bugzilla42
- Update japanese/bugzilla42 to 4.2.1
2012-07-25 20:53:43 +00:00
Carlo Strub
4ccd1fc621 Fix typos in COMMENT 2012-07-25 11:24:09 +00:00
Doug Barton
86b7e3bb7f For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
2012-07-23 01:33:55 +00:00
Jun Kuriyama
862db21980 - Upgrade to 0.09. 2012-07-22 13:22:15 +00:00
Jun Kuriyama
8fd2a9684e - Upgrade to 0.12.3.ja2. 2012-07-22 09:14:46 +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
Ruslan Makhmatkhanov
7f0d491592 - fix build if lang/vala is installed (the port needs vala >= 0.14.0)
- not bumping PORTREVISION because it was broken in this case anyway

PR:		169990
Submitted by:	Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer)
2012-07-20 10:24:42 +00:00
Daichi GOTO
f300d940d1 fixed a build error reported by pointy hat 2012-07-20 06:18:37 +00:00
Beat Gaetzi
e3afdff390 - Chase ibus update [1]
- Pet portlint
- Convert to optionsng

Reported by:	pointyhat [1]
Submitted by:	hiroto.kagotani AT gmail.com (maintainer via private mail)
2012-07-19 12:36:12 +00:00
Daichi GOTO
d79c87e6f8 corresponding to ibus update 2012-07-19 01:13:39 +00:00
Daichi GOTO
d199617c33 corresponding to ibus update 2012-07-19 01:12:08 +00:00
Jung-uk Kim
495b66e319 - Update LibreOffice and the language packs to 3.5.5.
- Add new language packs, i.e., ast, bo, kn, lb, and ug.
2012-07-17 20:55:45 +00:00
Hiroki Sato
e573214c34 Update to 20120629. 2012-07-12 15:58:34 +00:00
Hiroki Sato
d383283c27 Update to 441. 2012-07-12 15:58:12 +00:00
Hiroki Sato
51fff0b552 Update repository URL. 2012-07-12 15:57:48 +00:00
Hiroki Sato
c441055f56 Update to 20120411-2. 2012-07-12 15:57:13 +00:00
Jase Thew
058e28006d - Update to 0.0.13 [1]
- Convert to optionsNG, add NLS option

PR:		ports/169626 [1]
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
Approved by:	flo (mentor)
2012-07-11 12:03:04 +00:00
Michael Scheidell
0b4cec9764 - Unbreak
- No PORTREVISION bump

PR:		ports/169240
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
Approved by:	maintainer (timeout,19 days)
2012-07-08 23:41:58 +00:00
Jase Thew
81af743046 - Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
closure. We thank Parodius for the hosting services they provided.

PR:		ports/169570
Submitted by:	Jeremy Chadwick <jdc@koitsu.org>
Approved by:	culot (mentor)
2012-07-07 16:13:16 +00:00
Pawel Pekala
84d5cb591b Add USE_CSTD=gnu89 to fix linking when building with clang 2012-07-05 17:26:10 +00:00
Alberto Villa
ff330a762f - Update Calligra to 2.4.3.
- Add Japanese localization.

This release contains a number of important bug fixes to 2.4.2:
http://www.calligra.org/news/calligra-2-4-3-released
2012-07-05 08:20:22 +00:00
Daichi GOTO
371d86fc6e improved dependency handling 2012-07-03 06:15:28 +00:00
Jun Kuriyama
2042fb7e92 - Update to 20120629. 2012-07-02 02:13:06 +00:00
Dima Panov
0e6c83afe5 - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 release
for FreeBSD platform!

    Now with system boost-1.48 support and powered by clang-3.1 by default

Dima,  behalf of FreeBSD Office team
2012-07-01 08:32:04 +00:00
Andrej Zverev
3982ced0ba - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:52:54 +00:00
Andrej Zverev
042ea2947a - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 18:30:42 +00:00
Andrej Zverev
e6353d0b3d - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-29 16:47:42 +00:00
Baptiste Daroussin
222461c302 Convert to new option framework 2012-06-29 12:42:04 +00:00
Sunpoet Po-Chuan Hsieh
5427786405 - Update to 3.4.1
Changes:	http://ja.wordpress.org/2012/06/28/wordpress-3-4-1/
PR:		ports/169532
Submitted by:	Takefu <takefu@airport.fm> (maintainer)
2012-06-29 02:59:42 +00:00