diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2004-04-26 00:20:53 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2004-04-26 00:20:53 +0000 |
commit | 57c276a26ffc55c6e00e2505ac9f149ec05d8fa3 (patch) | |
tree | cdb61cc7dd3915e16c164fa79bf8d2472cda48af /media-libs/tiff | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-57c276a26ffc55c6e00e2505ac9f149ec05d8fa3.tar.gz historical-57c276a26ffc55c6e00e2505ac9f149ec05d8fa3.tar.bz2 historical-57c276a26ffc55c6e00e2505ac9f149ec05d8fa3.zip |
added additional einfo to clarify things (I hope)
Diffstat (limited to 'media-libs/tiff')
-rw-r--r-- | media-libs/tiff/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/tiff/Manifest | 4 | ||||
-rw-r--r-- | media-libs/tiff/tiff-3.5.5.ebuild | 14 |
3 files changed, 16 insertions, 7 deletions
diff --git a/media-libs/tiff/ChangeLog b/media-libs/tiff/ChangeLog index df7941f1ae60..82e129859c42 100644 --- a/media-libs/tiff/ChangeLog +++ b/media-libs/tiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/tiff # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.17 2004/04/25 08:23:46 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.18 2004/04/26 00:20:53 nerdboy Exp $ + + 25 Apr 2004; Steve Arnold <nerdboy@gentoo.org> tiff-3.5.5.ebuild: + more analysis and einfo to clarify the issues *tiff-3.5.5 (25 Apr 2004) diff --git a/media-libs/tiff/Manifest b/media-libs/tiff/Manifest index de493c6ca1a4..1a5c5b3d1749 100644 --- a/media-libs/tiff/Manifest +++ b/media-libs/tiff/Manifest @@ -1,10 +1,10 @@ -MD5 1b30d9aab1ee9d61866d4f0454448ff6 ChangeLog 2442 +MD5 1be43be9d73e6dfcbdcdc1ded84f2065 ChangeLog 2559 MD5 64492b5913ad38592f6eb04b5953cf89 tiff-3.5.7-r1.ebuild 1051 MD5 4bb189d68a23aa8aecb6224b66b19efb tiff-3.6.0_beta2.ebuild 1089 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 MD5 2dcbdc719b9c4158d846c56df2ed3e02 tiff-3.6.0.ebuild 1093 MD5 84c389b2919b13d74c2bd2b7f6a4617b tiff-3.6.1.ebuild 1083 -MD5 d01a8c2da0cc00659b592490731e6841 tiff-3.5.5.ebuild 1247 +MD5 a338d65ab942f23cf190584d2886389c tiff-3.5.5.ebuild 1676 MD5 eac073a4157d6fc30ff52f1c2a6533ea tiff-3.6.1-r1.ebuild 1697 MD5 eb56b1622d6a778c616bfb2453471ce1 files/config.site 488 MD5 eb56b1622d6a778c616bfb2453471ce1 files/config.site-3.5.6_beta 488 diff --git a/media-libs/tiff/tiff-3.5.5.ebuild b/media-libs/tiff/tiff-3.5.5.ebuild index 8ff409baae49..4f0408f21b01 100644 --- a/media-libs/tiff/tiff-3.5.5.ebuild +++ b/media-libs/tiff/tiff-3.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.5.ebuild,v 1.1 2004/04/25 08:23:46 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.5.5.ebuild,v 1.2 2004/04/26 00:20:53 nerdboy Exp $ MY_P=${P/tiff-/tiff-v} S=${WORKDIR}/${MY_P} @@ -29,8 +29,7 @@ src_compile() { } src_install() { - dodir /usr/{bin,lib,share/man,share/doc/${PF}/html} - dodir /usr/share/doc/${PF}/html + dodir /usr/{bin,lib,share/man,share/doc/${PF}} make ROOT="" INSTALL="/bin/sh ${S}/port/install.sh" install || die "install failed" preplib /usr dodoc COPYRIGHT README TODO VERSION @@ -39,4 +38,11 @@ src_install() { pkg_postinst() { einfo "This version was resurrected to work around a bug in fax2tiff" einfo "for use with Hylafax. See bug #48077 for more info." -}
\ No newline at end of file + einfo "It also doesn't appear to provide libtiff.so (only libtiff.a)," + einfo "so it looks like you'll need the current stable tiff, then" + einfo "this one with AUTOCLEAN=no. To get back to a proper tiff," + einfo "unmerge both and then emerge the current stable tiff again." + ewarn "I repeat: do not try to build hylafax or anything else against" + ewarn "tiff-3.5.5 because it won't work. You've been warned." + einfo "What can I say; it's a sucky work-around..." +} |