summaryrefslogtreecommitdiff
path: root/editors/nano
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-08-01 05:56:30 +0000
committerdholland <dholland@pkgsrc.org>2011-08-01 05:56:30 +0000
commitf8d3d479971d5b529d0bbd74074b13ffb47c6497 (patch)
tree6b963c1829cd5f2774f6cb7d3334d37c00a0953c /editors/nano
parent24eb3ed137bc31893ba0f49b6d6ac6360f5c8d7f (diff)
downloadpkgsrc-f8d3d479971d5b529d0bbd74074b13ffb47c6497.tar.gz
Disable groff html check to prevent random PLIST variation.
Diffstat (limited to 'editors/nano')
-rw-r--r--editors/nano/distinfo3
-rw-r--r--editors/nano/patches/patch-configure15
2 files changed, 17 insertions, 1 deletions
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index 647b4bc108e..1f346ae72ec 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.17 2010/04/18 17:21:34 tez Exp $
+$NetBSD: distinfo,v 1.18 2011/08/01 05:56:30 dholland Exp $
SHA1 (nano-2.2.4.tar.gz) = c69f70d30883e846f74951c5daa20d7c5a6f0662
RMD160 (nano-2.2.4.tar.gz) = 14b66e735646a603b2aafd0893a72cbf5a124c1d
Size (nano-2.2.4.tar.gz) = 1529085 bytes
+SHA1 (patch-configure) = 46dd0149d1d7a6ea5b574704edd01fb21272668d
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 ***"