# HG changeset patch # User Christopher Rogers # Date 1321150439 0 # Node ID df64154dacd6ee4cb6ff009a714e5b97a343045a # Parent c8d75f301f10a2bb58067edbff09bd478c9b72f2 tinyproxy: Fixed patch. diff -r c8d75f301f10 -r df64154dacd6 tinyproxy/receipt --- a/tinyproxy/receipt Sun Nov 13 11:09:54 2011 +0000 +++ b/tinyproxy/receipt Sun Nov 13 02:13:59 2011 +0000 @@ -22,9 +22,9 @@ --sysconfdir=/etc/tinyproxy \ --localstatedir=/var \ $CONFIGURE_ARGS && - make && make DESTDIR=$PWD/_pkg install + make && make DESTDIR=$DESTDIR install # Provide sane defaults - sed -i '/^#Listen/a\Listen 127.0.0.1' "$PWD/_pkg/etc/tinyproxy/tinyproxy.conf" + sed -i '/^#Listen/a\Listen 127.0.0.1' "$DESTDIR/etc/tinyproxy/tinyproxy.conf" } diff -r c8d75f301f10 -r df64154dacd6 tinyproxy/stuff/no-docs-and-tests.diff --- a/tinyproxy/stuff/no-docs-and-tests.diff Sun Nov 13 11:09:54 2011 +0000 +++ b/tinyproxy/stuff/no-docs-and-tests.diff Sun Nov 13 02:13:59 2011 +0000 @@ -30,7 +30,7 @@ index 01d6883..facfadd 100755 --- a/configure +++ b/configure -@@ -6811,67 +6811,10 @@ +@@ -6810,65 +6810,8 @@ fi @@ -85,16 +85,14 @@ - HAVE_A2X_TRUE= - HAVE_A2X_FALSE='#' -else -- HAVE_A2X_TRUE='#' -- HAVE_A2X_FALSE= + HAVE_A2X_TRUE='#' + HAVE_A2X_FALSE= -fi - -if test x"$A2X" = x"no"; then -- as_fn_error "Test for asciidoc failed. See the file 'INSTALL' for help." "$LINENO" 5 +- as_fn_error $? "Test for asciidoc failed. See the file 'INSTALL' for help." "$LINENO" 5 -fi - -+ HAVE_A2X_TRUE='#' -+ HAVE_A2X_FALSE= ac_config_files="$ac_config_files Makefile src/Makefile data/Makefile data/templates/Makefile etc/Makefile docs/Makefile docs/man5/Makefile docs/man5/tinyproxy.conf.txt docs/man8/Makefile docs/man8/tinyproxy.txt m4macros/Makefile tests/Makefile tests/scripts/Makefile"