Commit Graph

11 Commits

Author SHA1 Message Date
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
Maxim Sobolev
22dba834b7 Fixes:
- Fix pkg-plist in the case when NOPROFILE isn't defined;
- fix breakage on system with old perl < 5.6.0 (4-STABLE and downward) by
  including pre-generated on 5-CURRENT files. Perl scripts supplied with the
  port have some problems with old perl and I hope Konstantin will address this
  problem in the next revision of iconv.

Prompted by:	asami (plist), Mikhail Teterin <mi@privatelabs.com> (4-CURRENT)
2000-11-30 09:23:33 +00:00
Maxim Sobolev
2d8ff23a74 Update iconv to 2.0 and reflect shared library version bump.
PR:		23163, 23164, 23165
Submitted by:	maintainer
2000-11-29 11:46:42 +00:00
Akinori MUSHA
f91cce3dfd Update iconv POSIX-compliant charset conversion library to 1.1.
Fixed problems:

  - All the modules are linked against libiconv.  iconv() now can be
    called from other shared libraries (it could only be called from
    executables in iconv-1.0);

  - Case insensitive recognition of charset names.  There was a bug in
    1.0: the first letter of a charset name was case sensitive;

  - Modified behaviour of iconv() used with (inbytesleft == NULL) or
    (*inbytesleft = 0): now iconv silently returns 0; in 1.0 it
    returned (size_t)(-1) and set errno=EINVAL. According to POSIX
    specification both ways are correct; the new behaviour is just
    less restrictive.

PR:		ports/21521, ports/21522, ports/21523
Submitted by:	Konstantin.Chuguev@dante.org.uk (MAINTAINER)
(Problems reported by:	knu)
2000-09-24 21:48:04 +00:00
Maxim Sobolev
6323cc1c89 Update to 1.0.
PR:		21169
Submitted by:	maintainer
2000-09-12 10:06:47 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Satoshi Asami
c0b70b5541 Add libiconv_p.a.
Submitted by:	bento
2000-06-07 07:36:50 +00:00
Michael Haro
59df8af48e update with the new PORTNAME/PORTVERSION variables 2000-04-08 23:24:42 +00:00
Steve Price
ab6560f129 Initial import of iconve version 0.2.
A charset conversion library and asscociated set of utitilies.

PR:		14012
Submitted by:	Konstantin Chuguev <joy@urc.ac.ru>
1999-11-01 03:30:59 +00:00