Commit graph

6846 commits

Author SHA1 Message Date
Kris Kennaway
9932389f3d Correct legacy a.out packing list format 2007-01-27 19:34:53 +00:00
Tom McLaughlin
85974a0919 Remove python21 and python22. These version lines are long deprecated and
no ports require them.

Approved by:	python@
2007-01-27 03:38:41 +00:00
Gerald Pfeifer
318f96e7b2 Update to the 20070122 snapshot of GCC 4.1.2. 2007-01-27 01:48:23 +00:00
Vanilla I. Shu
f1533ea412 Upgrade to 1.0.2
PR:		ports/108363
Submitted by:	maintainer
2007-01-26 13:19:25 +00:00
Joseph Koshy
cb1380d0a6 Upgrade to v360. Upstream changes include:
- A new macro stepper that traces through macro expansion
   step by step.
 - A new "Lazy Scheme" language level.
 - New support for prompts and composable continuations.
 - Regexp support now includes the usual collection of
   "Perl-compatible" features.
 - Compiler improvements and bug fixes.
2007-01-26 11:48:33 +00:00
Gerald Pfeifer
1439202950 Always build with JAR=no to avoid locating an already installed copy of jar
and thus not laying down our own in $PREFIX/bin/jar42.

Update to the 20070124 snapshot of GCC 4.2.0 on the way.

PR:		108174
Debugged with:	Stephen Montgomery-Smith <stephen@math.missouri.edu>
Tested by:	Stephen Montgomery-Smith <stephen@math.missouri.edu>, db
2007-01-25 22:29:59 +00:00
Oliver Braun
6e75eeb6f2 Moved bootstrap tarball to haskell.org. Therefore readd master site. 2007-01-24 23:55:35 +00:00
Martin Wilke
35ae25efeb - Fix build with gcc 4.1 2007-01-24 22:08:25 +00:00
Stanislav Sedov
d56155d47c - Fix building.
Reported by:	pav
Pontyhat to:	me
2007-01-24 20:38:34 +00:00
Pav Lucistnik
d516ac47bb - Sync with lang/slib to 3a4 2007-01-24 16:19:21 +00:00
Pav Lucistnik
3329bb32af - Fix path in guile.init. Fixes lang/slib-guile installation 2007-01-24 16:19:10 +00:00
Oliver Braun
18dd44f7ec Upgrade to 6.6. 2007-01-23 18:11:10 +00:00
Volker Stolz
6965e3b54a Fix build with GCC 4.1 2007-01-23 04:07:14 +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
Rong-En Fan
81a5022f95 - history_length conflicts with include/readline/history.h.
Similar fix is in 2.4 and above. This causes an incomplete pkg-plist
  with gcc 4.x + newer ncurses.

PR:		ports/108031
Approved by:	alexbl
2007-01-21 13:13:23 +00:00
Rong-En Fan
c1c2fa1e68 - Define USE_ICONV properly. This fixes textproc/words build, which failed
with
  /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc"

PR:		ports/108138
Submitted by:	rafan
Approved by:	Daniel Eischen <eischen at vigrid.com> (maintainer)
2007-01-21 04:59:56 +00:00
Alex Dupre
5849e9e6e7 Add pear to the default include_path. 2007-01-20 10:17:33 +00:00
Gerald Pfeifer
2f4ff75983 Update to the 20070115 snapshot of GCC 4.1.2. 2007-01-20 03:12:19 +00:00
Andrew Pantyukhin
50d30f04e6 - Disable test due to prolonged (20h+) hangs (on my current/amd64 box)
- A couple of style fixes while I'm here

PR:		ports/100997
Submitted by:	ehaupt
2007-01-19 23:14:38 +00:00
Ion-Mihai Tetcu
ce559fb35f The Gambit programming system is a full implementation of the Scheme
language which conforms to the R4RS and IEEE Scheme standards. It
consists of two main programs: gsi, the Gambit Scheme interpreter, and
gsc, the Gambit Scheme compiler.

Gambit-C is a version of the Gambit programming system in which the
compiler generates portable C code, making the whole Gambit-C system
and the programs compiled with it easily portable to many computer
architectures for which a C compiler is available. With appropriate
declarations in the source code the executable programs generated by
the compiler run roughly as fast as equivalent C programs.

WWW: http://www.iro.umontreal.ca/~gambit/

PR:		ports/107405
Submitted by:	Rob Zinkov
2007-01-19 22:08:32 +00:00
Martin Wilke
e15968956c - Update to 2007-01-18
PR:		ports/108079
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2007-01-19 09:25:57 +00:00
Rong-En Fan
8826d1394c - Update to 0.8.9
PR:		ports/108093
Submitted by:	Erik Greenwald <erik at smluc.org> (maintainer)
2007-01-19 08:40:39 +00:00
Gerald Pfeifer
73788e2a7f Update to the 20070117 snapshot of GCC 4.2.0. 2007-01-18 12:42:52 +00:00
Martin Wilke
85795f2e39 - BROKEN: does not build
Submitted by:   pointyhat via kris
Discussed with: maintainer
2007-01-18 08:05:35 +00:00
Cheng-Lung Sung
82eb6d187a - Update of lang/tcl84 and x11-toolkits/tk84 ports to 8.4.14
- Removed file: lang/tcl84/files/patch-test-clock (patch already in source tree)

PR:		ports/107953
Submitted by:	Martin Matuska <martin_AT_matuska dot org>
2007-01-17 04:49:29 +00:00
Cheng-Lung Sung
f5946d1ab6 - Update to 3a4
PR:		ports/107971
Submitted by:	Thomas Abthorpe <thomas_AT_goodking dot ca>
2007-01-16 10:26:17 +00:00
Martin Wilke
2462309b35 - Update to 0.82
PR:		ports/107925
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer
2007-01-15 14:56:12 +00:00
Martin Wilke
38ce17fd2a - Update to 4.123
PR:		ports/107934
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2007-01-15 14:56:03 +00:00
Maho Nakata
3da68fafb8 * f2c.h is now consistent with G77.
* Bump portrevision.
2007-01-15 07:47:32 +00:00
Maho Nakata
16fa0f1524 Grab maintainership. 2007-01-15 07:01:05 +00:00
Gerald Pfeifer
13c47e6b11 Update to the 20070114 snapshot of GCC 4.0.4. 2007-01-15 01:48:37 +00:00
Gerald Pfeifer
b84bd53df8 Revert previous commit.
Pointyhat to:	self
2007-01-15 01:15:05 +00:00
Gerald Pfeifer
8a1457ba04 Add ia64 to NOT_FOR_ARCHS. This has been broken for ages, it is not clear
whether it is our kernel/userland, the hardware, or something else at fault
and nobody on our side nor upstream seems to have any interest.

Discussed with:	kris
2007-01-15 01:10:13 +00:00
Martin Wilke
473182d93a - Fix size mismatch
Log from Author: minor defect corrections

Submitted by:   pointyhat
2007-01-14 22:11:56 +00:00
Gerald Pfeifer
d93d129cdf Move lang/gfortran from using lang/gcc41 to lang/gcc42 as its master port.
The next step will be to abandon this port in favor of lang/gcc42.
2007-01-14 11:52:45 +00:00
Dirk Meyer
12925bd2e8 - cleanup MASTER_SITES 2007-01-14 10:21:49 +00:00
Martin Wilke
9e899b4a78 - Update to 20060810
PR:		ports/107879
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-01-13 22:58:44 +00:00
Maho Nakata
a3ad47de4a * Migrate to gfortran.
* Bump port revision.

Approved by:	portmgr(kris)
2007-01-13 09:17:14 +00:00
Dirk Meyer
5fe80853cb - drop gcc-4.*.* as they are used diretcly by bsd.gnustep.mk 2007-01-13 04:23:50 +00:00
Dirk Meyer
d7f59ea8de - update to use new bsd.gnustep.mk
Approved by:	gurkan@linuks.mine.nu
2007-01-13 03:57:25 +00:00
Alejandro Pulver
8a9bae9c46 - Add NOT_FOR_ARCHS=ia64 (is not supported by the application).
- Make BROKEN message when enabling PARI option more clear.

Reported by:	pointyhat
2007-01-13 02:05:57 +00:00
Gerald Pfeifer
7bec77c8f7 Add missing Jave frontend tarball. 2007-01-11 22:33:38 +00:00
Gerald Pfeifer
1354bf8f5b Update to the 20070110 snapshot of GCC 4.2.0. 2007-01-11 13:10:35 +00:00
Martin Wilke
604e514e2f -Use native binaries to bootstrap on amd64 not to require i386 binary
compatibility.
- This would fix build failure on pointyhat.

PR:             ports/107804
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
2007-01-11 07:41:57 +00:00
Martin Wilke
a44b472531 - Fix size mismatch (my fault) 2007-01-10 07:23:23 +00:00
Martin Wilke
5c812e5b97 - Update to 5e3
PR:		ports/107631
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-01-09 22:51:14 +00:00
Martin Wilke
1abe65568c - Update to 4.122
PR:		ports/107653
Submitted by:	James Bailie <jimmy@mammothcheese.ca> (maintainer)
2007-01-09 21:31:53 +00:00
Gerald Pfeifer
929c678ba7 Update to the 20070108 snapshot of GCC 4.1.2. 2007-01-09 13:05:56 +00:00
Gerald Pfeifer
dfc36a6de2 Add missing DISTFILES entry for Java. 2007-01-08 15:32:35 +00:00
Rong-En Fan
9e06994f34 - Update to 0.21
- Update to GCC 4.0.x to 4.0.4-20061228
- Add documenta

PR:		ports/107521
Submitted by:	Armin Pirkovitsch <a.pirko at inode.at>
Approved by:	Masanori OZAWA <ozawa at ongs.co.jp> (maintainer)
2007-01-08 14:47:38 +00:00