[Lunar-commits]
CVS: moonbase/graphics/tiff BUILD, 1.2, 1.3 DETAILS, 1.7, 1.8
Jens Luedicke
perldude at lunar-linux.org
Wed Oct 20 11:11:23 UTC 2004
Update of /var/cvs/lunar/moonbase/graphics/tiff
In directory espresso.foo-projects.org:/tmp/cvs-serv15038/tiff
Modified Files:
BUILD DETAILS
Log Message:
add a patch to prevent libtiff the be installed without the proper filename:
Description: Fixes mismatched libtool script so that library
files have correct filenames
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/tiff/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 16 Oct 2004 18:55:47 -0000 1.2
+++ BUILD 20 Oct 2004 11:11:21 -0000 1.3
@@ -1,5 +1,6 @@
unset CC CXX
(
+patch_it $SOURCE_CACHE/$SOURCE2 1
cat << EOF >> config.site
DIR_BIN="/usr/bin"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/graphics/tiff/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 16 Oct 2004 18:55:47 -0000 1.7
+++ DETAILS 20 Oct 2004 11:11:21 -0000 1.8
@@ -1,8 +1,11 @@
- MODULE=tiff
+ MODULE=tiff
VERSION=3.7.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.remotesensing.org/pub/libtiff/
- SOURCE_VFY=sha1:d1e50128a8079e190fc6bd69b08661adfba75c0f
+ SOURCE2=libtiff-3.7.0-libtool_fix-1.patch
+ SOURCE_URL=ftp://ftp.remotesensing.org/pub/libtiff/
+ SOURCE_VFY=sha1:d1e50128a8079e190fc6bd69b08661adfba75c0f
+ SOURCE2_URL=http://www.linuxfromscratch.org/blfs/downloads/svn/
+ SOURCE2_VFY=sha1:6753e645bc3606b298710656e99bc94ec1b1af25
WEB_SITE=http://www.libtiff.org
ENTERED=20010922
UPDATED=20041016
More information about the Lunar-commits
mailing list