Commit graph

87 commits

Author SHA1 Message Date
Gabor Pali
1820717a43 - Unbreak build
Approved by:	tabthorpe (mentor, implicit)
2009-06-20 07:22:04 +00:00
Pav Lucistnik
961e620e7e - Mark BROKEN: does not configure
Reported by:	pointyhat, QAT
2009-06-18 20:37:30 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Ion-Mihai Tetcu
f5acd5e443 Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.

Forgotten by:	araujo@
Reported by:	QAT
2009-05-12 11:28:17 +00:00
Gabor Pali
1406df4c58 - Update hs-hscolour to 1.12
PR:		ports/132279
Submitted by:	Jacula Modyun <jacula (at) gmail (dot) com>
Approved by:	tabthorpe
2009-03-06 19:31:19 +00:00
Pav Lucistnik
41d8c3385c - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 20:36:33 +00:00
Dmitry Marakasov
8fa39fab95 - Update print/hs-hscolour to version 1.10.1
PR:		128344
Submitted by:	Jacula Modyun <jacula at gmail dot com> (maintainer)
Approved by:	obraun (for lang/ghc and devel/hs-haddock-docs)
2008-10-26 18:14:28 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Edwin Groothuis
d3db45393c [MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10
Step 3 - lang/ghc

PR:             ports/126008
Submitted by:   Jacula Modyun <jacula@gmail.com>
2008-08-15 04:34:09 +00:00
Oliver Braun
f5d876d7f6 Upgrade ghc to 6.8.3. 2008-07-18 20:05:17 +00:00
Oliver Braun
fe62d801ce Fix plist if building with NOPORTDOCS. 2008-05-23 20:32:10 +00:00
Oliver Braun
8e20c1154f Updated haddock to 2.1.0. 2008-05-04 19:25:37 +00:00
Oliver Braun
2be22a6158 Install manpage only with docs (building manpage depends on textproc/libxslt). 2008-03-06 17:03:29 +00:00
Oliver Braun
653b6503b5 * Add to patches to fix ghc on amd64, which enables building of hs-alex, whitespace, ...
* Bump PORTREVISION.

Obtained from:	http://hackage.haskell.org/trac/ghc
2008-03-02 19:27:25 +00:00
Oliver Braun
07595dc53c Disable WITH_DOCS on amd64.
PR:		ports/121251
Submitted by:	"Brian O'Hanlon" <brianpo@cmu.edu>
2008-03-01 13:54:33 +00:00
Oliver Braun
dfa128cab5 Ups, forgot to remove local hack for testing in previous commit :-( 2008-02-29 21:26:22 +00:00
Oliver Braun
54137a58b5 * Add new knob WITH_DOCS to install the user
documentation and the hyperlinkable documentation, generated
  by haddock and HsColour.
* Build haddock and HsColour for building documentaion only.
* Install manpage.

PR:		ports/120975
Submitted by:	Jacula Modyun <jacula@gmail.com>
2008-02-29 21:15:51 +00:00
Oliver Braun
a389a0d2e4 Welcome ghc on amd64.
Bootstrap tarball submitted by:	"Thomas M. Hermann" <tmh.public@gmail.com>
2008-02-22 12:00:59 +00:00
Volker Stolz
9321ad3f1d Recover line lost in previous update which causes dependent ports to break
Noticed by: Erwin via Pointyhat
2008-02-12 02:55:51 +00:00
Oliver Braun
5736582016 * Correct pkg-plist.
* Add dependency on readline if already installed.
* Mark unbroken.

PR:		ports/120360
Submitted by:	Jacula Modyun <jacula@gmail.com>
2008-02-09 18:05:45 +00:00
Erwin Lansing
9de0783cf4 Mark BROKEN: does not deinstall 2008-01-25 20:15:26 +00:00
Oliver Braun
30709a3f59 Enable build on 7.x. 2008-01-04 21:01:07 +00:00
Oliver Braun
160b671b59 Reactivate dependency on libgmp-port 2007-12-31 10:57:54 +00:00
Oliver Braun
db5db8b1f9 Update to 6.8.2. 2007-12-30 11:37:20 +00:00
Edwin Groothuis
5555d89b50 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:25:18 +00:00
Mark Linimon
4cfd5f88de Switch autoconf dependency to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 03:54:50 +00:00
Mark Linimon
cb8d6c382f Move the USE_PERL definitions, and others, before pre.mk inclusion. This
will be needed to conditionalize bsd.perl.mk inclusion.

Approved by:	maintainer
2007-09-29 20:58:03 +00:00
Volker Stolz
35dbe93c84 Re-structure support for libraries in GHC:
This commit splits off the supporting libraries that pull in additional
dependencies like X11 and GL. These will be provided by separate ports
like x11/hs-x11-ghc using the "Cabal"-mechanism (a framework for installing
additional libraries into Haskell environments like GHC and NHC).
Accordingly, the libraries will put their files into a subdirectory of GHC.
List of libraries that have been split off: ALUT GLUT HGL OpenAL OpenGL X11

Also, finally remove dependency on devel/readline: the current readline in
base has all the features we need.

Bump PORTREVISION accordingly.

Tested through Tinderbox runs on lang/ghc and devel/darcs. Please be patient
for the supporting libraries to roll in in the next few days. All screwups
are my fault only and should not be attributed to haskell@.
2007-09-17 05:43:55 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Oliver Braun
00b1eeaa52 Update to 6.6.1. 2007-06-23 10:25:51 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Volker Stolz
29e999ab71 Use MASTER_SITE_LOCAL for our own boot-file 2007-02-15 05:13:41 +00:00
Oliver Braun
6e75eeb6f2 Moved bootstrap tarball to haskell.org. Therefore readd master site. 2007-01-24 23:55:35 +00:00
Volker Stolz
321761eb20 Update lang/ghc to 6.6
Also fixes readline issue reported in PR ports/107380.
OpenAL support is not yet fixed, we might break that out into a
separate port, now that the upstream infrastructure is in place.

Your haskell@ team, Olli & Volker
2007-01-22 05:06:44 +00:00
Volker Stolz
b49e3bff45 Mark as BROKEN on -CURRENT until there's such thing as compat6x or somebody
does a bootstrap. libmapping the newer libs seems not to work.
2006-06-23 10:56:50 +00:00
Oliver Lehmann
d029e29367 make portlint happier
PR:		ports/96548
Approved by:	previous maintainer
2006-06-13 17:34:59 +00:00
Volker Stolz
dc8ba95db0 Assign to haskell@FreeBSD.org: Simon hasn't enough time to care for the FreeBSD version
and most of the problems with the port are my fault anyway.

Approved by: maintainer
2006-05-29 08:14:05 +00:00
Volker Stolz
e6863fb313 - Enable build for 5.x
- Prune compat5 from LIB_DEPENDS on 6.x as it has been redundant for a while.
2006-05-28 09:30:51 +00:00
Volker Stolz
5f78f05e88 Mark as IGNORE for < 6.x as we do not have a bootstrap-tarball yet. 2006-05-17 07:08:26 +00:00
Alex Dupre
ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00
Volker Stolz
15faf1fad9 Update to 6.4.2
This build uses an unthreaded RTS, please see the GHC mailing lists for
details and report any problems you observe (eg. non-termination/segfaults in
compiled binaries).

Approved by: cabal
2006-05-08 09:51:18 +00:00
Volker Stolz
e14dc2f144 Unbreak by disconnecting OpenAL support for now. The version in ports
seems to be different from the one GHC expects.

Approved by: Haskell cabal
2006-05-01 11:23:17 +00:00
Edwin Groothuis
68c75aae5d SHA256ify
APproved by: krion@
2006-01-30 11:48:01 +00:00
Sergey Matveychuk
b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00
Volker Stolz
89e2be2496 Honour WITHOUT_X11.
Note that except for OpenAL the --without-foo flags to configure are currently
ignored, so some post-configure intervention is required to get this right
when X11 is present but not desired.

Requested by:	Yuri Karaban
Approved by:	maintainer (cabal)
2006-01-06 09:36:41 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Volker Stolz
4cd0e5711d Requires newer version of perl than base in 4.x 2005-10-16 20:30:58 +00:00
Oliver Braun
595b8d0551 Update distinfo, since I have rerolled the boostrap tarball on haskell.org. 2005-10-15 15:10:57 +00:00
Volker Stolz
a7e3078e26 Update to 6.4.1
Approved by: maintainer (cabal)
2005-10-14 12:01:17 +00:00
Kirill Ponomarev
564a8c901a Fix build on 6.x
Submitted by:	lesi
Approved by:	portmgr (self)
2005-08-26 05:23:21 +00:00