Subject: CVS commit: pkgsrc/graphics/tiff
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/11/2005 05:29:56
Module Name: pkgsrc
Committed By: jlam
Date: Tue Jan 11 05:29:56 UTC 2005
Modified Files:
pkgsrc/graphics/tiff: Makefile PLIST buildlink3.mk distinfo
Added Files:
pkgsrc/graphics/tiff/patches: patch-af patch-ag
Log Message:
Create a separate libtiffcxx.so library for use by C++ applications.
It's meant to be used directly in place of libtiff.so, i.e. instead
of linking against -ltiff, you link against -ltiffcxx. It also leaves
libtiff.so as a plain C-linkage library again, as it was in tiff-3.6.x,
and avoids needing to patch tiff-using packages to link using the C++
compiler. Bump the PKGREVISION to 1.
To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 pkgsrc/graphics/tiff/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/tiff/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/tiff/buildlink3.mk
cvs rdiff -r1.20 -r1.21 pkgsrc/graphics/tiff/distinfo
cvs rdiff -r0 -r1.10 pkgsrc/graphics/tiff/patches/patch-af \
pkgsrc/graphics/tiff/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.