aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv-extra/files
Commit message (Collapse)AuthorAgeFilesLines
* converters/iconv-extra: unbreak on 12.0 after base r306297Jan Beich2017-02-011-0/+15
| | | | | | | | ===> ces (all) make[2]: don't know how to make unicode-1-1-utf-7.so. Stop Notes: svn path=/head/; revision=433108
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-225-15/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-296-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Pacify gcc42 build.Alexander Nedotsukov2006-12-191-0/+34
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=180137
* Fix PREFIX compliance.Alexander Nedotsukov2005-10-211-8/+7
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=145981
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andMaxim Sobolev2002-03-186-0/+84
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 Notes: svn path=/head/; revision=56286