[112336] trunk/dports/sysutils/groff
ryandesign at macports.org
ryandesign at macports.org
Fri Oct 18 23:16:02 PDT 2013
Revision: 112336
https://trac.macports.org/changeset/112336
Author: ryandesign at macports.org
Date: 2013-10-18 23:16:02 -0700 (Fri, 18 Oct 2013)
Log Message:
-----------
groff: skip the test for pnmtops's -nosetpage flag; pnmtops has supported -nosetpage since netpbm 10.0, and the test hangs with netpbm 10.64.01 (#40793)
Modified Paths:
--------------
trunk/dports/sysutils/groff/Portfile
Added Paths:
-----------
trunk/dports/sysutils/groff/files/
trunk/dports/sysutils/groff/files/patch-configure.diff
Modified: trunk/dports/sysutils/groff/Portfile
===================================================================
--- trunk/dports/sysutils/groff/Portfile 2013-10-19 05:47:20 UTC (rev 112335)
+++ trunk/dports/sysutils/groff/Portfile 2013-10-19 06:16:02 UTC (rev 112336)
@@ -24,6 +24,8 @@
checksums sha1 37223941e25bb504bf54631daaabb01b147dc1d3 \
rmd160 1c2ce5b5cf64a86fcf21f002d0f01c53787c93d4
+patchfiles patch-configure.diff
+
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man \
--without-x
Added: trunk/dports/sysutils/groff/files/patch-configure.diff
===================================================================
--- trunk/dports/sysutils/groff/files/patch-configure.diff (rev 0)
+++ trunk/dports/sysutils/groff/files/patch-configure.diff 2013-10-19 06:16:02 UTC (rev 112336)
@@ -0,0 +1,11 @@
+--- configure.orig 2013-02-07 06:06:26.000000000 -0600
++++ configure 2013-10-19 01:12:04.000000000 -0500
+@@ -10442,7 +10442,7 @@
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pnmtops can handle the -nosetpage option" >&5
+ $as_echo_n "checking whether pnmtops can handle the -nosetpage option... " >&6; }
+- if echo P2 2 2 255 0 1 2 0 | pnmtops -nosetpage > /dev/null 2>&1 ; then
++ if true ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+ $as_echo "yes" >&6; }
+ pnmtops_nosetpage="pnmtops -nosetpage"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131018/4c7911ac/attachment.html>
More information about the macports-changes
mailing list