The NetBSD Project

CVS log for pkgsrc/lang/nhc98/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / lang / nhc98

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.41 / (download) - annotate - [select for diffs], Thu Jan 7 07:36:54 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:46 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Dec 16 00:13:30 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.38: +2 -3 lines
Diff to previous 1.38 (colored)

Fixed quoting bug that had been introduced in the last revision.

Revision 1.38 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:10 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:26 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.36: +4 -4 lines
Diff to previous 1.36 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.36 / (download) - annotate - [select for diffs], Sun May 22 20:08:10 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.35 / (download) - annotate - [select for diffs], Thu May 12 17:53:29 2005 UTC (7 years ago) by kristerw
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

Correct PLIST for ports other than i386.
Fix a build issue for Darwin.

Bump PKGREVISION.

Revision 1.34 / (download) - annotate - [select for diffs], Sun May 1 22:55:07 2005 UTC (7 years ago) by kristerw
Branch: MAIN
Changes since 1.33: +5 -7 lines
Diff to previous 1.33 (colored)

Update nhc98 to 1.18.

Changes from 1.16:
# New: Several more packages of hierarchical libraries are included in
  the build: base, parsec, haskell-src, QuickCheck, HaXml, HUnit, Cabal.
# New: FFI improvements: foreign import "dynamic" is now supported, and
  named C header-files are now used.
# New: The compiler now uses cpphs for Haskell source instead of cpp. This
  removes problems with string gaps, primes in identifiers, and so on.
# New: In hmake-interactive, if the readline library is not available,
  the simple line editor now has a history mechanism.
# Bugfix: hmake's processing of cpp conditional directives is improved also.
# Bugfix: More evil bugfixes for gcc versions ? 3.3
# Bugfix: A numeric pattern can now match against a Num newtype.
# Bugfix: Foreign imports and abstract newtypes now play OK together.
# Bugfix: Methods in qualified classes no longer need to be qualified in
  instance decls.
# Bugfix: GreenCard now accepts <<.../...>> syntax.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:14 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.32 / (download) - annotate - [select for diffs], Fri Dec 3 15:15:01 2004 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Oct 3 00:15:02 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.30 / (download) - annotate - [select for diffs], Sun May 2 04:59:23 2004 UTC (8 years ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.29: +3 -4 lines
Diff to previous 1.29 (colored)

Convert to buildlink3.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Mar 26 21:19:53 2004 UTC (8 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored)

Use INCOMPAT_CURSES now that NetBSD curses provide KEY_RESIZE.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 13 16:55:26 2004 UTC (8 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Add x86_64 to the list of LP64 architectures.

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jan 27 00:53:11 2004 UTC (8 years, 3 months ago) by heinz
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 24 13:51:14 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jan 20 12:19:17 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 16 00:59:18 2004 UTC (8 years, 4 months ago) by kristerw
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

Add patches from the nhc98 web page:
* A degenerate type synonym like type T a = a in some circumstances
  incorrectly caused an occurence check error.
* Several new features in gcc-3.3 cause breakage in the nhc98 build.
  This patch fixes many [but ot all] of those problems.

PKGREVISION++.

Revision 1.23 / (download) - annotate - [select for diffs], Sun Sep 28 09:13:57 2003 UTC (8 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.

Revision 1.22 / (download) - annotate - [select for diffs], Sat Sep 27 17:07:37 2003 UTC (8 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jul 17 21:44:59 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.20 / (download) - annotate - [select for diffs], Sun Jul 13 13:52:22 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

PKGREVISION bump for libiconv update.

Revision 1.19 / (download) - annotate - [select for diffs], Wed Jun 18 09:22:19 2003 UTC (8 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Mar 29 12:41:28 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 19 23:14:35 2003 UTC (9 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored)

Update nhc98 to 1.16.

Changes since 1.14a include:
* A large subset of the base package of hierarchical libraries is now
  included in the build.
* The primitive FFI mechanism has been updated to match the latest official
  spec, and the full Foreign libraries are also included (in hierarchical
  form).
* The library function List.sortBy now uses a stable O(n log n) mergesort.
* Numerous other small fixes, including revisions to the Haskell'98 standard.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 24 13:36:19 2003 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 26 20:52:11 2002 UTC (9 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.14: +2 -3 lines
Diff to previous 1.14 (colored)

Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files as
suggested by Simon J. Gerraty.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 14 22:38:30 2002 UTC (9 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.13: +9 -9 lines
Diff to previous 1.13 (colored)

buildlink1 -> buildlink2, and use java.mk for proper Java handling.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Aug 25 16:12:01 2002 UTC (9 years, 9 months ago) by kristerw
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12 (colored)

Update lang/nhc98 to version 1.14a.

Changes since version 1.06 include:
* Lots of bugfixes.
* The Hat tracing system is now entirely separate from the nhc98 compiler
  (and is thus not included in the package)

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jan 3 13:52:48 2002 UTC (10 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

This package uses 'javac'. Set USE_JAVA in the hope that it provides it.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 26 01:04:54 2001 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.10: +6 -4 lines
Diff to previous 1.10 (colored)

Buildlinkify.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 15 12:40:20 2001 UTC (10 years, 10 months ago) by jtb
Branch: MAIN
Changes since 1.9: +10 -6 lines
Diff to previous 1.9 (colored)

Update to version 1.06.

Changes include:

* Updated  the  Prelude/Libraries  to  match the newly revised
  Haskell'98 Report.
* Default  build  target  is  now  basic + tracer (was just basic).
* Building  with  gcc  now  builds  everything  with  gcc, including
  profiling and tracing. This is much faster.
* Bugfixes.

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 22 13:20:57 2001 UTC (11 years ago) by jtb
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Change ALL_TARGET.

Revision 1.8 / (download) - annotate - [select for diffs], Tue May 22 00:45:54 2001 UTC (11 years ago) by jtb
Branch: MAIN
Changes since 1.7: +9 -12 lines
Diff to previous 1.7 (colored)

Update to nhc98-1.04.

nhc98 1.04 (2001-05-21) features

     * New:   Support   for   extended  module  namespaces  of  the  form
       Long.Hierarchical.Module.Name  is  now  provided in both nhc98 and
       hmake.
     * Update: Improved printing of I/O error messages.
     * Update: Improved (more accurate) time profiling now provided.
     * Bugfix:  An  identifier  hidden  on  import  and  redefined in the
       current  module,  then  exported,  but also imported qualified and
       used  qualified  in  the  current  module,  led  to  an  incorrect
       interface file being generated.
     * Bugfix:  hmake  issued  an  unnecessary -cpp flag on some literate
       files.
     * Bugfix:  Type  of IO.hSetPosn :: Handle -> HandlePosn -> IO () was
       incorrect
     * Bugfix: Compile-time error in src/tracer/runtime/ident.c on RedHat
       7 and other systems using the new ISO C standard for fpos_t.
     * Bugfix: A file opened in ReadMode or WriteMode was actually opened
       in  ReadWriteMode,  so  if  the  file  had  strict permissions the
       correct   opening  command  would  fail.  Conversely,  opening  in
       ReadWriteMode  actually  gave  ReadMode  instead, and file updates
       silently failed.
     * Bugfix:  Operator  sections  suffered from priority inversion, for
       example  (^2*3)  was incorrectly parsed as (^(2*3)), even though ^
       binds more tightly than *.
     * Bugfix:   The   library  function  Directory.createDirectory  gave
       strange  permissions  to  the new directory. (Mode was in hex, but
       should have been octal!)

   The  following  updates  and  bugfixes  are  specifically for Hat, the
   redex-trail-based tracing and debugging system.
     * New architecture: Traced programs now build their trails in files,
       not  in  the  heap.  This has four consequences: (1) you no longer
       need  to  give your program large amounts of extra memory to trace
       it; but (2) you may need to have large amounts of free disk space,
       particularly  to  trace long-running programs; (3) for the moment,
       traced  programs  now  run  even slower (we are working to improve
       this);  and  (4)  trails are now first-class objects, so new tools
       can  manipulate  them  to  provide  several different views of the
       computation.
     * New  tools:  Storing trails in files means we can now provide more
       tools  to  examine  them.  The  original  graphical browser is now
       renamed hat-trail, and can fully explore the redex trails in file.
       hat-stack  gives  a virtual stack back-trace from a trail file (no
       need  to  re-run  the  program).  hat-observe  gives you HOOD-like
       observation  of  the  input  and output from functions. hat-detect
       does algorithmic debugging in the style of Freja; it discovers and
       identifies  the  location  of  a  bug after asking you some simple
       questions.  hat-check  verifies  the  integrity of the trail file,
       prints a textual dump, and gives statistics about its contents.
     * Update:   Fuller  Standard  Library  support  for  tracing:  added
       Directory, System, CPUTime, Random. (Still missing: Time, Locale.)
     * Update:  More  Haskell'98  language  features  are accepted: named
       fields  can  now  be traced, although the hat tools don't yet show
       them in source form. Pattern bindings are also handled better.
     _________________________________________________________________

Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 14 21:43:47 2001 UTC (11 years, 1 month ago) by jtb
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Change MAINTAINER section to packages@netbsd.org

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 24 22:51:03 2001 UTC (11 years, 3 months ago) by jtb
Branch: MAIN
Changes since 1.5: +11 -8 lines
Diff to previous 1.5 (colored)

Updated to nhc-1.02.  No changelog, but see

	http://www.cs.york.ac.uk/fp/nhc98/status.html

for a summary of changes for this new release.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Feb 19 17:08:12 2001 UTC (11 years, 3 months ago) by jtb
Branch: MAIN
Changes since 1.4: +8 -6 lines
Diff to previous 1.4 (colored)

Generate PLIST to work on architectures other than ix86. Should fix
Sparc bulk build problem.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:22 2001 UTC (11 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Move the COMMENT from being in its own file to a definition in the
package Makefile.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jan 25 04:23:31 2001 UTC (11 years, 4 months ago) by jtb
Branch: MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2 (colored)

Not for Alpha platform. Currently only supported on 32 bit platforms.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jan 22 12:39:39 2001 UTC (11 years, 4 months ago) by jtb
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

Removed ONLY_FOR_PLATFORM tag as it should work on other 32 bit machines.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Nov 29 00:33:09 2000 UTC (11 years, 5 months ago) by jtb
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of new "nhc98" package:
Portable Haskell 98 compiler

Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 29 00:33:09 2000 UTC (11 years, 5 months ago) by jtb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>