1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

451 Commits

Author SHA1 Message Date
Joe Marcus Clarke
fade97cdc1 * Add support for Korean real-world locales
* Allow libiconv to be built on FreeBSD < 4.3
* Bump PORTREVISION

PR:		37271
Submitted by:	Hye-Shik Chang <perky@fallin.lv> (Korean locale patch)
		me (build fix)
Reviewed by:	sobomax (build fix)
2002-05-23 05:57:20 +00:00
Maxim Sobolev
357f6d30c1 Fix PLIST and update to 0.17 while I'm here.
Submitted by:	bento
2002-05-22 07:58:49 +00:00
OKAZAKI Tetsurou
f9234d53bc Update as a satellite port of `converters/mule-ucs'.
This commit increments PORTREVISION which corresponds to
the effect of `patch-aa' in the master port.
2002-05-16 20:12:15 +00:00
OKAZAKI Tetsurou
7d0c0dfaa5 Stop installing a backup file created by `patch'.
Fix a syntax error about `mapcar' in patch-aa.

Bump up PORTREVISION.
2002-05-16 20:02:26 +00:00
OKAZAKI Tetsurou
4f7b465ea4 Connect mule-ucs. 2002-05-16 04:44:48 +00:00
OKAZAKI Tetsurou
89189bbfb3 Update to support Emacs 21.
PR:		33094
Submitted by:	yoichi

Add a patch to mitigate slow Mule-UCS loading in Emacs 21.2,
written by Dave Love <d.love@dl.ac.uk>.

Obtained from:	http://tsukuba.m17n.org/mule-archive/2002-3/msg00000.html

Use ${DOCSDIR} instead of ${PREFIX}/${PORTDOCDIR}.
2002-05-16 04:39:48 +00:00
Joe Marcus Clarke
b2c94fed6e Allow libiconv to be built by a non-root user.
PR:		36810
Submitted by:	KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
2002-05-14 19:28:45 +00:00
Akinori MUSHA
99e42895ad Update to 0.5. 2002-05-11 21:53:22 +00:00
David W. Chapman Jr.
f9b2b36497 Fix invalid distfiles
fix warning during compilation
Bump PORTEPOCH due to pkg_version -t dictating it
Give originator maintainership

PR:		37861
Submitted by:	martin@raq.cx
2002-05-08 17:24:56 +00:00
David W. Chapman Jr.
142384b162 Give maintainership
PR:		37838
Submitted by:	erwin@lansing.dk
2002-05-07 19:25:05 +00:00
Kris Kennaway
c0f9ee7963 Correct BUILD_DEPENDS on p5-Crypt-DES_EDE3
Noticed by:	bento
2002-05-05 08:10:15 +00:00
Maxim Sobolev
0e76376aa1 Use USE_LIBTOOL. 2002-04-30 08:07:33 +00:00
Joe Marcus Clarke
57cb6f4b09 Actually add the new patches from the last commit.... 2002-04-29 18:42:33 +00:00
Joe Marcus Clarke
a7bce67707 Fix a few problems in libiconv.
* Allow libcharset to find charset.alias in the correct place
* Add support for the new FreeBSD locales
* Fix potential infinite loop when conversion fails
* Bump PORTREVISION

PR:		37543, 37497
Submitted by:	Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> (infinite loop
		fix) marcus (everything else)
Reviewed by:	nork (infinite loop fix), sobomax
Approved by:	sobomax
2002-04-29 18:41:51 +00:00
Ying-Chieh Liao
27cba59f30 use USE_PYDISTUTILS 2002-04-29 12:57:09 +00:00
Dmitry Sivachenko
adacf4b902 Put back ru.po, it was deleted by mistake.
Spotted by:	olgeni
2002-04-29 07:08:02 +00:00
Maxim Sobolev
fd58e16048 As it was advertised more than a month ago complete giconv -> iconv
conversion by removing code which installs compatibility `g'-symlinks. This
change is likely to break the following ports:

ports/x11-wm/icewm
ports/databases/grass

Please blame their maintainers, not me.
2002-04-24 15:49:47 +00:00
Ying-Chieh Liao
5cbe079c2f add fribidi 0.10.3
A Free Implementation of the Unicode Bidirectional Algorithm
2002-04-19 17:32:04 +00:00
Will Andrews
e05ed36727 Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
2002-04-19 02:30:02 +00:00
Dmitry Sivachenko
452ed87c7a Use devel/gettext port;
Correct pkg-plist;
General cleanup;

PR:
Submitted by:	naddy

Remove files/ru.po file since it is the same file included into recode
distribution.
2002-04-17 07:16:33 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Maxim Sobolev
6006b74a6e Remove iconv->giconv hack. 2002-04-08 11:27:33 +00:00
Norikatsu Shigemura
3d5987d93b more clean pkg-plist
Reviewed by:	knu (mentor)
2002-04-06 20:07:27 +00:00
Christian Weisgerber
16296cd8df Replace characters illegal in the specified encoding of the Greek
message catalog so it will work with new gettext.

Assistance from Costas Christoyannis <dij@hack.gr>.

Approved by:	demon
2002-04-02 22:32:16 +00:00
Tatsumi Hosokawa
fe4a1f161c Fixed port build error. 2002-03-29 06:19:14 +00:00
Maxim Sobolev
47828d0fce Fix another few places where giconv used instead of iconv.
PR:		36059, 36063, 36082
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-19 12:52:55 +00:00
Andrey A. Chernov
8b3230c32a Change MAINTAINER to ports 2002-03-19 09:42:36 +00:00
Akinori MUSHA
dc2cf7c4bc Add a patch to fix a bug where iconv() did not return -1 properly on
conversion error.  This fixes null conversion and all the case where
errno is set.

Bump PORTREVISION.

Approved by:	Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
		(MAINTAINER, Author)
Reported by:	Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
2002-03-18 11:13:33 +00:00
Akinori MUSHA
21d944be5c Bump PORTREVISION to reflect the (lib)iconv upgrade. 2002-03-18 10:27:58 +00:00
Maxim Sobolev
8493a5819b Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
2002-03-18 09:46:46 +00:00
Maxim Sobolev
0b31d075bc Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and
manpages installed by libiconv (aka GNU iconv) and add similar `b'-prefixes
into components installed by iconv (aka BSD iconv). The reason why we do this
is because unfortunately BSD iconv become abadonware (author doesn't maintain
it anymore), while number of ports that need functional iconv library grows
very fast, thus creating significant overhead due to patches needed to make
ports working with prefixed GNU iconv. For compatibility reasons create
symlinks in GNU iconv, so that all ports that expect GNU iconv to have `g'
prefix should work unmodified until all those `g'-hacks are wiped out.

Prompted by:			ache
Reviewed by (in principle):	freebsd-ports, freebsd-gnome
2002-03-18 09:43:25 +00:00
Jesper Skriver
7cecfa0d8c Upgrade to 0.15
Approved by:	MAINTAINER timeout
2002-03-16 19:40:42 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Jesper Skriver
d2855e0069 Add extra dependency of ports/security/p5-Crypt-DES_EDE3
Approved by:	mharo
2002-03-14 16:29:57 +00:00
Jesper Skriver
b2c7b1420e Upgrade to 0.06
Approved by:	mharo
2002-03-13 20:00:11 +00:00
Maxim Sobolev
ffb354a2c2 Update to 0.8.3.
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-02-22 20:14:05 +00:00
Akinori MUSHA
12d88cb72b Delete a nonexistent port entry: "gb2jis". 2002-02-14 15:04:34 +00:00
Patrick Li
3adbe3170c Update maintainer email address
PR:		34372
Submitted by:	maintainer
2002-01-28 16:12:39 +00:00
Anton Berezin
78408d7e13 Update to 1.25. 2002-01-22 16:10:48 +00:00
Patrick Li
1ba94562b5 - Add NOPORTDOCS support to pkg-plist
- Use INSTALL_DATA for installing docs
- Use DOCSDIR

PR:		29762
Approved by:	hoek
2002-01-17 03:07:33 +00:00
Patrick Li
92c2bf3806 - Add NOPORTDOCS support (pkg-plist)
- Use INSTALL_DATA to install docs
- Use DOCSDIR

PR:		29760
Approved by:	hoek
2002-01-17 03:04:56 +00:00
Jun Kuriyama
3076548e12 Remove tcs. 2002-01-08 14:10:00 +00:00
Jun Kuriyama
de9ad65590 Bell-labs is not distributing Plan-9 (and tcs) from anonymous ftp as did before.
Other code conversion software are developped and used.
So I decide to remove this port...
2002-01-08 14:09:22 +00:00
Clive Lin
563641d43a Remove converter/gb2jis,which is in chinese/ now, by MAINTAINER's request.
Requested by: MAINTAINER
2002-01-08 08:04:10 +00:00
Kevin Lo
faf9bb0b7b Update to version 1.0
PR: 33076
Submitted by: MAINTAINER
2001-12-22 12:32:05 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Jesper Skriver
b396910980 Upgrade to 0.11
Approved by:	scrappy
2001-12-08 22:22:40 +00:00
Kris Kennaway
682a272397 Update to 20011018 release 2001-11-30 04:41:23 +00:00
Ying-Chieh Liao
6d30fd2124 add dosunix
Manipulation of text files in a mixed DOS/Windows and Unix environment
2001-11-17 09:36:40 +00:00