Commit graph

7332 commits

Author SHA1 Message Date
Martin Wilke
916dd4acd5 2007-08-22 lang/fesi: Depends on obsolete version of jdk
2007-09-04 lang/gnomebasic: Five years abandoned project; functionality folded into mono
2007-09-01 lang/gnat-gcc34: This port was made for initial bootstraping of later versions and is no longer needed
2007-09-01 devel/hs-green-card: "Does not build with latest GHC"
2007-09-11 devel/p5-Devel-DProf: only works for old, unsupported Perl versions
2007-09-18 15:55:03 +00:00
David E. O'Brien
7848baee1d Tweak the FreeBSD configuration. 2007-09-18 14:31:01 +00:00
David E. O'Brien
82e359733b Use Gmake for now - for some reason 1/2 time bmake will not 'make all'
within the build directory.

Submitted by:	Marcus von Appen <mva@sysfault.org>
2007-09-18 14:14:55 +00:00
David E. O'Brien
909df45205 Add the website. 2007-09-18 13:14:00 +00:00
Martin Matuska
17a20706d0 - Add PORTSCOUT skipv 2007-09-18 12:52:40 +00:00
Jose Alonso Cardenas Marquez
99a00aac42 - Update to 2.2.0 2007-09-18 06:53:29 +00:00
David E. O'Brien
3ce1c8f7cc C99 modernization of the original Portable C Compiler by S. C. Johnson,
written in the late 70's.
2007-09-18 02:48:52 +00:00
Boris Samorodov
c4169babd3 - mark broken on 7.0;
- updat to GCC 4.2.2 snapshot from 2007-08-22.

PR:		116284
Submitted by:	Karel Miklav <karel at lovetemple.net> (maintainer)
2007-09-17 19:43:23 +00:00
Thomas Abthorpe
8498625e0d - update to 4.141
PR:		ports/116397
Submitted by:	James Bailie <jimmy_AT_mammothcheese.ca> (maintainer)
Approved by:	clsung (mentor)
2007-09-17 11:50:00 +00:00
Thierry Thomas
a72487653d Mark as not for sparc64 for the moment.
Submitted by:	Bjoern Koenig <bkoenig (at) cs.tu-berlin.de> (maintainer)
2007-09-17 10:35:02 +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
983ca3152c Attempt to fix build of fpc units on pointyhat.
Suggested by:	maintainer
2007-09-17 04:37:33 +00:00
Gerald Pfeifer
f04bd485c3 Update to the 20070914 snapshot of GCC 4.3.0. 2007-09-15 18:42:21 +00:00
Alex Dupre
8e6ac890ec Backout previous commit, since bsd.port.mk rev. 1.584 has been reverted. 2007-09-14 09:28:53 +00:00
Alex Dupre
5b792ffa48 Add Xpm to OPTIONS (now we can).
Requested by:	delphij
2007-09-14 08:43:08 +00:00
Alex Dupre
3de4c7d799 Update to 5.2.4 release. 2007-09-14 06:29:31 +00:00
Thomas Abthorpe
36c53a7ae2 - update to 4.140
PR:		ports/116311
Submitted by:	James Bailie <jimmy_AT_mammothcheese.ca> (maintainer)
Approved by:	clsung (mentor)
2007-09-13 03:29:54 +00:00
Gerald Pfeifer
fa121677f4 Update to the 20070910 snapshot of GCC 4.1.3. 2007-09-11 21:12:48 +00:00
Stanislav Sedov
c0f85cc0ed - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to avoid stripping. 2007-09-10 16:25:01 +00:00
Mark Linimon
104d6dc8e7 Mark as deprecated: now lags behind lang/fpc.
Hat:		portmgr
2007-09-10 02:21:11 +00:00
Stanislav Sedov
85f884e2e9 - Update to 9.2.0. 2007-09-09 18:51:45 +00:00
Stanislav Sedov
916755a49a - Update to 3.2.8
- Enforce GCC 3.4 for compilation, since 4.x brakes it somehow.
2007-09-09 16:25:26 +00:00
Mark Linimon
bce5b52668 Move the USE_* variables before the inclusion of bsd.port.pre.mk to fix
building in the new bsd.perl.mk order.
2007-09-08 17:14: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
Gerald Pfeifer
6eb2756608 Update to the 20070905 snapshot of GCC 4.2.2. 2007-09-07 13:08:03 +00:00
Thomas Abthorpe
4ac89dbf7d - update to 4.139
PR:		ports/116141
Submitted by:	James Bailie <jimmy_AT_mammothcheese.ca> (maintainer)
Approved by:	clsung (mentor)
2007-09-07 03:55:41 +00:00
Edwin Groothuis
3e3e6b92e9 New port: lang devel/nesasm: 6502 assembler with specific NES support
nesasm is a 6502 assembler with specific NES support. NES
	support in this case refers to FamiCOM and Nintendo
	Entertainment System support.

	lang/fasm has been used as a reference on how an assembler
	should be ported. Feedback is as always welcome, hopefully
	it will lead to me producing better ports and less work for
	you committer ;)

	WWW: http://bobrost.com/nes/resources.php

PR:		ports/115254
Submitted by:	Pontus Stenetorp <ninjin@kth.se>
2007-09-06 05:56:58 +00:00
Roman Bogorodskiy
ac2a882c1d Update to 0.9.13. 2007-09-06 05:17:09 +00:00
Tong LIU
ca7c1fca56 - update to 1.0.1
Approved by:	delphij (mentor)
2007-09-06 03:10:33 +00:00
Martin Matuska
2aab43c82c - Fix COMMENT from previous commit
PR:		ports/115788
2007-09-05 15:49:20 +00:00
Martin Matuska
c0a8bda65b - Switch to USE_TCL
- Pass maintainership to submitter

PR:		ports/115788
Submitted by:	Erik Greenwald <erik at smluc.org>
2007-09-05 15:44:15 +00:00
Thierry Thomas
d9554c2601 The OPAL compilation system (OCS) is a set of development tools for
creating software using the algebraic programming language OPAL. The
package includes a native compiler and an interpreter.

OPAL is mainly developed at the Technical University of Berlin since
1986 and it is used for research and evaluation of language concepts,
algorithms and programming techniques.

WWW: http://uebb.cs.tu-berlin.de/opal/

PR:		ports/114511
Submitted by:	Björn König <bkoenig at cs.tu-berlin.de>
2007-09-03 21:48:38 +00:00
Kirill Ponomarev
53381205a1 Fix coredump while running with nonexistent files.
PR:		ports/115014
Submitted by:	Kirill Nuzhdin <kirill@rad.chem.msu.ru>
2007-09-03 20:18:36 +00:00
Gerald Pfeifer
a36c0f4992 Update to the 20070831 snapshot of GCC 4.3.0. 2007-09-03 09:50:19 +00:00
Michael Johnson
ac607e06fc Update to 0.1.3 2007-09-02 21:39:03 +00:00
Ion-Mihai Tetcu
598e062ad8 Update to 138
PR:		ports/116027
Submitted by:	James Bailie (maintainer)
2007-09-02 19:02:03 +00:00
Joseph Koshy
282e3928bb - Use SUB_FILES and SUB_LIST. [1]
- Minor tweaks to the port Makefile and pkg-install script.

Suggested by:	sat [1]
Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-09-02 05:48:55 +00:00
Joseph Koshy
f53e9f699c - Use SUB_FILES and SUB_LIST. [1]
- Tweak pkg-install script (no user visible changes).

Suggested by:	sat [1]
Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-09-02 05:47:05 +00:00
Alex Dupre
a4f7d9d69c Chase mpfr library and bump PORTREVISION. 2007-08-30 09:56:05 +00:00
OKAZAKI Tetsurou
ec9e1d523b Fix compile errors when using GCC 4.x.
PR:		115731
Submitted by:	maintainer
2007-08-29 17:03:11 +00:00
Mathieu Arnold
787280fecd Update to 0.17009 2007-08-29 12:36:36 +00:00
OKAZAKI Tetsurou
a75df58427 Update to 1.0.9.
PR:		115857
Submitted by:	maintainer
2007-08-29 00:13:41 +00:00
Joseph Koshy
a6186fde89 Update to v110.65. Upstream changes from the previous version of the
port include:
 - many bug fixes, a revised regression test suite.
 - a new MLRISC code generator for the amd64.
 - "lexgen" has been replaced by "ml-ulex".
 - "ml-ulex", "ml-antlr" and "trace-debug-profile" are now part of
   the default install.

Remove CONFLICTS with sml-nj. The sml-nj* ports now use a helper
script (installed as ${PREFIX}/bin/multiexec-wrapper) to resolve
conflicting executable names (such as sml, ml-lex, etc.).

Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-08-27 15:41:19 +00:00
Joseph Koshy
ad03a35ec8 - Remove CONFLICTS (with smlnj-devel). Use a helper script (installed
as ${PREFIX}/bin/multiexec-wrapper) to resolve conflicting
  executable names (such as sml, ml-lex, etc.).
- Bump PORTREVISION.
- Update MASTER_SITES.

Submitted by:	Johannes 5 Joemann [MAINTAINER]
2007-08-27 15:24:48 +00:00
Hye-Shik Chang
4bd491fc9a - Update to 2.2.
- Pass maintainership to python@ team.
2007-08-27 07:45:23 +00:00
Max Khon
4b472605f2 Use PREFIX instead of MANPREFIX for --mandir. 2007-08-25 09:42:57 +00:00
Gerald Pfeifer
d003ac37af Update to the 20070822 snapshot of GCC 4.2.2. Add the same CONFLICTS with
lang/gcc295 that we already have in lang/gcc43.
2007-08-23 10:54:12 +00:00
Max Khon
3fa1df3896 - Fix build on x86_64 [1]
- Fix build with gcc 4.2.1.

Pointed out by:	kris via pointyhat [1]
2007-08-23 05:23:53 +00:00
Roman Bogorodskiy
0209dda20d Update 0.9.12. 2007-08-23 04:38:52 +00:00
Daichi GOTO
6957530bf4 lang/neko: fixed compile error on amd64 6
- fixed compile error (6-RELEASE amd64, 7-CURRENT amd64)

PR:		ports/115723
Submitted by:	Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
Pointed out by:	via krisbot
2007-08-23 04:33:00 +00:00