aboutsummaryrefslogtreecommitdiff
path: root/lang/nhc98/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Allow building of lang/nhc98 with GCC >= 5Tobias Kortkamp2017-07-251-6/+7
| | | | | | | | | PR: 196857 Reported by: gerald Approved by: haskell (maintainer timeout, 2 months+) Notes: svn path=/head/; revision=446587
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* This fails to properly build with GCC 4.9, so force GCC 4.8 for theGerald Pfeifer2015-01-201-1/+2
| | | | | | | | | | time being. PR: 196857 Approved by: pgj (maintainer) Notes: svn path=/head/; revision=377491
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Update to 1.22Gabor Pali2014-07-011-31/+14
| | | | | | | | | | | | | | | - Stagify - Introduce explicit dependency on GCC to make it build on 10.x and later - Remove indefinite article from COMMENT - Mark jobs unsafe as it does not build reliably on multi-core systems - Remove hmake from conflicting packages, it is long gone - Rework handling of documentation - Update master site Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=360014
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355354
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-4/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Use the new options frameworkGabor Pali2012-08-031-3/+10
| | | | | | | Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=301932
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-2/+0
| | | | Notes: svn path=/head/; revision=161836
* Make PREFIX-awareVolker Stolz2005-10-171-1/+1
| | | | | | | Noticed by: krisbot Notes: svn path=/head/; revision=145632
* Update with vendor-patches:Volker Stolz2005-05-201-1/+4
| | | | | | | | | - 'newtype'-bugfix - install interface files for hierarchical libraries - use generic URL in pkg-descr Notes: svn path=/head/; revision=135687
* * Upgrade to 1.18.Oliver Braun2005-03-171-27/+6
| | | | | | | * Remove BROKEN. Notes: svn path=/head/; revision=131531
* deUSE_SIZEify.Oliver Braun2004-03-111-1/+0
| | | | Notes: svn path=/head/; revision=103612
* Set maintainer to the new created haskell@ mail alias.Oliver Braun2004-03-061-1/+1
| | | | Notes: svn path=/head/; revision=103133
* BROKEN on 5.x: does not compileKris Kennaway2004-02-191-0/+4
| | | | Notes: svn path=/head/; revision=101385
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZE-ifyOliver Braun2004-01-311-0/+1
| | | | Notes: svn path=/head/; revision=99595
* build with lang/ghc5 on -currentOliver Braun2004-01-161-1/+1
| | | | Notes: svn path=/head/; revision=98277
* * Add upstream patch file.Oliver Braun2003-10-111-13/+8
| | | | | | | | | | * Add ONLY_FOR_ARCHS=i386. * Utilize DOCSDIR. * Use CONFLICTS instead of checking conflict with hs-hmake in the ports Makefile. Notes: svn path=/head/; revision=90839
* * Add PATCHFILE.Oliver Braun2003-04-261-0/+4
| | | | | | | * Bump PORTREVISION. Notes: svn path=/head/; revision=79673
* Tarball has been rerolled. Developer added one tiny extra fix for CygwinOliver Braun2003-03-251-4/+1
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=77460
* Upgrade to 1.16.Oliver Braun2003-03-231-8/+1
| | | | Notes: svn path=/head/; revision=77319
* De-pkg-comment and make portlint a little bit happier.Oliver Braun2003-02-181-0/+1
| | | | Notes: svn path=/head/; revision=75793
* Add the new virtual category haskell.Oliver Braun2002-11-201-1/+1
| | | | Notes: svn path=/head/; revision=70558
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-101-1/+0
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT variable instead of pkg-comment file.Oliver Braun2002-11-051-0/+1
| | | | Notes: svn path=/head/; revision=69551
* * Add PATCHFILE.Oliver Braun2002-10-211-0/+4
| | | | | | | * Bump PORTREVISION. Notes: svn path=/head/; revision=68508
* Update to 1.14a.Oliver Braun2002-08-211-2/+2
| | | | | | | | | | | Change MAINTAINER to my FreeBSD address. PR: ports/41629 Submitted by: obraun Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=64752
* Make buildable with ghc againPatrick Li2002-07-281-0/+4
| | | | | | | | PR: ports/40890 Submitted by: maintainer Notes: svn path=/head/; revision=63649
* USE_REINPLACE has to be defined before including bsd.port.pre.mkPatrick Li2002-06-201-1/+2
| | | | Notes: svn path=/head/; revision=61619
* Add USE_REINPLACE where appropriate.Maxim Sobolev2002-06-191-0/+1
| | | | Notes: svn path=/head/; revision=61545
* Do not install hat-replated manpages.Patrick Li2002-06-181-3/+2
| | | | | | | | PR: 39480 Submitted by: maintainer Notes: svn path=/head/; revision=61531
* upgrade to 1.14Ying-Chieh Liao2002-06-161-45/+5
| | | | | | | | PR: 39368 Submitted by: maintainer Notes: svn path=/head/; revision=61389
* Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis2002-06-161-2/+2
| | | | | | | Forgotten by: znerd Notes: svn path=/head/; revision=61341
* Replace ${PERL} with ${REINPLACE_CMD}.Ying-Chieh Liao2002-06-141-1/+1
| | | | | | | | PR: 39243, 39244, 39245, 39249 Submitted by: maintainer Notes: svn path=/head/; revision=61249
* Require use to override if hmake is already installedDavid W. Chapman Jr.2002-05-271-1/+9
| | | | | | | | PR: 38585 Submitted by: maintainer Notes: svn path=/head/; revision=60060
* Update to 1.12David W. Chapman Jr.2002-05-081-16/+27
| | | | | | | | | | Unbreak for -current PR: 36139 Submitted by: maintainer Notes: svn path=/head/; revision=58718
* 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 Notes: svn path=/head/; revision=56283
* update official patch.FUJISHIMA Satsuki2002-01-231-1/+5
| | | | | | | | | | respect CFLAGS. PR: 34206 Submitted by: maintainer Notes: svn path=/head/; revision=53648
* upgrade to 1.10Ying-Chieh Liao2001-12-221-4/+13
| | | | | | | | PR: 31453 Submitted by: maintainer Notes: svn path=/head/; revision=51965
* add nhc98 1.08Ying-Chieh Liao2001-12-211-0/+78
A fully-fledged compiler for Haskell 98 PR: 31039 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=51940