summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2004-04-26 00:20:53 +0000
committerSteve Arnold <nerdboy@gentoo.org>2004-04-26 00:20:53 +0000
commit6bfbfc83420d9ded7a66d044e41a3e253a336786 (patch)
tree8224b5dd2e246a9f1b219d2a77aa32a8d420455b /media-libs
parentAdd die following econf for bug 48950 (Manifest recommit) (diff)
downloadgentoo-2-6bfbfc83420d9ded7a66d044e41a3e253a336786.tar.gz
gentoo-2-6bfbfc83420d9ded7a66d044e41a3e253a336786.tar.bz2
gentoo-2-6bfbfc83420d9ded7a66d044e41a3e253a336786.zip
added additional einfo to clarify things (I hope)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/tiff/ChangeLog5
-rw-r--r--media-libs/tiff/tiff-3.5.5.ebuild14
2 files changed, 14 insertions, 5 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/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..."
+}