Next | Query returned 147 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2012-05-12 09:37:52 by Thomas Klausner | Files touched by this commit (9)
Log message:
Add CONFLICTS with new man-pages package. For details, see
man-pages/Makefile.
   2011-09-08 18:29:49 by Benny Siegert | Files touched by this commit (4)
Log message:
Revert recent commit, add a (hopefully) correct patch instead. Bump rev.

In the Makefile.in, libcharset is copied with pax into lib/ along with
its object files. This overwrites relocatable.lo from libiconv, which
is then relinked against the wrong object. Use "libtool --mode=install cp"
instead to only copy the library.

Should hopefully fix PR pkg/45341.
   2011-09-06 20:51:14 by Benny Siegert | Files touched by this commit (3)
Log message:
Link libiconv.la against libcharset.la to fix the build on MirBSD.
Bump PKGREVISION.

Patch was first sent to tech-pkg, no one objected.
   2011-01-16 12:16:28 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove "--without-libiconv-prefix", almost no configure script \ 
recognizes it.
   2010-11-10 22:00:50 by Adam Ciarcinski | Files touched by this commit (11)
Log message:
Changes 1.13.1:
* The library and the iconv program now understand platform dependent aliases,
  for better compatibility with the platform's own iconv_open function.
  Examples: "646" on Solaris, "iso88591" on HP-UX, \ 
"IBM-1252" on AIX.
* For stateful encodings, when the input ends with a shift sequence followed
  by invalid input, the iconv function now increments the input pointer past
  the shift sequence before returning (size_t)(-1) with errno = EILSEQ. This
  is also like GNU libc's iconv() behaves.
* The library exports a new function iconv_open_into() that stores the
  conversion descriptor in pre-allocated memory, rather than allocating fresh
  memory for it.
* Added CP1131 converter.
   2010-11-05 17:43:55 by Sergey Svishchev | Files touched by this commit (1)
Log message:
s/LIBEXIF_HACKS_MK/LIBICONV_HACKS_MK/
   2010-08-30 04:04:59 by OBATA Akio | Files touched by this commit (1)
Log message:
tell iconv.h for Haiku.
   2010-01-30 11:24:29 by OBATA Akio | Files touched by this commit (2)
Log message:
Treat Haiku like BeOS.
   2010-01-06 22:01:10 by Matthias Scheler | Files touched by this commit (2)
Log message:
Use "libtool" rules similar to those in version 1.13.1 of \ 
"libiconv"
to build "preloadable_libiconv.so". This should fix the build
under Linux, OSF1 and Solaris with any supported compiler.
   2010-01-06 19:53:05 by Matthias Scheler | Files touched by this commit (2)
Log message:
Fix the part of the makefile that builds "preloadable_libiconv.so" under
Solaris if GCC is used. As this bit is both operating system and compiler
specific we can simple bypass "libtool" which is what must have happened
with the old "libtool".

The build in the non-GCC case or under Linux respectively OSF1 might
still be broken. But I don't have a setup to test that.

Next | Query returned 147 messages, browsing 21 to 30 | Previous