head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.30 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.28 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.26 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.24 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.22 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.20 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.18 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.16 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.14 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.12 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.10 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.8 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.6 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.4 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.2 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.5.0.2 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.4.0.6 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.3.0.24 pkgsrc-2005Q3-base:1.3 pkgsrc-2005Q2:1.3.0.22 pkgsrc-2005Q2-base:1.3 pkgsrc-2005Q1:1.3.0.20 pkgsrc-2005Q1-base:1.3 pkgsrc-2004Q4:1.3.0.18 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.16 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.14 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.12 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.10 pkgsrc-2003Q4-base:1.3 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3; locks; strict; comment @# @; 1.6 date 2006.10.21.11.19.28; author uebayasi; state dead; branches; next 1.5; 1.5 date 2006.08.01.14.33.59; author jmmv; state Exp; branches; next 1.4; 1.4 date 2005.11.03.22.35.53; author rillig; state Exp; branches; next 1.3; 1.3 date 2002.04.09.02.59.15; author markd; state Exp; branches; next 1.2; 1.2 date 2001.06.21.02.38.13; author jlam; state Exp; branches; next 1.1; 1.1 date 2001.05.22.06.54.43; author jlam; state Exp; branches; next ; desc @@ 1.6 log @Update hugs to September 2006 release. A new minor release of Hugs, fixing a few bugs with the May 2006 release, and with libraries roughly matching the forthcoming GHC 6.6 release. @ text @$NetBSD: patch-ac,v 1.5 2006/08/01 14:33:59 jmmv Exp $ --- libraries/tools/convert_libraries.orig 2006-05-08 15:20:29.000000000 +0200 +++ libraries/tools/convert_libraries @@@@ -165,6 +165,7 @@@@ build_package() { esac $HugsSetup configure --verbose --hugs \ + --prefix=${PREFIX} \ --scratchdir="$top_dir/$target_dir" \ --with-hsc2hs="$top_dir/libraries/tools/hsc2hs$bat" \ --with-cpphs="$top_dir/libraries/tools/cpphs$bat" \ @ 1.5 log @Update to 200605: - November 2002 Feature highlights of this new release are: * Much improved FFI support (contributed by Alastair Reid), bringing Hugs really very close to the Haskell FFI specification. * Adoption of a significant subset of GHC's hierarchical libraries (contributed by Ross Paterson). * An (allegedly) complete implementation of the Haskell98 module system (Sigbjorn Finne). * Numerous bug fixes since the previous major release in Dec 2001. - November 2003 There has been substantial internal restructuring. In addition to numerous bug fixes, user-visible changes include: * The beginnings of a User's Guide (though still incomplete). * The Double type is now double-precision on most architectures. * Hugs now relies on the same hierarchical libraries as GHC and Nhc98, and provides almost all of them. For now, compatibility with the old libraries is provided by stub modules, but users are encouraged to migrate to the new libraries. * Full support for imprecise exceptions (but not asynchronous ones). Most runtime errors are now reported by applying print to an Exception (formerly the built-in printer was applied to the faulty redex). * Integrated .NET support (on Windows platforms). * The -e, -f, -i, -N, -W and -X options and the :project command have been removed. * A searchpath may include an entry of the form "directory/*", meaning all the immediate subdirectories of directory (see -Pstr). - March 2005 This release is primarily targeted at Unix systems to gain experience with new features. The new Cabal-based library build system has the potential to make building on Windows easier, but it's not there yet. Volunteers welcome. In addition to numerous bug fixes, user-visible changes include: * The default current module is now the empty module Hugs.Base instead of the Prelude (see Section 2.2). * The Char type and the Char module now support Unicode as specified in the Haskell 98 Report (contributed by Dmitry Golubovsky). Character oriented I/O uses a byte encoding of characters determined by the current locale (see Section 3.3). * The new -X option can be used to group several options into one argument. This is now needed for executable runhugs scripts (using the Unix "#!" feature) that require two or more options (see Section 4.1). * The syntax of the ffihugs command has changed (see Section 4.2). The +G and +L options are gone, and a new -i option can be used to specify include files. * Hugs now has basic support for the Cabal packaging system (see Section 3.4). - May 2006 * The default current module is now the empty module Hugs (see Section 2.2). * The compatibility libraries are no longer included on the default search path. You can access them by adding "{Hugs}/oldlib" to the search path (see -Pstr), but they will be removed in the next release. * Rewritten graphical Windows interface (contributed by Neil Mitchell; see Section 4.3). * New :main command (contributed by Neil Mitchell). @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.4 2005/11/03 22:35:53 rillig Exp $ @ 1.4 log @Fixed wrong use of WRKSRC. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.3 2002/04/09 02:59:15 markd Exp $ d3 4 a6 5 --- src/unix/configure.orig Sat Dec 15 16:20:04 2001 +++ src/unix/configure Fri Mar 15 15:01:38 2002 @@@@ -4608,8 +4608,8 @@@@ -Wno-parentheses \ " d8 5 a12 15 -CFLAGS="-g" -OPTFLAGS="-O2" +test -z "$CFLAGS" && CFLAGS="-g" +test -z "$OPTFLAGS" && OPTFLAGS="-O2" case "`uname -s`" in Darwin) CFLAGS="$CFLAGS -no-cpp-precomp"; LDFLAGS="$LDFLAGS -flat_namespace" ;; @@@@ -4630,6 +4630,7 @@@@ fi if test "$enable_debug" = yes; then + CFLAGS="$CFLAGS -g" OPTFLAGS="" else DEBUGFLAGS="" @ 1.3 log @Update Hugs98 to Dec 2001 version. Changes are: - The incompatibilities between Hugs and the Haskell Graphics Library have been fixed, and binaries for the HGL are now available on the Hugs download page. - The missing standard libraries Directory, CPUTime, Time and Locale have been added along with a complete implementation of Haskell98 IO. - Hugs is now delivered with most of the hslibs libraries installed in the lib/exts/ directory. The added modules cover the Edison, Parsec, HaXml, QuickCheck, concurrent, monad, and html subdirectories of hslibs. - The :set option now refuses the user to set a module search path that doesn't contain the Prelude. This is to protect users from accidentally rendering their Hugs setups unusable, esp. so on Windows machines where the options are persisted to the Registry. - MacOS X is now one of the supported unix ports, with pre-built binaries available on the download page. - Experimental support is provided for hierarchical module names, where a module name A.B.C is mapped onto the file path A/B/C{.hs,.lhs} and appended to each of the path prefixes in HUGSPATH until the name of a readable file is found. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- configure.orig Sat Dec 15 16:20:04 2001 +++ configure Fri Mar 15 15:01:38 2002 @ 1.2 log @When --enable-debug is given, then add, don't replace, -g in CFLAGS. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2001/05/22 06:54:43 jlam Exp $ d3 3 a5 3 --- configure.orig Tue Feb 29 05:29:00 2000 +++ configure Tue May 22 02:48:58 2001 @@@@ -3628,8 +3628,8 @@@@ d14 3 a16 3 if test "$enable_lint" = yes; then if test "$ac_cv_prog_CC" = "gcc"; then @@@@ -3645,6 +3645,7 @@@@ @ 1.1 log @Honor CFLAGS passed in from environment during build. @ text @d1 1 a1 1 $NetBSD$ d20 1 a20 1 + CFLAGS="-g" @