summaryrefslogtreecommitdiffstats
path: root/converters/libiconv
Commit message (Collapse)AuthorAgeFilesLines
* A letter got chopped from this patchfile and caused the portalfred2002-10-281-1/+1
| | | | to be unable to patch. fix it.
* Do not create a ${PREFIX}/doc directory. Also, consolidate two patchesmarcus2002-10-285-36/+49
| | | | | | that modify the same file into one. Submitted by: bento and kris
* Add --without-libintl-prefix as a CONFIGURE_ARG so to eliminate amarcus2002-08-041-1/+3
| | | | | circular dependency with gettext. This prevents iconv from being linked against libintl. Bump PORTREVISION.
* Update to 1.8, and retain shared lib version of 3.marcus2002-06-166-25/+30
| | | | Reviewed by: sobomax
* Add a few other distfile mirrors.marcus2002-06-151-2/+5
| | | | | Reported by: Anders Andersson <anders@sanyusan.se>, Kent Stewart <kstewart@owt.com>
* Speed up fetching.obrien2002-05-291-2/+2
| | | | Noted by: kris
* Update to 1.7.0.1.obrien2002-05-282-3/+3
| | | | OK'ed by: marcus
* Correct the path to gperf.marcus2002-05-261-1/+1
| | | | | | PR: 38586 Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> Pointy hat to: me
* * Add support for Korean real-world localesmarcus2002-05-232-5/+33
| | | | | | | | | | * Allow libiconv to be built on FreeBSD < 4.3 * Bump PORTREVISION PR: 37271 Submitted by: Hye-Shik Chang <perky@fallin.lv> (Korean locale patch) me (build fix) Reviewed by: sobomax (build fix)
* Allow libiconv to be built by a non-root user.marcus2002-05-142-0/+22
| | | | | PR: 36810 Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
* Use USE_LIBTOOL.sobomax2002-04-305-57/+28
|
* Actually add the new patches from the last commit....marcus2002-04-292-0/+139
|
* Fix a few problems in libiconv.marcus2002-04-292-6/+15
| | | | | | | | | | | | | * Allow libcharset to find charset.alias in the correct place * Add support for the new FreeBSD locales * Fix potential infinite loop when conversion fails * Bump PORTREVISION PR: 37543, 37497 Submitted by: Fuyuhiko Maruyama <fuyuhik8@is.titech.ac.jp> (infinite loop fix) marcus (everything else) Reviewed by: nork (infinite loop fix), sobomax Approved by: sobomax
* As it was advertised more than a month ago complete giconv -> iconvsobomax2002-04-242-11/+1
| | | | | | | | | | conversion by removing code which installs compatibility `g'-symlinks. This change is likely to break the following ports: ports/x11-wm/icewm ports/databases/grass Please blame their maintainers, not me.
* Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries andsobomax2002-03-189-177/+124
| | | | | | | | | | | | | | 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
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-312-6/+26
| | | | | PRs: 31601, 31602, 31603, ... Submitted by: Ports Fury
* Remove dead WWW.sobomax2001-10-231-2/+0
|
* Don't create ${PREFIX}/doc, which isn't used anyway.asami2001-09-161-2/+2
| | | | Submitted by: bento
* - Remove useless USE_LIBTOOL;sobomax2001-08-279-52/+123
| | | | | | - properly name shared libraries (get rid of bogus .so.X.Y convention); - add files missed from pkg-plist (documentation); - don't waste time building/running tests included into distribution.
* Upgrade to 1.7... Run included tests after the build... Maintainersmi2001-08-267-40/+76
| | | | | | | | (gnome@) were informed a couple of days ago, but are impressively silent and I've been using KDE/libxml2 linked against this library since with no problem. Approved by: maintainer's silence
* Remove patch that isn't necessary anymore. This should fix build on -current.sobomax2001-06-291-14/+0
| | | | Submitted by: sf
* Unbroke on 5-CURRENT.sobomax2001-05-291-0/+14
|
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-111-1/+1
| | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
* Update to 1.6.1.sobomax2001-04-025-22/+47
| | | | | Submitted by: Dave Duchscher <daved@tamu.edu> Udo Schweigert <Udo.Schweigert@cert.siemens.de>
* Update to 1.5.1.sobomax2001-02-098-74/+180
| | | | Submitted by: ade
* Style/space police (space -> tab) over the converters category.olgeni2001-02-051-1/+1
|
* Update to 1.4.sobomax2000-11-205-34/+34
|
* Whitespace-only:sobomax2000-11-011-1/+1
| | | | Make indentation uniform across my ports.
* Prefix all bits of this iconv() implementation with "g" to avoid conflict withsobomax2000-07-185-4/+93
| | | | | | | | | | another iconv() in converters/iconv: libiconv --> libgiconv iconv.h --> giconv.h iconv*.3 --> giconv*.3 Suggested by: knu
* Add libiconv - a charset conversion library (LGPL'ed iconv() implementation).sobomax2000-07-175-0/+71
OpenPOWER on IntegriCloud