Date: Mon, 24 Nov 2014 09:32:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373197 - in head/graphics/tiff: . files Message-ID: <201411240932.sAO9WwXS040214@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Nov 24 09:32:58 2014 New Revision: 373197 URL: https://svnweb.freebsd.org/changeset/ports/373197 QAT: https://qat.redports.org/buildarchive/r373197/ Log: Make mandoc happy Added: head/graphics/tiff/files/patch-man_tiffcrop.1 (contents, props changed) Modified: head/graphics/tiff/Makefile Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Mon Nov 24 08:32:26 2014 (r373196) +++ head/graphics/tiff/Makefile Mon Nov 24 09:32:58 2014 (r373197) @@ -97,6 +97,9 @@ __pmlinks3!= ${ECHO_CMD} '${MLNKS:S/ } }' .endif +post-patch: + @${REINPLACE_CMD} "/\.po 0/d" ${WRKSRC}/man/* + pre-configure: ${REINPLACE_CMD} \ -e 's|^LIBTIFF_VERSION_INFO =.*$$|LIBTIFF_VERSION_INFO = 4:0:0|' \ Added: head/graphics/tiff/files/patch-man_tiffcrop.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/tiff/files/patch-man_tiffcrop.1 Mon Nov 24 09:32:58 2014 (r373197) @@ -0,0 +1,10 @@ +--- man/tiffcrop.1.orig 2010-12-14 01:45:44 UTC ++++ man/tiffcrop.1 +@@ -496,7 +496,6 @@ the portrait or landscape option. The pa + the image. It breaks each original image into a series of smaller images + that will fit on the target paper size at the specified resolution. + .fi +-.RE + .PP + Extract two regions 2048 pixels wide by 2048 pixels high from each page of + a multi\-page input file and write each region to a separate output file.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411240932.sAO9WwXS040214>