1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Kris Kennaway
0db2c8c60c Unbreak on -current by catching up to *.mk changes
Submitted by:	ru
2002-06-04 05:42:03 +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
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
Maxim Sobolev
6d7baef562 Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier.
Submitted by:	maintainer
2000-12-08 11:33:04 +00:00
Maxim Sobolev
7f54672486 Fix mesbehaving on systems with Perl < 5.6.0 script and remove my temporary
workaround.

Submitted by:	maintainer
2000-12-01 10:22:32 +00:00