diff options
author | dholland <dholland@pkgsrc.org> | 2011-08-01 05:56:30 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-08-01 05:56:30 +0000 |
commit | 80d1a4b55b42260c684176c08331816beef98e2c (patch) | |
tree | 6b963c1829cd5f2774f6cb7d3334d37c00a0953c /editors | |
parent | ef9abc5b20f6b8b2248fd5cf2eb08285506f1d6c (diff) | |
download | pkgsrc-80d1a4b55b42260c684176c08331816beef98e2c.tar.gz |
Disable groff html check to prevent random PLIST variation.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/distinfo | 3 | ||||
-rw-r--r-- | editors/nano/patches/patch-configure | 15 |
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 ***" |