From owner-svn-ports-all@freebsd.org Wed Oct 21 17:32:26 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B786A1BAC7; Wed, 21 Oct 2015 17:32:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 694951793; Wed, 21 Oct 2015 17:32:26 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9LHWPmj046659; Wed, 21 Oct 2015 17:32:25 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9LHWPU1046655; Wed, 21 Oct 2015 17:32:25 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201510211732.t9LHWPU1046655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 21 Oct 2015 17:32:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399927 - in head/graphics/tiff: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2015 17:32:26 -0000 Author: antoine Date: Wed Oct 21 17:32:24 2015 New Revision: 399927 URL: https://svnweb.freebsd.org/changeset/ports/399927 Log: Update to 4.0.6 PR: 203851 Modified: head/graphics/tiff/Makefile head/graphics/tiff/distinfo head/graphics/tiff/files/patch-Makefile.in head/graphics/tiff/pkg-plist Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Wed Oct 21 16:41:14 2015 (r399926) +++ head/graphics/tiff/Makefile Wed Oct 21 17:32:24 2015 (r399927) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tiff -PORTVERSION= 4.0.4 +PORTVERSION= 4.0.6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ @@ -25,6 +25,7 @@ CONFIGURE_ARGS+= --with-jpeg-include-dir --with-jpeg-lib-dir=${LOCALBASE}/lib \ --without-x INSTALL_TARGET= install-strip +TEST_TARGET= check MLNKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFFlush.3tiff TIFFFlushData.3tiff \ @@ -89,11 +90,11 @@ OPTIONS_DEFINE= DOCS .include .if !defined(BUILDING_INDEX) -__pmlinks3!= ${ECHO_CMD} '${MLNKS:S/ / /}' | ${AWK} \ +__pmlinks3!= ${ECHO_CMD} '${MLNKS:S/ / /}' | ${AWK} \ '{ if (NF % 2 != 0) { print "broken"; exit; } \ for (i=1; i<=NF; i++) { \ if ( i % 2 == 0) { print " " $$i " ;"; } \ - else { printf "${LN} -s " $$i " "; } \ + else { print "${LN} -s " $$i " "; } \ } }' .endif @@ -118,7 +119,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/html/man/*.html ${STAGEDIR}${DOCSDIR}/man/ .endif -regression-test: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) - .include Modified: head/graphics/tiff/distinfo ============================================================================== --- head/graphics/tiff/distinfo Wed Oct 21 16:41:14 2015 (r399926) +++ head/graphics/tiff/distinfo Wed Oct 21 17:32:24 2015 (r399927) @@ -1,2 +1,2 @@ -SHA256 (tiff-4.0.4.tar.gz) = 8cb1d90c96f61cdfc0bcf036acc251c9dbe6320334da941c7a83cfe1576ef890 -SIZE (tiff-4.0.4.tar.gz) = 2100766 +SHA256 (tiff-4.0.6.tar.gz) = 4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c +SIZE (tiff-4.0.6.tar.gz) = 2192991 Modified: head/graphics/tiff/files/patch-Makefile.in ============================================================================== --- head/graphics/tiff/files/patch-Makefile.in Wed Oct 21 16:41:14 2015 (r399926) +++ head/graphics/tiff/files/patch-Makefile.in Wed Oct 21 17:32:24 2015 (r399927) @@ -1,15 +1,15 @@ ---- Makefile.in.orig 2015-06-21 19:07:53 UTC +--- Makefile.in.orig 2015-09-12 19:48:44 UTC +++ Makefile.in -@@ -434,7 +434,7 @@ EXTRA_DIST = \ +@@ -436,7 +436,7 @@ EXTRA_DIST = \ dist_doc_DATA = $(docfiles) SUBDIRS = port libtiff tools build contrib test man html -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(prefix)/libdata/pkgconfig pkgconfig_DATA = libtiff-4.pc - all: all-recursive -@@ -485,19 +485,6 @@ distclean-libtool: + # Special rules to assist with Coverity submissions. +@@ -494,19 +494,6 @@ distclean-libtool: -rm -f libtool config.lt install-dist_docDATA: $(dist_doc_DATA) @$(NORMAL_INSTALL) Modified: head/graphics/tiff/pkg-plist ============================================================================== --- head/graphics/tiff/pkg-plist Wed Oct 21 16:41:14 2015 (r399926) +++ head/graphics/tiff/pkg-plist Wed Oct 21 17:32:24 2015 (r399927) @@ -30,11 +30,11 @@ lib/libtiff.a lib/libtiff.so lib/libtiff.so.4 lib/libtiff.so.5 -lib/libtiff.so.5.2.2 +lib/libtiff.so.5.2.4 lib/libtiffxx.a lib/libtiffxx.so lib/libtiffxx.so.5 -lib/libtiffxx.so.5.2.2 +lib/libtiffxx.so.5.2.4 libdata/pkgconfig/libtiff-4.pc man/man1/bmp2tiff.1.gz man/man1/fax2ps.1.gz @@ -168,6 +168,7 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/build.html %%PORTDOCS%%%%DOCSDIR%%/contrib.html %%PORTDOCS%%%%DOCSDIR%%/document.html +%%PORTDOCS%%%%DOCSDIR%%/images.html %%PORTDOCS%%%%DOCSDIR%%/images/back.gif %%PORTDOCS%%%%DOCSDIR%%/images/bali.jpg %%PORTDOCS%%%%DOCSDIR%%/images/cat.gif @@ -184,7 +185,6 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/images/smallliz.jpg %%PORTDOCS%%%%DOCSDIR%%/images/strike.gif %%PORTDOCS%%%%DOCSDIR%%/images/warning.gif -%%PORTDOCS%%%%DOCSDIR%%/images.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/internals.html %%PORTDOCS%%%%DOCSDIR%%/intro.html @@ -304,3 +304,5 @@ man/man3/libtiff.3tiff.gz %%PORTDOCS%%%%DOCSDIR%%/v4.0.3.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.4.html %%PORTDOCS%%%%DOCSDIR%%/v4.0.4beta.html +%%PORTDOCS%%%%DOCSDIR%%/v4.0.5.html +%%PORTDOCS%%%%DOCSDIR%%/v4.0.6.html