| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to be unable to patch. fix it.
|
|
|
|
|
|
| |
that modify the same file into one.
Submitted by: bento and kris
|
|
|
|
|
| |
circular dependency with gettext. This prevents iconv from being linked
against libintl. Bump PORTREVISION.
|
|
|
|
| |
Reviewed by: sobomax
|
|
|
|
|
| |
Reported by: Anders Andersson <anders@sanyusan.se>,
Kent Stewart <kstewart@owt.com>
|
|
|
|
| |
Noted by: kris
|
|
|
|
| |
OK'ed by: marcus
|
|
|
|
|
|
| |
PR: 38586
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru>
Pointy hat to: me
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
PR: 36810
Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
| |
(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
|
|
|
|
| |
Submitted by: sf
|
| |
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
|
|
|
|
|
| |
Submitted by: Dave Duchscher <daved@tamu.edu>
Udo Schweigert <Udo.Schweigert@cert.siemens.de>
|
|
|
|
| |
Submitted by: ade
|
| |
|
| |
|
|
|
|
| |
Make indentation uniform across my ports.
|
|
|
|
|
|
|
|
|
|
| |
another iconv() in converters/iconv:
libiconv --> libgiconv
iconv.h --> giconv.h
iconv*.3 --> giconv*.3
Suggested by: knu
|
|
|