summaryrefslogtreecommitdiff
path: root/editors/nano/patches
diff options
context:
space:
mode:
authordholland <dholland>2011-08-01 05:56:30 +0000
committerdholland <dholland>2011-08-01 05:56:30 +0000
commit9d325f73d29bb3ae4860efee9bf372fa45cd6300 (patch)
tree6b963c1829cd5f2774f6cb7d3334d37c00a0953c /editors/nano/patches
parent84a4ad5602c8adb39068b6d5ff6963ef5a171aff (diff)
downloadpkgsrc-9d325f73d29bb3ae4860efee9bf372fa45cd6300.tar.gz
Disable groff html check to prevent random PLIST variation.
Diffstat (limited to 'editors/nano/patches')
-rw-r--r--editors/nano/patches/patch-configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/nano/patches/patch-configure b/editors/nano/patches/patch-configure
new file mode 100644
index 00000000000..db2accde954
--- /dev/null
+++ b/editors/nano/patches/patch-configure
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2011/08/01 05:56:30 dholland Exp $
+
+Disable the groff html check to prevent random PLIST variation.
+
+--- configure~ 2011-08-01 05:52:01.000000000 +0000
++++ configure
+@@ -8293,7 +8293,7 @@ fi
+ # Check for groff html support
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
+ $as_echo_n "checking for HTML support in groff... " >&6; }
+-groff -t -mandoc -Thtml </dev/null >/dev/null
++false #groff -t -mandoc -Thtml </dev/null >/dev/null
+ if test $? -ne 0 ; then
+ echo "no"
+ echo "*** Will not generate HTML version of man pages ***"