head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.16 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.14 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.12 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.10 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.8 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.6 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.4 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.2 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.1.0.6 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.4 pkgsrc-2008Q1:1.1.0.2 pkgsrc-2008Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2008.07.20.00.38.44; author kristerw; state dead; branches; next 1.1; 1.1 date 2008.03.17.15.59.05; author kristerw; state Exp; branches; next ; desc @@ 1.2 log @Update darcs to 2.0.2. Changes since 1.0.9 includes * New Feature: Include patch count in darcs --version, for example, 2.0.1 (+ 32 patches) (David Roundy) * New Feature: darcs put --no-set-default and --set-default (Nicolas Pouillard) * UI changes: --extended-help is now called --overview, no more --verify-hash, no more send --unified (David Roundy, Eric Kow) * New Feature: Check for and repair patches which remove non-empty files (issue815, David Roundy) * New Feature: darcs trackdown --set-scripts-executable (Reinier Lamers) * User Experience: Make darcs changes --interactive behave more like other interactive commands (Eric Kow) * New Feature: Colorize added and removed lines, if the environment variable DARCS_DO_COLOR_LINES=True (Nicolas Pouillard) * New Feature: --remote-repodir flag to allow separate default repositories for push, pull and send (issue792, Eric Kow) * New Feature: darcs changes --count (David Roundy) * New Feature: Add a 'show authors' command (Eric Kow) * New Feature: New DARCS_PATCHES, DARCS_FILES and DARCS_PATCHES_XML environment variables are made available for the posthook system, allowing for more easier options to to integrate darcs with other systems. (David Roundy, Mark Stosberg) * New Feature: Automatically create the the global cache if we define we want to use it. (David Roundy, Trent Buck) and numerous performance improvements and bugfixes. @ text @$NetBSD: patch-ad,v 1.1 2008/03/17 15:59:05 kristerw Exp $ --- configure.orig 2008-03-16 23:52:02.000000000 +0000 +++ configure 2008-03-16 23:52:07.000000000 +0000 @@@@ -3273,11 +3273,28 @@@@ EOF else - { echo "$as_me:$LINENO: result: failed" >&5 -echo "${ECHO_T}failed" >&6; } - { { echo "$as_me:$LINENO: error: Couldnt figure out how to call GHC.Handle.openFd!" >&5 -echo "$as_me: error: Couldnt figure out how to call GHC.Handle.openFd!" >&2;} - { (exit 1); exit 1; }; } + { echo "$as_me:$LINENO: result: okay" >&5 +echo "${ECHO_T}okay" >&6; } + +cat << \EOF >> Workaround.hs.beginning + +import qualified GHC.Handle ( fdToHandle' ) +import System.IO ( Handle, IOMode ) +import System.Posix.Internals ( FDType ) +import qualified GHC.IOBase ( FD ) + +EOF + + +cat << \EOF >> Workaround.hs.ending + + {- + Work around change in the GHC.Handle.fdToHandle' API. + -} +openFd :: GHC.IOBase.FD -> Maybe FDType -> FilePath -> IOMode -> Bool -> Bool -> IO Handle +openFd fd x y z a b = GHC.Handle.fdToHandle' fd x b y z a + +EOF fi @@@@ -3286,11 +3303,28 @@@@ cat conftest.hs >&5 echo "end of failed program." >&5 rm -f Main.hi Main.o - { echo "$as_me:$LINENO: result: failed" >&5 -echo "${ECHO_T}failed" >&6; } - { { echo "$as_me:$LINENO: error: Couldnt figure out how to call GHC.Handle.openFd!" >&5 -echo "$as_me: error: Couldnt figure out how to call GHC.Handle.openFd!" >&2;} - { (exit 1); exit 1; }; } + { echo "$as_me:$LINENO: result: okay" >&5 +echo "${ECHO_T}okay" >&6; } + +cat << \EOF >> Workaround.hs.beginning + +import qualified GHC.Handle ( fdToHandle' ) +import System.IO ( Handle, IOMode ) +import System.Posix.Internals ( FDType ) +import qualified GHC.IOBase ( FD ) + +EOF + + +cat << \EOF >> Workaround.hs.ending + + {- + Work around change in the GHC.Handle.fdToHandle' API. + -} +openFd :: GHC.IOBase.FD -> Maybe FDType -> FilePath -> IOMode -> Bool -> Bool -> IO Handle +openFd fd x y z a b = GHC.Handle.fdToHandle' fd x b y z a + +EOF fi @@@@ -3353,11 +3387,28 @@@@ EOF else - { echo "$as_me:$LINENO: result: failed" >&5 -echo "${ECHO_T}failed" >&6; } - { { echo "$as_me:$LINENO: error: Couldnt figure out how to call GHC.Handle.openFd!" >&5 -echo "$as_me: error: Couldnt figure out how to call GHC.Handle.openFd!" >&2;} - { (exit 1); exit 1; }; } + { echo "$as_me:$LINENO: result: okay" >&5 +echo "${ECHO_T}okay" >&6; } + +cat << \EOF >> Workaround.hs.beginning + +import qualified GHC.Handle ( fdToHandle' ) +import System.IO ( Handle, IOMode ) +import System.Posix.Internals ( FDType ) +import qualified GHC.IOBase ( FD ) + +EOF + + +cat << \EOF >> Workaround.hs.ending + + {- + Work around change in the GHC.Handle.fdToHandle' API. + -} +openFd :: GHC.IOBase.FD -> Maybe FDType -> FilePath -> IOMode -> Bool -> Bool -> IO Handle +openFd fd x y z a b = GHC.Handle.fdToHandle' fd x b y z a + +EOF fi @@@@ -3366,11 +3417,28 @@@@ cat conftest.hs >&5 echo "end of failed program." >&5 rm -f Main.hi Main.o - { echo "$as_me:$LINENO: result: failed" >&5 -echo "${ECHO_T}failed" >&6; } - { { echo "$as_me:$LINENO: error: Couldnt figure out how to call GHC.Handle.openFd!" >&5 -echo "$as_me: error: Couldnt figure out how to call GHC.Handle.openFd!" >&2;} - { (exit 1); exit 1; }; } + { echo "$as_me:$LINENO: result: okay" >&5 +echo "${ECHO_T}okay" >&6; } + +cat << \EOF >> Workaround.hs.beginning + +import qualified GHC.Handle ( fdToHandle' ) +import System.IO ( Handle, IOMode ) +import System.Posix.Internals ( FDType ) +import qualified GHC.IOBase ( FD ) + +EOF + + +cat << \EOF >> Workaround.hs.ending + + {- + Work around change in the GHC.Handle.fdToHandle' API. + -} +openFd :: GHC.IOBase.FD -> Maybe FDType -> FilePath -> IOMode -> Bool -> Bool -> IO Handle +openFd fd x y z a b = GHC.Handle.fdToHandle' fd x b y z a + +EOF fi @ 1.1 log @Update darcs to version 1.0.9. Changes in this release consists mostly of minor bug fixes. @ text @d1 1 a1 1 $NetBSD$ @