svn commit: r373197 - in head/graphics/tiff: . files
Baptiste Daroussin
bapt at FreeBSD.org
Mon Nov 24 09:32:59 UTC 2014
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.
More information about the svn-ports-head
mailing list