summaryrefslogtreecommitdiff
path: root/lang/nhc98 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Add PATCHFILE.Oliver Braun2003-04-262-0/+5
| | | | * Bump PORTREVISION.
* Tarball has been rerolled. Developer added one tiny extra fix for CygwinOliver Braun2003-03-254-123/+13
| | | | | | | | | configuration, and removed lots of files that belonged to the Hat project, which are no longer relevant to building nhc98. No functional change, so no need to bump PORTREVISION. Noticed by: Matthew Donadio <m.p.donadio@ieee.org>
* Upgrade to 1.16.Oliver Braun2003-03-234-41/+136
|
* De-pkg-comment and make portlint a little bit happier.Oliver Braun2003-02-182-1/+1
|
* Add the new virtual category haskell.Oliver Braun2002-11-201-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-1/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT variable instead of pkg-comment file.Oliver Braun2002-11-052-1/+1
|
* * Add PATCHFILE.Oliver Braun2002-10-212-0/+5
| | | | * Bump PORTREVISION.
* Update to 1.14a.Oliver Braun2002-08-212-3/+3
| | | | | | | | Change MAINTAINER to my FreeBSD address. PR: ports/41629 Submitted by: obraun Approved by: dwcjr (mentor)
* Make buildable with ghc againPatrick Li2002-07-281-0/+4
| | | | | PR: ports/40890 Submitted by: maintainer
* USE_REINPLACE has to be defined before including bsd.port.pre.mkPatrick Li2002-06-201-1/+2
|
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
|
* Do not install hat-replated manpages.Patrick Li2002-06-182-3/+13
| | | | | PR: 39480 Submitted by: maintainer
* upgrade to 1.14Ying-Chieh Liao2002-06-1613-329/+107
| | | | | PR: 39368 Submitted by: maintainer
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-2/+2
| | | | Forgotten by: znerd
* Replace ${PERL} with ${REINPLACE_CMD}.Ying-Chieh Liao2002-06-141-1/+1
| | | | | PR: 39243, 39244, 39245, 39249 Submitted by: maintainer
* Require use to override if hmake is already installedDavid W. Chapman Jr.2002-05-271-1/+9
| | | | | PR: 38585 Submitted by: maintainer
* GC empty files.Maxim Sobolev2002-05-231-0/+0
| | | | Submitted by: find /usr/ports -type f -size 0
* Update to 1.12David W. Chapman Jr.2002-05-0815-108/+193
| | | | | | | Unbreak for -current PR: 36139 Submitted by: maintainer
* Mark FORBIDDEN: this port loops infinitely during build:Kris Kennaway2002-03-181-0/+2
| | | | | | | | | | | [...] gmake[1652]: Leaving directory `/x/tmp/a/ports/lang/nhc98/work/nhc98-1.10/src/prelude/Numeric' cd -FreeBSD; gmake fromC cd: Illegal option -F gmake[1652]: Entering directory `/x/tmp/a/ports/lang/nhc98/work/nhc98-1.10/src/prelude [...] Noticed by: bento
* update official patch.FUJISHIMA Satsuki2002-01-232-2/+6
| | | | | | | respect CFLAGS. PR: 34206 Submitted by: maintainer
* upgrade to 1.10Ying-Chieh Liao2001-12-224-17/+40
| | | | | PR: 31453 Submitted by: maintainer
* add nhc98 1.08Ying-Chieh Liao2001-12-2111-0/+613
A fully-fledged compiler for Haskell 98 PR: 31039 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>