head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.30 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.28 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.26 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.24 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.22 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.20 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.18 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.16 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.14 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.12 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.10 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.8 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.6 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.4 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.2 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.4.0.2 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-2005Q3:1.2.0.24 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.22 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.20 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.18 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.16 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.14 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.12 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.2.0.10 pkgsrc-2003Q4-base:1.2 netbsd-1-6-1:1.2.0.6 netbsd-1-6-1-base:1.2 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2 netbsd-1-5-PATCH001:1.1 netbsd-1-5-RELEASE:1.1 netbsd-1-4-PATCH003:1.1; locks; strict; comment @# @; 1.5 date 2006.10.21.11.19.28; author uebayasi; state dead; branches; next 1.4; 1.4 date 2006.08.01.14.33.59; author jmmv; state Exp; branches; next 1.3; 1.3 date 2005.11.03.22.35.53; author rillig; state Exp; branches; next 1.2; 1.2 date 2001.05.22.06.38.09; author jlam; state Exp; branches; next 1.1; 1.1 date 2000.05.20.02.19.32; author wiz; state Exp; branches; next ; desc @@ 1.5 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-ab,v 1.4 2006/08/01 14:33:59 jmmv Exp $ --- libraries/Makefile.in.orig 2006-05-15 15:55:11.000000000 +0200 +++ libraries/Makefile.in @@@@ -54,7 +54,7 @@@@ all: $(BUILD_DIR)/.stamp $(BUILD_DIR)/.stamp: bootlib/.stamp $(INCLUDES) $(CPPHS_FILE) $(HSC2HS_FILE) $(CONVERT) $(RM) -r $(BUILD_DIR)/oldlib - cd ..; HOST='$(HOST)' libraries/$(CONVERT) fptools hugsdir + cd ..; HOST='$(HOST)' PREFIX='$(prefix)' libraries/$(CONVERT) fptools hugsdir echo timestamp for libraries >$@@ $(HSC2HS): $(BUILD_DIR)/programs/hsc2hs/Main.hs @@@@ -69,7 +69,7 @@@@ $(HSC2HS).bat: $(BUILD_DIR)/programs/hsc echo '%rootdir%/src/runhugs -98 -P%rootdir%/libraries/bootlib %rootdir%/hugsdir/programs/hsc2hs/Main.hs -I%rootdir%/hugsdir/include -t%rootdir%/hsc2hs/template-hsc.h %*') >$@@ $(BUILD_DIR)/programs/hsc2hs/Main.hs: $(HSC2HS_SRC)/Main.hs $(BOOTLIB) $(INCLUDES) $(CPPHS_FILE) - cd $(HSC2HS_SRC); $(HUGS_SETUP) configure --verbose --hugs --scratchdir=$(BUILD_DIR) --with-compiler=../src/ffihugs --with-cpphs="../libraries/tools/cpphs$(BAT)" + cd $(HSC2HS_SRC); $(HUGS_SETUP) configure --prefix=$(prefix) --verbose --hugs --scratchdir=$(BUILD_DIR) --with-compiler=../src/ffihugs --with-cpphs="../libraries/tools/cpphs$(BAT)" cd $(HSC2HS_SRC); $(HUGS_SETUP) build --verbose $(RM) -r $(BUILD_DIR)/autogen @@@@ -85,7 +85,7 @@@@ $(CPPHS).bat: $(BUILD_DIR)/programs/cpph echo '%rootdir%/src/runhugs -P%rootdir%/libraries/bootlib %rootdir%/hugsdir/programs/cpphs/Main.hs %*') >$@@ $(BUILD_DIR)/programs/cpphs/Main.hs: $(BOOTLIB) $(INCLUDES) - cd $(CPPHS_SRC); $(HUGS_SETUP) configure --verbose --hugs --scratchdir=$(BUILD_DIR)/packages/cpphs --with-compiler=../src/ffihugs + cd $(CPPHS_SRC); $(HUGS_SETUP) configure --prefix=$(prefix) --verbose --hugs --scratchdir=$(BUILD_DIR)/packages/cpphs --with-compiler=../src/ffihugs cd $(CPPHS_SRC); $(HUGS_SETUP) build --verbose $(RM) -r $(BUILD_DIR)/packages/cpphs/autogen mkdir -p $(BUILD_DIR)/programs @ 1.4 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-ab,v 1.3 2005/11/03 22:35:53 rillig Exp $ @ 1.3 log @Fixed wrong use of WRKSRC. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 2001/05/22 06:38:09 jlam Exp $ d3 3 a5 5 --- src/prelude.h.orig Thu May 27 23:29:25 1999 +++ src/prelude.h Sat May 20 04:06:55 2000 @@@@ -566,10 +566,12 @@@@ * eval, print loop */ d7 5 a11 7 +#ifndef __NetBSD__ #ifdef m68k /* global registers on an m68k */ #define GLOBALfst asm("a4") #define GLOBALsnd asm("a5") #define GLOBALsp asm("a3") +#endif #endif d13 19 a31 1 #ifdef sparc /* global registers on a sparc */ @ 1.2 log @Set WRKSRC to location of configure script, and manually create do-build and do-install targets. This is better as the configure script gets called with the correct environment settings. Also set the values for INSTALL_PROGRAM and INSTALL_DATA used in the project's Makefile to their pkgsrc BSD_* counterparts. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2000/05/20 02:19:32 wiz Exp $ d3 2 a4 2 --- ../prelude.h.orig Thu May 27 23:29:25 1999 +++ ../prelude.h Sat May 20 04:06:55 2000 @ 1.1 log @Add a patch that should make it compile on m68k. Addresses pkg/9964. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- prelude.h.orig Thu May 27 23:29:25 1999 +++ prelude.h Sat May 20 04:06:55 2000 @