head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.16 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.14 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.12 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.10 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.8 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.6 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.4 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.2 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.2.0.6 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.4 pkgsrc-2008Q1:1.2.0.2 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.1.0.8 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.6 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2008.07.20.00.38.44; author kristerw; state dead; branches; next 1.2; 1.2 date 2008.03.17.15.59.05; author kristerw; state Exp; branches; next 1.1; 1.1 date 2007.03.24.17.58.04; author kristerw; state Exp; branches; next ; desc @@ 1.3 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-ac,v 1.2 2008/03/17 15:59:05 kristerw Exp $ Patch needed for GHC 6.8. From FreeBSD ports. --- autoconf.mk.in.orig 2007-06-16 19:12:11.000000000 +0200 +++ autoconf.mk.in 2008-01-04 19:37:47.000000000 +0100 @@@@ -19,7 +19,7 @@@@ OPTCCFLAGS := $(addprefix -optc,$(CFLAGS) $(CPPFLAGS)) LDFLAGS := @@LDFLAGS@@ @@LIBS@@ OPTLLDFLAGS := $(addprefix -optl,$(LDFLAGS)) -GHCFLAGS := -cpp @@GHCFLAGS@@ +GHCFLAGS := -package containers -cpp @@GHCFLAGS@@ HAVE_CURSES := @@HAVE_CURSES@@ HAVE_LIBCURL := @@HAVE_LIBCURL@@ HAVE_MAPI := @@HAVE_MAPI@@ @ 1.2 log @Update darcs to version 1.0.9. Changes in this release consists mostly of minor bug fixes. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Make darcs compile when using GHC 6.6. Bump PKGREVISION. @ text @d3 1 a3 1 Patch needed for GHC 6.6. d5 11 a15 146 --- configure.orig 2006-06-16 20:59:33.000000000 +0200 +++ configure 2007-03-24 18:37:35.000000000 +0100 @@@@ -3188,7 +3188,7 @@@@ rm -f Main.hi Main.o check_module_save_GHCFLAGS=$GHCFLAGS - GHCFLAGS="$GHCFLAGS -package text" + GHCFLAGS="$GHCFLAGS -package regex-compat" cat << \EOF > conftest.hs @@@@ -3205,8 +3205,8 @@@@ echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && test -s conftest then - echo "$as_me:$LINENO: result: in package text" >&5 -echo "${ECHO_T}in package text" >&6 + echo "$as_me:$LINENO: result: in package regex-compat" >&5 +echo "${ECHO_T}in package regex-compat" >&6 else echo "configure: failed program was:" >&5 @@@@ -3215,8 +3215,8 @@@@ rm -f Main.hi Main.o GHCFLAGS=$check_module_save_GHCFLAGS - echo "$as_me:$LINENO: result: no; and neither in package text" >&5 -echo "${ECHO_T}no; and neither in package text" >&6 + echo "$as_me:$LINENO: result: no; and neither in package regex-compat" >&5 +echo "${ECHO_T}no; and neither in package regex-compat" >&6 fi @@@@ -3305,7 +3305,7 @@@@ cat << \EOF > conftest.hs -- #line 3306 "configure" import Control.Monad.Error -main = seq (putStr undefined) (putStr "Hello world.\n") +main = seq (strMsg "foo" :: String) (putStr "Hello world.\n") EOF rm -f Main.hi Main.o @@@@ -3332,7 +3332,7 @@@@ cat << \EOF > conftest.hs -- #line 3333 "configure" import Control.Monad.Error -main = seq (putStr undefined) (putStr "Hello world.\n") +main = seq (strMsg "foo" :: String) (putStr "Hello world.\n") EOF rm -f Main.hi Main.o @@@@ -3372,7 +3372,7 @@@@ cat << \EOF > conftest.hs -- #line 3373 "configure" import Control.Monad.Error -main = seq (putStr undefined) (putStr "Hello world.\n") +main = seq (strMsg "foo" :: String) (putStr "Hello world.\n") EOF rm -f Main.hi Main.o @@@@ -3399,7 +3399,7 @@@@ cat << \EOF > conftest.hs -- #line 3400 "configure" import Control.Monad.Error -main = seq (putStr undefined) (putStr "Hello world.\n") +main = seq (strMsg "foo" :: String) (putStr "Hello world.\n") EOF rm -f Main.hi Main.o @@@@ -3504,6 +3504,76 @@@@ +echo "$as_me:$LINENO: checking for module Text.Html" >&5 +echo $ECHO_N "checking for module Text.Html... $ECHO_C" >&6 + + +cat << \EOF > conftest.hs +-- #line 3516 "configure" +import Text.Html +main = seq (text "foo") (putStr "Hello world.\n") + +EOF +rm -f Main.hi Main.o +if { ac_try='$GHC $GHCFLAGS -o conftest conftest.hs' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && test -s conftest +then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + +else + echo "configure: failed program was:" >&5 + cat conftest.hs >&5 + echo "end of failed program." >&5 + rm -f Main.hi Main.o + + check_module_save_GHCFLAGS=$GHCFLAGS + GHCFLAGS="$GHCFLAGS -package html" + + +cat << \EOF > conftest.hs +-- #line 3543 "configure" +import Text.Html +main = seq (text "foo") (putStr "Hello world.\n") + +EOF +rm -f Main.hi Main.o +if { ac_try='$GHC $GHCFLAGS -o conftest conftest.hs' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && test -s conftest +then + echo "$as_me:$LINENO: result: in package html" >&5 +echo "${ECHO_T}in package html" >&6 + +else + echo "configure: failed program was:" >&5 + cat conftest.hs >&5 + echo "end of failed program." >&5 + rm -f Main.hi Main.o + + GHCFLAGS=$check_module_save_GHCFLAGS + echo "$as_me:$LINENO: result: no; and neither in package html" >&5 +echo "${ECHO_T}no; and neither in package html" >&6 + +fi + + + +fi + + + + + + + cat << \EOF >> Workaround.hs.prefix getCurrentDirectory, EOF @