update to 3.8.1

This commit is contained in:
naddy 2006-03-18 17:40:02 +00:00
parent 0afa48b28b
commit ce1884601e
10 changed files with 45 additions and 41 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.41 2006/01/14 00:07:30 espie Exp $
# $OpenBSD: Makefile,v 1.42 2006/03/18 17:40:02 naddy Exp $
COMMENT= "tools and library routines for working with TIFF images"
DISTNAME= tiff-3.7.3
PKGNAME= $(DISTNAME)p0
SHARED_LIBS= tiff 37.3 \
tiffxx 38.0
DISTNAME= tiff-3.8.1
SHARED_LIBS= tiff 38.1 \
tiffxx 39.0
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \
@ -30,5 +29,6 @@ CONFIGURE_ARGS= --with-docdir="${PREFIX}/share/doc/tiff" \
--with-jpeg-lib-dir="${DEPBASE}/lib" \
--without-x
SEPARATE_BUILD= simple
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (tiff-3.7.3.tar.gz) = 8a4511793f4b20b91ddee0e53bc08dea
RMD160 (tiff-3.7.3.tar.gz) = 9d50199ddf1fed8ce1b7ac4986a317f39bb15ed9
SHA1 (tiff-3.7.3.tar.gz) = 8e55ade017a21a1f701d7eaa75d700cd159e5d7a
SIZE (tiff-3.7.3.tar.gz) = 1272719
MD5 (tiff-3.8.1.tar.gz) = edd4a2036f6f315d26170178f0f8641e
RMD160 (tiff-3.8.1.tar.gz) = c99e3e9f1f7ec6c3ac5387e4d3759e3b31bb6ef2
SHA1 (tiff-3.8.1.tar.gz) = 9c18739ec11ec508a0523c3f7e92698660083d00
SIZE (tiff-3.8.1.tar.gz) = 1334739

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Makefile_in,v 1.2 2005/07/17 20:54:36 naddy Exp $
--- Makefile.in.orig Tue Jul 5 18:37:45 2005
+++ Makefile.in Wed Jul 13 18:52:48 2005
@@ -257,8 +257,8 @@ EXTRA_DIST = \
$OpenBSD: patch-Makefile_in,v 1.3 2006/03/18 17:40:02 naddy Exp $
--- Makefile.in.orig Mon Mar 13 15:58:40 2006
+++ Makefile.in Thu Mar 16 16:08:40 2006
@@ -273,8 +273,8 @@ EXTRA_DIST = \
autogen.sh \
nmake.opt

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-html_Makefile_in,v 1.2 2005/07/17 20:54:36 naddy Exp $
--- html/Makefile.in.orig Tue Jul 5 18:38:04 2005
+++ html/Makefile.in Wed Jul 13 18:52:48 2005
@@ -229,7 +229,7 @@ target_alias = @target_alias@
$OpenBSD: patch-html_Makefile_in,v 1.3 2006/03/18 17:40:02 naddy Exp $
--- html/Makefile.in.orig Mon Mar 13 16:06:18 2006
+++ html/Makefile.in Thu Mar 16 16:08:40 2006
@@ -241,7 +241,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-html_images_Makefile_in,v 1.2 2005/07/17 20:54:36 naddy Exp $
--- html/images/Makefile.in.orig Tue Jul 5 18:38:04 2005
+++ html/images/Makefile.in Wed Jul 13 18:52:48 2005
@@ -218,7 +218,7 @@ target_alias = @target_alias@
$OpenBSD: patch-html_images_Makefile_in,v 1.3 2006/03/18 17:40:02 naddy Exp $
--- html/images/Makefile.in.orig Mon Mar 13 15:58:38 2006
+++ html/images/Makefile.in Thu Mar 16 16:08:40 2006
@@ -230,7 +230,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-html_man_Makefile_in,v 1.2 2005/07/17 20:54:36 naddy Exp $
--- html/man/Makefile.in.orig Tue Jul 5 18:38:04 2005
+++ html/man/Makefile.in Wed Jul 13 18:52:48 2005
@@ -218,7 +218,7 @@ target_alias = @target_alias@
$OpenBSD: patch-html_man_Makefile_in,v 1.3 2006/03/18 17:40:02 naddy Exp $
--- html/man/Makefile.in.orig Mon Mar 13 15:58:39 2006
+++ html/man/Makefile.in Thu Mar 16 16:08:40 2006
@@ -230,7 +230,7 @@ target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-docdir = $(LIBTIFF_DOCDIR)/html/man
+docdir = $(LIBTIFF_DOCDIR)/man
MANSRCDIR = $(top_srcdir)/man
HTMLMANDIR = $(top_srcdir)/html/man
GROFF = groff -Thtml -mandoc
indexfile = index.html

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-libtiff_Makefile_in,v 1.7 2005/07/17 20:54:36 naddy Exp $
--- libtiff/Makefile.in.orig Tue Jul 5 18:38:08 2005
+++ libtiff/Makefile.in Wed Jul 13 18:52:48 2005
@@ -193,7 +193,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_P
$OpenBSD: patch-libtiff_Makefile_in,v 1.8 2006/03/18 17:40:02 naddy Exp $
--- libtiff/Makefile.in.orig Mon Mar 13 15:58:39 2006
+++ libtiff/Makefile.in Thu Mar 16 16:08:40 2006
@@ -196,7 +196,7 @@ LD = @LD@
LDFLAGS = @LDFLAGS@
LIBDIR = @LIBDIR@
LIBOBJS = @LIBOBJS@

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-man_Makefile_in,v 1.6 2005/07/17 20:54:36 naddy Exp $
--- man/Makefile.in.orig Tue Jul 5 18:38:13 2005
+++ man/Makefile.in Wed Jul 13 18:52:48 2005
@@ -382,7 +382,6 @@ install-man3: $(man3_MANS) $(man_MANS)
$OpenBSD: patch-man_Makefile_in,v 1.7 2006/03/18 17:40:02 naddy Exp $
--- man/Makefile.in.orig Mon Mar 13 15:58:39 2006
+++ man/Makefile.in Thu Mar 16 16:08:40 2006
@@ -394,7 +394,6 @@ install-man3: $(man3_MANS) $(man_MANS)
else file=$$i; fi; \
ext=`echo $$i | sed -e 's/^.*\\.//'`; \
case "$$ext" in \

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-tools_Makefile_in,v 1.5 2005/07/17 20:54:36 naddy Exp $
--- tools/Makefile.in.orig Tue Jul 5 18:38:16 2005
+++ tools/Makefile.in Tue Jul 12 13:04:52 2005
@@ -248,10 +248,10 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
$OpenBSD: patch-tools_Makefile_in,v 1.6 2006/03/18 17:40:02 naddy Exp $
--- tools/Makefile.in.orig Mon Mar 13 15:58:40 2006
+++ tools/Makefile.in Thu Mar 16 16:09:34 2006
@@ -251,10 +251,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LD = @LD@
-LDFLAGS = @LDFLAGS@
+LDFLAGS =
+LDFLAGS =
LIBDIR = @LIBDIR@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.14 2005/06/18 21:24:41 naddy Exp $
@comment $OpenBSD: PLIST,v 1.15 2006/03/18 17:40:02 naddy Exp $
include/tiff.h
include/tiffconf.h
include/tiffio.h
@ -218,3 +218,7 @@ share/doc/tiff/v3.7.0beta.html
share/doc/tiff/v3.7.0beta2.html
share/doc/tiff/v3.7.1.html
share/doc/tiff/v3.7.2.html
share/doc/tiff/v3.7.3.html
share/doc/tiff/v3.7.4.html
share/doc/tiff/v3.8.0.html
share/doc/tiff/v3.8.1.html