Commit graph

21 commits

Author SHA1 Message Date
Philip M. Gollucci
94defc40c3 - Add WITHOUT_PROFILE to the KNOBS honored (which is the actual ports one)
PR:             ports/150894
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (bland ; 14 days)
2010-10-06 03:43:13 +00:00
Alexander Nedotsukov
428befee08 - Catch up with NOPROFILE -> NO_PROFILE change. [1]
- INSTALLS_SHLIB -> USE_LDCONFIG

Submitted by:	dionex [1]
2006-08-09 11:32:46 +00:00
Alexander Nedotsukov
13f0462994 danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locally
and fix fetching.

Reported by:	kris
2005-02-19 04:04:58 +00:00
Alexander Nedotsukov
b36ad3eb3e Take maintainership. 2004-02-23 02:53:54 +00:00
Trevor Johnson
4e34232f4b Back out my previous commit, which was in error.
Noticed by:	marcus
2004-02-08 22:34:55 +00:00
Trevor Johnson
4e31efe372 Add "anti-foot-shooting device".
Obtained from:	sobomax via the imake-4 and linux_base ports
2004-02-08 21:46:37 +00:00
Michael Haro
042d621d2e update MASTER_SITES 2003-12-17 04:06:11 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +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
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
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
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