From nemysis@gmx.ch  Wed Mar 13 16:03:24 2013
Return-Path: <nemysis@gmx.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 905F7867
	for <freebsd-gnats-submit@freebsd.org>; Wed, 13 Mar 2013 16:03:24 +0000 (UTC)
	(envelope-from nemysis@gmx.ch)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.20])
	by mx1.freebsd.org (Postfix) with ESMTP id 3EB751E9
	for <freebsd-gnats-submit@freebsd.org>; Wed, 13 Mar 2013 16:03:24 +0000 (UTC)
Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan
 (mrigmx002) with ESMTP (Nemesis) id 0LuJ33-1Ui1se2wT9-011lDF for
 <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Mar 2013 17:03:19 +0100
Received: (qmail invoked by alias); 13 Mar 2013 16:03:18 -0000
Received: from 38-21.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.21.38]
  by mail.gmx.net (mp001) with SMTP; 13 Mar 2013 17:03:18 +0100
Received: by something.email.com (sSMTP sendmail emulation); Wed, 13 Mar 2013 17:03:16 +0100
Message-Id: <20130313160324.905F7867@hub.freebsd.org>
Date: Wed, 13 Mar 2013 17:03:16 +0100
From: nemysis <nemysis@gmx.ch>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dinoex@FreeBSD.org
Subject: [PATCH] graphics/tiff: OptionsNG, Port is now safe with NOPORTDOCS=yes, options DOCS X11
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         176919
>Category:       ports
>Synopsis:       [PATCH] graphics/tiff: OptionsNG, Port is now safe with NOPORTDOCS=yes, options DOCS X11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 16:10:01 UTC 2013
>Closed-Date:    Mon Apr 22 22:06:48 CEST 2013
>Last-Modified:  Mon Apr 22 20:10:00 UTC 2013
>Originator:     nemysis
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:

Makefile changed:

Port is now safe with NOPORTDOCS=yes in /etc/make.conf
+OPTIONS_DEFINE=	DOCS X11
+.if ${PORT_OPTIONS:MDOCS}
+PLIST_SUB+=	PORTDOCS=""
+.else
+PLIST_SUB+=	PORTDOCS="@comment "
+.endif

+PORTDOCS=	ChangeLog README TODO
+.include <bsd.port.options.mk>

+post-patch:
+	@${REINPLACE_CMD} -e 's|pkgconfigdir = $$(libdir)/pkgconfig|pkgconfigdir = $$(prefix)/libdata/pkgconfig|' \
+		${WRKSRC}/Makefile.in
+.if ! ${PORT_OPTIONS:MDOCS}
+	${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
+		${WRKSRC}/Makefile.in
+.endif

Changed and refined:
 pre-configure:
 post-install:
 files/patch-Makefile.in
 pkg-descr
 pkg-plist

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:

portlint -A
looks usual.

/usr/ports/graphics/tiff/ > portlint -A
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
FATAL: Makefile: extra item "LIB_DEPENDS" placed in the LICENSE section.
WARN: Makefile: "LICENSE_FILE" has to appear earlier.
WARN: Makefile: "LICENSE" has to appear earlier.
WARN: Makefile: "LICENSE_FILE" has to appear earlier.
1 fatal error and 4 warnings found.

port test: clean

>Fix:

--- tiff-4.0.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/tiff/Makefile ./Makefile
--- /usr/ports/graphics/tiff/Makefile	2013-01-14 17:57:01.000000000 +0100
+++ ./Makefile	2013-03-13 16:44:01.000000000 +0100
@@ -3,6 +3,7 @@
 
 PORTNAME=	tiff
 PORTVERSION=	4.0.3
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.remotesensing.org/pub/libtiff/ \
 		http://download.osgeo.org/libtiff/
@@ -10,26 +11,17 @@
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Tools and library routines for working with TIFF images
 
-LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
-		jbig:${PORTSDIR}/graphics/jbigkit
-
 LICENSE=	BSD
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
+		jbig:${PORTSDIR}/graphics/jbigkit
+
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
 			--with-jpeg-lib-dir=${LOCALBASE}/lib
 
-.if defined(WITH_X11) && !defined(WITHOUT_X11)
-USE_XORG=	sm ice xmu xi x11
-USE_GL=		glut glu gl
-PLIST_SUB+=	WITH_X11=""
-.else
-CONFIGURE_ARGS+=	--without-x --without-libgl
-PLIST_SUB+=	WITH_X11="@comment "
-.endif
-
 MAN1=	bmp2tiff.1 tiff2pdf.1 fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 \
 	ppm2tiff.1 ras2tiff.1 raw2tiff.1 rgb2ycbcr.1 sgi2tiff.1 \
 	thumbnail.1 tiff2bw.1 tiff2ps.1 tiff2rgba.1 tiffcmp.1 tiffcp.1 \
@@ -109,16 +101,46 @@
 	TIFFtile.3tiff           TIFFTileRowSize.3tiff \
 	TIFFtile.3tiff           TIFFVTileSize.3tiff
 
+PORTDOCS=	ChangeLog README TODO
+
+OPTIONS_DEFINE=	DOCS X11
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MX11}
+USE_XORG=	sm ice xmu xi x11
+USE_GL=		glut glu gl
+PLIST_SUB+=	WITH_X11=""
+.else
+CONFIGURE_ARGS+=	--without-x --without-libgl
+PLIST_SUB+=	WITH_X11="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MDOCS}
+PLIST_SUB+=	PORTDOCS=""
+.else
+PLIST_SUB+=	PORTDOCS="@comment "
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|pkgconfigdir = $$(libdir)/pkgconfig|pkgconfigdir = $$(prefix)/libdata/pkgconfig|' \
+		${WRKSRC}/Makefile.in
+.if ! ${PORT_OPTIONS:MDOCS}
+	${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
+		${WRKSRC}/Makefile.in
+.endif
+
 pre-configure:
 	${REINPLACE_CMD} \
 		-e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \
 		${WRKSRC}/libtiff/Makefile.in
-	${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
-		-e 's|man html|man|' ${WRKSRC}/Makefile.in
+	${REINPLACE_CMD} -e 's|man html|man|' \
+		${WRKSRC}/Makefile.in
 
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 post-install:
-	${MKDIR} ${DOCSDIR}/images ${DOCSDIR}/man
+	@${MKDIR} ${DOCSDIR}/images ${DOCSDIR}/man
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/html/images/*.jpg ${DOCSDIR}/images/
 	${INSTALL_DATA} ${WRKSRC}/html/images/*.gif ${DOCSDIR}/images/
diff -ruN --exclude=CVS /usr/ports/graphics/tiff/files/patch-Makefile.in ./files/patch-Makefile.in
--- /usr/ports/graphics/tiff/files/patch-Makefile.in	2013-01-14 17:57:01.000000000 +0100
+++ ./files/patch-Makefile.in	2013-03-13 16:14:19.000000000 +0100
@@ -1,14 +1,5 @@
 --- Makefile.in.orig	2012-09-22 18:08:18.000000000 +0200
-+++ Makefile.in	2012-10-13 19:35:28.000000000 +0200
-@@ -375,7 +375,7 @@
- 
- 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
- 
++++ Makefile.in	2013-03-13 16:14:10.000000000 +0100
 @@ -427,19 +427,6 @@
  	-rm -f libtool config.lt
  install-dist_docDATA: $(dist_doc_DATA)
diff -ruN --exclude=CVS /usr/ports/graphics/tiff/pkg-descr ./pkg-descr
--- /usr/ports/graphics/tiff/pkg-descr	2013-01-14 17:57:01.000000000 +0100
+++ ./pkg-descr	2013-03-13 16:44:18.000000000 +0100
@@ -11,9 +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.
 
-Unless NOPORTDOCS is defined, the html documentations is also
-installed locally in /usr/local/share/doc/tiff.
-
-LICENSE: Permission to use, copy, modify, distribute, and sell for any purpose
-
 WWW: http://www.remotesensing.org/libtiff/
diff -ruN --exclude=CVS /usr/ports/graphics/tiff/pkg-plist ./pkg-plist
--- /usr/ports/graphics/tiff/pkg-plist	2013-01-14 17:57:01.000000000 +0100
+++ ./pkg-plist	2013-03-13 15:20:25.000000000 +0100
@@ -36,12 +36,16 @@
 lib/libtiffxx.so
 lib/libtiffxx.so.4
 libdata/pkgconfig/libtiff-4.pc
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TIFFTechNote2.html
+%%PORTDOCS%%%%DOCSDIR%%/TODO
 %%PORTDOCS%%%%DOCSDIR%%/addingtags.html
 %%PORTDOCS%%%%DOCSDIR%%/bugs.html
 %%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
@@ -58,7 +62,6 @@
 %%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
--- tiff-4.0.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Mar 13 16:10:09 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176919 

From: nemysis <nemysis@gmx.ch>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176919: [PATCH] graphics/tiff: OptionsNG, Port is now
 safe with NOPORTDOCS=yes, options DOCS X11
Date: Sat, 16 Mar 2013 15:45:44 +0100

 --MP_/VhIqxcoaiafSuA9vYedYDRO
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 +PORTDOCS=      *
 
 +.for f in ChangeLog README TODO
 +        @(cd ${WRKSRC} && ${INSTALL_DATA} ${f} ${DOCSDIR})
 +.endfor
 
 Changed and refined:
 pkg-plist <-- clean, not more PORTDOCS
 --MP_/VhIqxcoaiafSuA9vYedYDRO
 Content-Type: text/x-patch
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment; filename=tiff.diff
 
 =3D=3D=3D> Generating patch
 =3D=3D=3D> Viewing diff with more
 diff -ruN --exclude=3DCVS /usr/ports/graphics/tiff/Makefile ./Makefile
 --- /usr/ports/graphics/tiff/Makefile	2013-01-14 17:57:01.000000000 +0100
 +++ ./Makefile	2013-03-16 15:30:20.000000000 +0100
 @@ -3,6 +3,7 @@
 =20
  PORTNAME=3D	tiff
  PORTVERSION=3D	4.0.3
 +PORTREVISION=3D	1
  CATEGORIES=3D	graphics
  MASTER_SITES=3D	ftp://ftp.remotesensing.org/pub/libtiff/ \
  		http://download.osgeo.org/libtiff/
 @@ -10,25 +11,18 @@
  MAINTAINER=3D	dinoex@FreeBSD.org
  COMMENT=3D	Tools and library routines for working with TIFF images
 =20
 -LIB_DEPENDS=3D	jpeg:${PORTSDIR}/graphics/jpeg \
 -		jbig:${PORTSDIR}/graphics/jbigkit
 -
  LICENSE=3D	BSD
  LICENSE_FILE=3D	${WRKSRC}/COPYRIGHT
 =20
 +LIB_DEPENDS=3D	jpeg:${PORTSDIR}/graphics/jpeg \
 +		jbig:${PORTSDIR}/graphics/jbigkit
 +
  USE_LDCONFIG=3D	yes
  USE_AUTOTOOLS=3D	libtool
  CONFIGURE_ARGS+=3D	--with-jpeg-include-dir=3D${LOCALBASE}/include \
  			--with-jpeg-lib-dir=3D${LOCALBASE}/lib
 =20
 -.if defined(WITH_X11) && !defined(WITHOUT_X11)
 -USE_XORG=3D	sm ice xmu xi x11
 -USE_GL=3D		glut glu gl
 -PLIST_SUB+=3D	WITH_X11=3D""
 -.else
 -CONFIGURE_ARGS+=3D	--without-x --without-libgl
 -PLIST_SUB+=3D	WITH_X11=3D"@comment "
 -.endif
 +PORTDOCS=3D	*
 =20
  MAN1=3D	bmp2tiff.1 tiff2pdf.1 fax2ps.1 fax2tiff.1 gif2tiff.1 pal2rgb.1 \
  	ppm2tiff.1 ras2tiff.1 raw2tiff.1 rgb2ycbcr.1 sgi2tiff.1 \
 @@ -109,16 +103,40 @@
  	TIFFtile.3tiff           TIFFTileRowSize.3tiff \
  	TIFFtile.3tiff           TIFFVTileSize.3tiff
 =20
 +OPTIONS_DEFINE=3D	X11
 +
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MX11}
 +USE_XORG=3D	sm ice xmu xi x11
 +USE_GL=3D		glut glu gl
 +PLIST_SUB+=3D	WITH_X11=3D""
 +.else
 +CONFIGURE_ARGS+=3D	--without-x --without-libgl
 +PLIST_SUB+=3D	WITH_X11=3D"@comment "
 +.endif
 +
 +post-patch:
 +	@${REINPLACE_CMD} -e 's|pkgconfigdir =3D $$(libdir)/pkgconfig|pkgconfigdi=
 r =3D $$(prefix)/libdata/pkgconfig|' \
 +		${WRKSRC}/Makefile.in
 +.if ! ${PORT_OPTIONS:MDOCS}
 +	${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
 +		${WRKSRC}/Makefile.in
 +.endif
 +
  pre-configure:
  	${REINPLACE_CMD} \
  		-e 's|^LIBTIFF_VERSION_INFO =3D.*$$|LIBTIFF_VERSION_INFO =3D 4:0:0|' \
  		${WRKSRC}/libtiff/Makefile.in
 -	${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
 -		-e 's|man html|man|' ${WRKSRC}/Makefile.in
 +	${REINPLACE_CMD} -e 's|man html|man|' \
 +		${WRKSRC}/Makefile.in
 =20
 -.if !defined(NOPORTDOCS)
 +.if ${PORT_OPTIONS:MDOCS}
  post-install:
 -	${MKDIR} ${DOCSDIR}/images ${DOCSDIR}/man
 +	@${MKDIR} ${DOCSDIR}/images ${DOCSDIR}/man
 +.for f in ChangeLog README TODO
 +	 @(cd ${WRKSRC} && ${INSTALL_DATA} ${f} ${DOCSDIR})
 +.endfor
  	${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR}/
  	${INSTALL_DATA} ${WRKSRC}/html/images/*.jpg ${DOCSDIR}/images/
  	${INSTALL_DATA} ${WRKSRC}/html/images/*.gif ${DOCSDIR}/images/
 diff -ruN --exclude=3DCVS /usr/ports/graphics/tiff/files/patch-Makefile.in =
 ./files/patch-Makefile.in
 --- /usr/ports/graphics/tiff/files/patch-Makefile.in	2013-01-14 17:57:01.00=
 0000000 +0100
 +++ ./files/patch-Makefile.in	2013-03-13 16:14:19.000000000 +0100
 @@ -1,14 +1,5 @@
  --- Makefile.in.orig	2012-09-22 18:08:18.000000000 +0200
 -+++ Makefile.in	2012-10-13 19:35:28.000000000 +0200
 -@@ -375,7 +375,7 @@
 -=20
 - dist_doc_DATA =3D $(docfiles)
 - SUBDIRS =3D port libtiff tools build contrib test man html
 --pkgconfigdir =3D $(libdir)/pkgconfig
 -+pkgconfigdir =3D $(prefix)/libdata/pkgconfig
 - pkgconfig_DATA =3D libtiff-4.pc
 - all: all-recursive
 -=20
 ++++ Makefile.in	2013-03-13 16:14:10.000000000 +0100
  @@ -427,19 +427,6 @@
   	-rm -f libtool config.lt
   install-dist_docDATA: $(dist_doc_DATA)
 diff -ruN --exclude=3DCVS /usr/ports/graphics/tiff/pkg-descr ./pkg-descr
 --- /usr/ports/graphics/tiff/pkg-descr	2013-01-14 17:57:01.000000000 +0100
 +++ ./pkg-descr	2013-03-13 16:44:18.000000000 +0100
 @@ -11,9 +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.
 =20
 -Unless NOPORTDOCS is defined, the html documentations is also
 -installed locally in /usr/local/share/doc/tiff.
 -
 -LICENSE: Permission to use, copy, modify, distribute, and sell for any pur=
 pose
 -
  WWW: http://www.remotesensing.org/libtiff/
 diff -ruN --exclude=3DCVS /usr/ports/graphics/tiff/pkg-plist ./pkg-plist
 --- /usr/ports/graphics/tiff/pkg-plist	2013-01-14 17:57:01.000000000 +0100
 +++ ./pkg-plist	2013-03-16 14:43:54.000000000 +0100
 @@ -36,145 +36,3 @@
  lib/libtiffxx.so
  lib/libtiffxx.so.4
  libdata/pkgconfig/libtiff-4.pc
 -%%PORTDOCS%%%%DOCSDIR%%/TIFFTechNote2.html
 -%%PORTDOCS%%%%DOCSDIR%%/addingtags.html
 -%%PORTDOCS%%%%DOCSDIR%%/bugs.html
 -%%PORTDOCS%%%%DOCSDIR%%/build.html
 -%%PORTDOCS%%%%DOCSDIR%%/contrib.html
 -%%PORTDOCS%%%%DOCSDIR%%/document.html
 -%%PORTDOCS%%%%DOCSDIR%%/images/back.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/bali.jpg
 -%%PORTDOCS%%%%DOCSDIR%%/images/cat.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/cover.jpg
 -%%PORTDOCS%%%%DOCSDIR%%/images/cramps.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/dave.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/info.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/jello.jpg
 -%%PORTDOCS%%%%DOCSDIR%%/images/jim.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/note.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/oxford.gif
 -%%PORTDOCS%%%%DOCSDIR%%/images/quad.jpg
 -%%PORTDOCS%%%%DOCSDIR%%/images/ring.gif
 -%%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
 -%%PORTDOCS%%%%DOCSDIR%%/libtiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFClose.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFDataWidth.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFError.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldDataType.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldName.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldPassCount.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldReadCount.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldTag.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFieldWriteCount.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFFlush.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFGetField.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFOpen.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFPrintDirectory.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFRGBAImage.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadDirectory.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedStrip.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadEncodedTile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAImage.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBAStrip.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRGBATile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawStrip.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadRawTile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadScanline.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFReadTile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetDirectory.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFSetField.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWarning.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteDirectory.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedStrip.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteEncodedTile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawStrip.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteRawTile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteScanline.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFWriteTile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFbuffer.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFcodec.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFcolor.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFmemory.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFquery.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFsize.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFstrip.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFswab.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/TIFFtile.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/bmp2tiff.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/fax2ps.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/fax2tiff.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/gif2tiff.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/index.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/libtiff.3tiff.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/pal2rgb.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/ppm2tiff.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/ras2tiff.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/raw2tiff.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/rgb2ycbcr.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/sgi2tiff.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/thumbnail.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiff2bw.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiff2pdf.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiff2ps.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiff2rgba.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffcmp.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffcp.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffcrop.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffdither.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffdump.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffgt.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffinfo.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffmedian.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffset.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffsplit.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/man/tiffsv.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/misc.html
 -%%PORTDOCS%%%%DOCSDIR%%/support.html
 -%%PORTDOCS%%%%DOCSDIR%%/tools.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta007.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta016.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta018.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta024.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta028.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta029.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta031.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta032.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta033.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta034.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta035.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.4beta036.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.5.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.5.2.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.5.3.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.5.4.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.5.5.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.5.6-beta.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.5.7.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.6.0.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.6.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.0.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.0alpha.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.0beta.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.0beta2.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.2.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.3.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.7.4.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.8.0.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.8.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.8.2.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.9.0beta.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.9.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/v3.9.2.html
 -%%PORTDOCS%%%%DOCSDIR%%/v4.0.0.html
 -%%PORTDOCS%%%%DOCSDIR%%/v4.0.1.html
 -%%PORTDOCS%%%%DOCSDIR%%/v4.0.2.html
 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/man
 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
 -%%PORTDOCS%%@dirrm %%DOCSDIR%%
 =3D=3D=3D> Done
 
 --MP_/VhIqxcoaiafSuA9vYedYDRO--
State-Changed-From-To: open->analyzed 
State-Changed-By: dinoex 
State-Changed-When: Tue Mar 26 07:24:07 CET 2013 
State-Changed-Why:  

too many changes at once. 
Regression with my tests. 

will fix some of the problems. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=176919 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dinoex 
State-Changed-When: Mon Apr 22 22:05:47 CEST 2013 
State-Changed-Why:  


- options stuff has regressions. 
- I don't like PORTSDOC * 


http://www.freebsd.org/cgi/query-pr.cgi?pr=176919 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/176919: commit references a PR
Date: Mon, 22 Apr 2013 20:05:05 +0000 (UTC)

 Author: dinoex
 Date: Mon Apr 22 20:04:57 2013
 New Revision: 316270
 URL: http://svnweb.freebsd.org/changeset/ports/316270
 
 Log:
   - make portlint happier
   PR:		176919
 
 Modified:
   head/graphics/tiff/Makefile
 
 Modified: head/graphics/tiff/Makefile
 ==============================================================================
 --- head/graphics/tiff/Makefile	Mon Apr 22 19:36:24 2013	(r316269)
 +++ head/graphics/tiff/Makefile	Mon Apr 22 20:04:57 2013	(r316270)
 @@ -10,12 +10,12 @@ MASTER_SITES=	ftp://ftp.remotesensing.or
  MAINTAINER=	dinoex@FreeBSD.org
  COMMENT=	Tools and library routines for working with TIFF images
  
 -LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 -		jbig:${PORTSDIR}/graphics/jbigkit
 -
  LICENSE=	BSD
  LICENSE_FILE=	${WRKSRC}/COPYRIGHT
  
 +LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
 +		jbig:${PORTSDIR}/graphics/jbigkit
 +
  USE_LDCONFIG=	yes
  USE_AUTOTOOLS=	libtool
  CONFIGURE_ARGS+=	--with-jpeg-include-dir=${LOCALBASE}/include \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
