Subject: CVS commit: pkgsrc/x11/qt4-libs
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 11/22/2007 18:51:25
Module Name: pkgsrc
Committed By: drochner
Date: Thu Nov 22 18:51:25 UTC 2007
Modified Files:
pkgsrc/x11/qt4-libs: Makefile distinfo
pkgsrc/x11/qt4-libs/patches: patch-ao
Added Files:
pkgsrc/x11/qt4-libs/patches: patch-ap
Log Message:
-Deal with the iconv(3) mess a bit differently: allow NetBSD'd imake(3)
to be recognized as non-gnu, otherwise the make system tries to pull
in an additional libiconv which for some unknown reason does not break
the standard build but leads to trouble with addon components.
Specialcase NetBSD (which has different const'ification than what they
consider classical iconv) in the code calling iconv(3) instead.
-Don't build TIFF support which was using an internal copy of libtiff.
I'll commit a plugin for TIFF support in a minute.
-bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/x11/qt4-libs/Makefile \
pkgsrc/x11/qt4-libs/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/qt4-libs/patches/patch-ao
cvs rdiff -r0 -r1.1 pkgsrc/x11/qt4-libs/patches/patch-ap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.