aboutsummaryrefslogtreecommitdiffstats
path: root/converters/iconv
Commit message (Collapse)AuthorAgeFilesLines
* converters/iconv: unbreak on 12.0 after base r306297jbeich2017-02-021-0/+23
| | | | | | | ===> ces (all) make[2]: don't know how to make euc-jp.so. Stop Reported by: pkg-fallout
* Revert r402717. The issue has been worked around in the base /usr/share/mk.bdrewery2015-12-011-2/+0
|
* Avoid using WITH_FAST_DEPEND.bdrewery2015-12-011-0/+2
| | | | | This is doing very dirty things with '../' in OBJS and building of objects via 'VAR!= make' hacks.
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-7/+2
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-223-9/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* MASTER_SITES cleanup.mat2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Cleanup plistbapt2014-10-201-2/+0
|
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-303-0/+0
| | | | '__' instead.
* Rename converters/ patch-xy patches to reflect the files they modify.adamw2014-07-283-0/+0
|
* Fix profiled library packaging.bland2014-01-142-1/+7
|
* Support stagebapt2014-01-092-31/+30
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | converters)
* converters/iconv: convert to new perl5 USESwg2013-08-211-3/+3
| | | | - Convert to new perl5 USES framework, forgot in the last commit
* converters/iconv: make iconv_mktbl optionalwg2013-08-213-6/+28
| | | | | | | | | - Add a default option called CSSUTIL which installs iconv_mktbl and pulls in perl as a run dependency PR: ports/180877 Submitted by: wg (myself) Approved by: maintainer (timeout)
* Fix build with perl 5.16.bland2013-05-261-0/+34
| | | | PR: 178954
* Add some shebangfix to allow building most of the ports tree without ↵bapt2013-05-071-6/+4
| | | | | | | /usr/bin/perl Submitted by: John Marino Obtained from: DPorts
* - remove maintainer tags from pkg-descreadler2011-10-231-3/+0
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Add WITHOUT_PROFILE to the KNOBS honored (which is the actual ports one)pgollucci2010-10-061-1/+1
| | | | | | PR: ports/150894 Submitted by: myself (pgollucci) Approved by: maintainer timeout (bland ; 14 days)
* Pacify gcc42 build.bland2006-12-191-0/+93
| | | | Reported by: krismail
* - Catch up with NOPROFILE -> NO_PROFILE change. [1]bland2006-08-091-2/+2
| | | | | | - INSTALLS_SHLIB -> USE_LDCONFIG Submitted by: dionex [1]
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locallybland2005-02-191-1/+2
| | | | | | and fix fetching. Reported by: kris
* Take maintainership.bland2004-02-231-1/+1
|
* Back out my previous commit, which was in error.trevor2004-02-091-5/+0
| | | | Noticed by: marcus
* Add "anti-foot-shooting device".trevor2004-02-091-0/+5
| | | | Obtained from: sobomax via the imake-4 and linux_base ports
* SIZEify.trevor2004-01-291-0/+1
|
* update MASTER_SITESmharo2003-12-171-1/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Unbreak on -current by catching up to *.mk changeskris2002-06-041-4/+6
| | | | Submitted by: ru
* Change MAINTAINER to portsache2002-03-191-1/+1
|
* Add a patch to fix a bug where iconv() did not return -1 properly onknu2002-03-182-1/+56
| | | | | | | | | | | 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>
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andsobomax2002-03-185-12/+98
| | | | | | | | | | | | | | 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
* Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier.sobomax2000-12-081-0/+13
| | | | Submitted by: maintainer
* Fix mesbehaving on systems with Perl < 5.6.0 script and remove my temporarysobomax2000-12-011-0/+11
| | | | | | workaround. Submitted by: maintainer
* Fixes:sobomax2000-11-302-0/+8
| | | | | | | | | | - 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)
* Update iconv to 2.0 and reflect shared library version bump.sobomax2000-11-295-116/+41
| | | | | PR: 23163, 23164, 23165 Submitted by: maintainer
* Update iconv POSIX-compliant charset conversion library to 1.1.knu2000-09-252-2/+2
| | | | | | | | | | | | | | | | | | | | | 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)
* Update to 1.0.sobomax2000-09-124-497/+124
| | | | | PR: 21169 Submitted by: maintainer
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-2/+2
| | | | ldconfig in PLIST need personal consideration.
* Add libiconv_p.a.asami2000-06-071-0/+1
| | | | Submitted by: bento
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-2/+2
|
* Initial import of iconve version 0.2.steve1999-11-015-0/+520
A charset conversion library and asscociated set of utitilies. PR: 14012 Submitted by: Konstantin Chuguev <joy@urc.ac.ru>