pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/elinks Fixed redirection operator in the configure...
details: https://anonhg.NetBSD.org/pkgsrc/rev/28ce88539b8c
branches: trunk
changeset: 519556:28ce88539b8c
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Oct 05 10:57:37 2006 +0000
description:
Fixed redirection operator in the configure script.
diffstat:
www/elinks/distinfo | 4 ++--
www/elinks/patches/patch-aa | 15 ++++++++++++---
2 files changed, 14 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r b69be0b32d5c -r 28ce88539b8c www/elinks/distinfo
--- a/www/elinks/distinfo Thu Oct 05 10:52:40 2006 +0000
+++ b/www/elinks/distinfo Thu Oct 05 10:57:37 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2006/09/06 15:14:34 abs Exp $
+$NetBSD: distinfo,v 1.17 2006/10/05 10:57:37 rillig Exp $
SHA1 (elinks-0.11.1.tar.bz2) = dfa18f2745976e34ce3ee27227ce9bce81495a77
RMD160 (elinks-0.11.1.tar.bz2) = 2c5039a2e3d7ee3fc283d3041cac40f3c7853520
Size (elinks-0.11.1.tar.bz2) = 2612791 bytes
-SHA1 (patch-aa) = 1912232785a6db8412362a512408c87a75a1ecce
+SHA1 (patch-aa) = 5a3e742a2a69b815052e9abad8df77fb9565c810
SHA1 (patch-ab) = b08b2c8a9148e69ab18eb8577f95672cd707cdf3
SHA1 (patch-ac) = f7dc18652782a5ad0768a5693a69bcadc6e5754d
diff -r b69be0b32d5c -r 28ce88539b8c www/elinks/patches/patch-aa
--- a/www/elinks/patches/patch-aa Thu Oct 05 10:52:40 2006 +0000
+++ b/www/elinks/patches/patch-aa Thu Oct 05 10:57:37 2006 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-aa,v 1.4 2006/08/14 22:38:24 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2006/10/05 10:57:37 rillig Exp $
---- configure.orig 2006-01-29 13:10:47.000000000 +0000
-+++ configure
+--- configure.orig 2006-01-29 14:10:47.000000000 +0100
++++ configure 2006-10-05 12:51:00.000000000 +0200
+@@ -2959,7 +2959,7 @@ _ACEOF
+
+
+ echo > config.asciidoc-unsafe.txt
+- if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt >&/dev/null; then
++ if "$ASCIIDOC" --unsafe config.asciidoc-unsafe.txt 1>/dev/null 2>&1; then
+ ASCIIDOC_FLAGS=--unsafe
+ fi
+ rm config.asciidoc-unsafe.*
@@ -17103,7 +17103,7 @@ if test -z "$disable_lua"; then
for luadir in "$withval" "" /usr /usr/local; do
for suffix in "" 50 51; do
Home |
Main Index |
Thread Index |
Old Index