Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Sep 1999 08:23:07 -0500 (EST)
From:      Don Croyle <croyle@gelemna.ft-wayne.in.us>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13584: Updating tiff
Message-ID:  <199909051323.IAA24946@gelemna.ft-wayne.in.us>

next in thread | raw e-mail | index | archive | help

>Number:         13584
>Category:       ports
>Synopsis:       Updating tiff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep  5 06:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Don Croyle
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

	

>Description:
While updating one of my systems last night I noticed that the
distfile for graphics/tiff34 had disappeared from the master sites.
Subsequent investigation shows that the library has passed to a new
maintainer, who has among other things, punted the version to 3.5.1.

The port is owned by ports@freebsd.org, so I thought I'd take a stab
at it.

Updating the port itself was fairly simple, but as I understand it,
this is going to involve a repository copy to tiff35 (or simply tiff)
plus updates to all of the tiff-dependent ports.

The only change to the installed headers is the addition of a couple
of constants.  In cursory testing xv works the same with the new
version as it did with the old, but I don't use anything else that
uses tiff and I'm not really interested in testing all of those ports
for compatibility.
	

>How-To-Repeat:

	

>Fix:
After a repo copy from graphics/tiff34, apply this patch:	
	
diff -ruN tiff34/Makefile tiff35/Makefile
--- tiff34/Makefile	Wed Aug 25 01:15:06 1999
+++ tiff35/Makefile	Sun Sep  5 07:27:46 1999
@@ -1,5 +1,5 @@
 # New ports collection makefile for:	tiff
-# Version required:	3.4
+# Version required:	3.5.1
 # Date created:		8 October 1996
 # Whom:			Richard Hwang <rhwang@bigpanda.com>
 #			Mikhail Teterin <mi@aldan.algebra.com>
@@ -8,8 +8,8 @@
 # $FreeBSD: ports/graphics/tiff34/Makefile,v 1.19 1999/08/25 06:15:06 obrien Exp $
 #
 
-DISTNAME=	tiff-v3.4beta037
-PKGNAME=	tiff-3.4b37
+DISTNAME=	tiff-v3.5.1
+PKGNAME=	tiff-3.5.1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.wizards.dupont.com/pub/ImageMagick/delegates/ \
 		ftp://ftp.fifi.org/pub/ImageMagick/delegates/
@@ -73,6 +73,7 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCDIR}/images
+	${RM} -rf ${WRKSRC}/html/images/CVS
 	${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR}
 	${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images
 .endif
diff -ruN tiff34/files/md5 tiff35/files/md5
--- tiff34/files/md5	Mon May 10 14:57:15 1999
+++ tiff35/files/md5	Sun Sep  5 07:03:10 1999
@@ -1 +1 @@
-MD5 (tiff-v3.4beta037.tar.gz) = d809f5b88130062c6a2d2f70d0558b7e
+MD5 (tiff-v3.5.1.tar.gz) = dfcde380cff2c4538964de1634dd4d52
diff -ruN tiff34/patches/patch-aa tiff35/patches/patch-aa
--- tiff34/patches/patch-aa	Sat Jun 19 12:53:49 1999
+++ tiff35/patches/patch-aa	Sun Sep  5 07:18:24 1999
@@ -1,5 +1,5 @@
---- libtiff/Makefile.in.orig	Mon Apr 29 18:16:21 1996
-+++ libtiff/Makefile.in	Mon Nov 23 22:11:22 1998
+--- libtiff/Makefile.in.orig	Tue Jul 27 16:50:27 1999
++++ libtiff/Makefile.in	Sun Sep  5 07:16:44 1999
 @@ -62,7 +62,7 @@
  #
  CONF_LIBRARY=@CONF_JPEG@ @CONF_ZIP@
@@ -9,7 +9,7 @@
  CFLAGS	= @ENVOPTS@ @LIBCOPTS@ ${COPTS} ${OPTIMIZER} ${IPATH} ${CONF_LIBRARY}
  #
  SRCS	= \
-@@ -199,7 +199,16 @@
+@@ -209,7 +209,16 @@
  # OSF/1 3.2 shared lib rule
  OSFdso: ${OBJS}
  	${LD} -o libtiff.@DSOSUF@ -shared -error_unresolved ${OBJS} @LIBJPEG@ @LIBGZ@ -lc -lm
diff -ruN tiff34/pkg/DESCR tiff35/pkg/DESCR
--- tiff34/pkg/DESCR	Mon May 10 14:57:19 1999
+++ tiff35/pkg/DESCR	Sun Sep  5 07:44:51 1999
@@ -11,10 +11,4 @@
 follow the 5.0 or 6.0 TIFF spec.  There is also considerable support
 for some of the more esoteric portions of the 6.0 TIFF spec.
 
-SGI has also added html-documentation in addition to man-pages.
-
-	  TIFF web site: http://www-mipl.jpl.nasa.gov/~ndr/tiff
-	Master FTP site: ftp://ftp.sgi.com/graphics/tiff
-
-Unless NOPORTDOCS is defined, the html documentations is also
-installed locally in /usr/local/share/doc/tiff.
+WWW: http://www.libtiff.org/
diff -ruN tiff34/pkg/PLIST tiff35/pkg/PLIST
--- tiff34/pkg/PLIST	Mon May 10 14:57:20 1999
+++ tiff35/pkg/PLIST	Sun Sep  5 07:57:01 1999
@@ -46,6 +46,8 @@
 share/doc/tiff/v3.4beta034.html
 share/doc/tiff/v3.4beta035.html
 share/doc/tiff/v3.4beta036.html
+share/doc/tiff/v3.5.1.html
+share/doc/tiff/where_is_sam.html
 share/doc/tiff/images/back.gif
 share/doc/tiff/images/bali.jpg
 share/doc/tiff/images/cat.gif


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909051323.IAA24946>