From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 16:10:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91C82CFA; Tue, 10 Jun 2014 16:10:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 657A52639; Tue, 10 Jun 2014 16:10:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5AGAtQt081769; Tue, 10 Jun 2014 16:10:55 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5AGAtsQ081767; Tue, 10 Jun 2014 16:10:55 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201406101610.s5AGAtsQ081767@svn.freebsd.org> From: Dirk Meyer Date: Tue, 10 Jun 2014 16:10:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357344 - head/graphics/tiff 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.18 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: Tue, 10 Jun 2014 16:10:55 -0000 Author: dinoex Date: Tue Jun 10 16:10:54 2014 New Revision: 357344 URL: http://svnweb.freebsd.org/changeset/ports/357344 QAT: https://qat.redports.org/buildarchive/r357344/ Log: - drop option X11 - remove "tiffgt" from port PR: 190816 Modified: head/graphics/tiff/Makefile head/graphics/tiff/pkg-plist Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Tue Jun 10 16:08:51 2014 (r357343) +++ head/graphics/tiff/Makefile Tue Jun 10 16:10:54 2014 (r357344) @@ -3,7 +3,7 @@ PORTNAME= tiff PORTVERSION= 4.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ @@ -22,9 +22,10 @@ USES= libtool:oldver USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \ - --with-jpeg-lib-dir=${LOCALBASE}/lib + --with-jpeg-lib-dir=${LOCALBASE}/lib \ + --without-x -MLINKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ +MLNKS= TIFFError.3tiff TIFFSetErrorHandler.3tiff \ TIFFFlush.3tiff TIFFFlushData.3tiff \ TIFFGetField.3tiff TIFFGetFieldDefaulted.3tiff \ TIFFGetField.3tiff TIFFVGetField.3tiff \ @@ -82,16 +83,10 @@ MLINKS= TIFFError.3tiff TIFFSet TIFFtile.3tiff TIFFTileRowSize.3tiff \ TIFFtile.3tiff TIFFVTileSize.3tiff -OPTIONS_DEFINE= X11 -OPTIONS_DEFAULT=X11 -OPTIONS_SUB= yes -X11_CONFIGURE_WITH= x libgl -X11_USE= xorg=sm,ice,xmu,xi,x11 gl=glut,glu,gl - .include .if !defined(BUILDING_INDEX) -__pmlinks3!= ${ECHO_CMD} '${MLINKS: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 " ;"; } \ @@ -103,6 +98,9 @@ pre-configure: ${REINPLACE_CMD} \ -e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \ ${WRKSRC}/libtiff/Makefile.in + ${REINPLACE_CMD} \ + -e 's|tiffgt.1 ||' \ + ${WRKSRC}/man/Makefile.in ${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \ -e 's|man html|man|' ${WRKSRC}/Makefile.in Modified: head/graphics/tiff/pkg-plist ============================================================================== --- head/graphics/tiff/pkg-plist Tue Jun 10 16:08:51 2014 (r357343) +++ head/graphics/tiff/pkg-plist Tue Jun 10 16:10:54 2014 (r357344) @@ -17,7 +17,6 @@ bin/tiffcp bin/tiffcrop bin/tiffdither bin/tiffdump -%%X11%%bin/tiffgt bin/tiffinfo bin/tiffmedian bin/tiffset @@ -56,7 +55,6 @@ man/man1/tiffcp.1.gz man/man1/tiffcrop.1.gz man/man1/tiffdither.1.gz man/man1/tiffdump.1.gz -man/man1/tiffgt.1.gz man/man1/tiffinfo.1.gz man/man1/tiffmedian.1.gz man/man1/tiffset.1.gz