aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Update to the 20080306 snapshot of GCC 4.3.1.Gerald Pfeifer2008-03-092-20/+20
| | | | Notes: svn path=/head/; revision=208676
* Update to the 20080305 snapshot of GCC 4.2.4.Gerald Pfeifer2008-03-082-19/+19
| | | | Notes: svn path=/head/; revision=208657
* Update to the 20080303 snapshot of GCC 4.1.3.Gerald Pfeifer2008-03-082-16/+16
| | | | Notes: svn path=/head/; revision=208648
* Update to the 20080307 snapshot of GCC 4.4. Very early alpha, take care!Gerald Pfeifer2008-03-0812-114/+114
| | | | Notes: svn path=/head/; revision=208645
* - Update to 1.5.4Herve Quiroz2008-03-082-20/+20
| | | | | | | | | | - Pass maintainership to submitter PR: 121457 Submitted by: Mitchell Smith <mjs@bur.st> Notes: svn path=/head/; revision=208643
* - Update to 3.0.2 - See smalltalk.gnu.org for what's new in 3.0Johan van Selst2008-03-074-407/+249
| | | | | | | | - Optional postgresql bindings - Update website link and remove references to old maintainers Notes: svn path=/head/; revision=208582
* - Fix build on sparc64Pietro Cerutti2008-03-072-14/+109
| | | | | | | Approved by: Maintainer, miwi (mentor) Notes: svn path=/head/; revision=208576
* Install manpage only with docs (building manpage depends on textproc/libxslt).Oliver Braun2008-03-061-3/+2
| | | | Notes: svn path=/head/; revision=208511
* Update to 0.1.7.Joe Marcus Clarke2008-03-043-4/+31
| | | | Notes: svn path=/head/; revision=208408
* jdp has turned in his commit bit, so reset maintainership. We thank himMark Linimon2008-03-031-7/+7
| | | | | | | | | | for his many years of work on this port. While here, reorganize the Makefile a bit to pacify portlint. (No change other than MAINTAINER). Notes: svn path=/head/; revision=208405
* - Update to 0.19Gabor Kovesdan2008-03-032-7/+7
| | | | | | | | | | | | - Fix dependencies - Style PR: ports/120592 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=208395
* - Update to 4.147Thomas Abthorpe2008-03-032-4/+4
| | | | | | | | | | | - FreeBSD 7.0 has a new malloc() which does not understand the same values for MALLOC_OPTIONS as the old malloc(). PR: ports/121277 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=208361
* * Add to patches to fix ghc on amd64, which enables building of hs-alex, ↵Oliver Braun2008-03-023-0/+132
| | | | | | | | | | | whitespace, ... * Bump PORTREVISION. Obtained from: http://hackage.haskell.org/trac/ghc Notes: svn path=/head/; revision=208344
* Fix build with guile-1.8.Joe Marcus Clarke2008-03-021-0/+13
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=208343
* This one is sneaky. Guile depends on gmake which brings in gettext. GuileJoe Marcus Clarke2008-03-011-1/+2
| | | | | | | | | | | | | detects gettext and links to it. However, gettext was not a RUN_DEPENDS or LIB_DEPENDS, so other packages which don't already install gettext fail. Fix this by adding USE_GETTEXT. Reported by: pointyhat via erwin Notes: svn path=/head/; revision=208296
* Now track GCC 4.4 development (currently at 4.4.0 snapshot 20080229) viaGerald Pfeifer2008-03-0125-156/+157
| | | | | | | | | | | the new lang/gcc44 port. At this point, this is mostly identical to what we have in lang/gcc43 which is in the final stages before the GCC 4.3.0 release, but things will start diverging soon. PR: 120984 Notes: svn path=/head/; revision=208291
* - Update to 1.46Thomas Abthorpe2008-03-013-5/+5
| | | | | | | | PR: ports/121249 Submitted by: James Bailie <jimmy mammothcheese.ca> Notes: svn path=/head/; revision=208285
* Disable WITH_DOCS on amd64.Oliver Braun2008-03-011-2/+7
| | | | | | | | PR: ports/121251 Submitted by: "Brian O'Hanlon" <brianpo@cmu.edu> Notes: svn path=/head/; revision=208261
* Mark BROKEN: size mismatchErwin Lansing2008-03-011-0/+2
| | | | Notes: svn path=/head/; revision=208257
* Add a missing dependency on libgmp4.Joe Marcus Clarke2008-03-011-0/+3
| | | | Notes: svn path=/head/; revision=208248
* Chase guile update.Joe Marcus Clarke2008-03-012-5/+6
| | | | | | | | PR: 121137 Submitted by: David Barksdale <amatus@gnu.org> Notes: svn path=/head/; revision=208244
* Chase libguile shared lib version.Joe Marcus Clarke2008-03-012-4/+4
| | | | Notes: svn path=/head/; revision=208243
* Update to 1.8.4, and assign maintainership to submitter.Joe Marcus Clarke2008-03-0118-214/+247
| | | | | | | | PR: 121137 Submitted by: David Barksdale <amatus@gnu.org> Notes: svn path=/head/; revision=208242
* Update to the 20080228 snapshot of GCC 4.3.0.Gerald Pfeifer2008-02-292-19/+19
| | | | Notes: svn path=/head/; revision=208223
* Ups, forgot to remove local hack for testing in previous commit :-(Oliver Braun2008-02-291-4/+2
| | | | Notes: svn path=/head/; revision=208222
* * Add new knob WITH_DOCS to install the userOliver Braun2008-02-296-1597/+1655
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=208220
* Force to build bsddb185 module to make pkg-plist consistent.Hye-Shik Chang2008-02-296-54/+108
| | | | | | | Reported by: ports/121191 Notes: svn path=/head/; revision=208184
* - Update to 2.2Andrew Pantyukhin2008-02-283-5/+5
| | | | Notes: svn path=/head/; revision=208109
* 2007-10-28 x11-wm/wmDeskGuide: Version branch long since retiredMartin Wilke2008-02-288-10095/+0
| | | | | | | | | | | | 2008-02-23 ftp/axelq: Unmaintained, website disappeared 2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead 2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2 2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained 2007-11-16 editors/muggy: development stalled for years, unmaintained 2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained Notes: svn path=/head/; revision=208072
* - update to 1.14.2Dirk Meyer2008-02-283-668/+670
| | | | Notes: svn path=/head/; revision=208053
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEEmanuel Haupt2008-02-271-2/+2
| | | | | | | | | | | | | jakarta/commons subdirectory, they have been moved one directory up. Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly. PR: 121041 Submitted by: Marcin Cieslak <saper@system.pl> Approved by: portmgr (linimon) Notes: svn path=/head/; revision=208004
* - Update to 4.145Thomas Abthorpe2008-02-263-6/+5
| | | | | | | | PR: ports/121113 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer) Notes: svn path=/head/; revision=207955
* Add the local changes of src/contrib/gcc/config/sparc/freebsd.h,Marius Strobl2008-02-262-1/+29
| | | | | | | | | | mainly in order to let the preprocessor define things like __sparc64__ which in turn is required by some system headers. Approved by: gerald Notes: svn path=/head/; revision=207954
* - Fix plistPav Lucistnik2008-02-2512-0/+12
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=207881
* Update to version 0.7.5.David E. O'Brien2008-02-253-4/+5
| | | | Notes: svn path=/head/; revision=207857
* - Update to 1.6.0Martin Matuska2008-02-242-5/+5
| | | | | | | - Change MASTER_SITES to SourceForge Notes: svn path=/head/; revision=207834
* Update to Python 2.5.2.Hye-Shik Chang2008-02-2420-62/+768
| | | | Notes: svn path=/head/; revision=207831
* Welcome ghc on amd64.Oliver Braun2008-02-222-7/+16
| | | | | | | Bootstrap tarball submitted by: "Thomas M. Hermann" <tmh.public@gmail.com> Notes: svn path=/head/; revision=207748
* Update to the 20080221 snapshot of GCC 4.3.0.Gerald Pfeifer2008-02-2214-140/+140
| | | | | | | | | Make PORTSNAME overridable.[1] Submitted by: maho[1] Notes: svn path=/head/; revision=207743
* Update to the 20080220 snapshot of GCC 4.2.4.Gerald Pfeifer2008-02-212-20/+20
| | | | | | | | | Make PORTSNAME overridable.[1] Submitted by: maho[1] Notes: svn path=/head/; revision=207716
* - Drag from atticBeech Rintoul2008-02-205-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.45.6 - Bump portepoch - Pass maintainership to submitter Tuareg is a Caml mode for GNU Emacs and XEmacs. It handles automatic indentation of Objective Caml and Camllight codes. Key parts of the code are hilighted using Font-Lock. Support to run an interactive Caml toplevel and debbuger is provided. This mode attempts to give better results than the one provided in the standard distribution OCaml 3.x. Indentation rules are slightly different but closer to classical functional languages. There is no relation with the Tuareg People, except their reputation of great CAMEL riders and breeders. PR: ports/120494 Submitted by: Michael Grunewald <michael.grunewald@laposte.net> (maintainer) Notes: svn path=/head/; revision=207676
* - Mark BROKEN - does not package, bad plistPav Lucistnik2008-02-201-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=207671
* - Update to version 5e5Martin Wilke2008-02-185-24/+17
| | | | | | | | PR: 5e5 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207560
* Update to the 20080213 snapshot of GCC 4.2.4.Gerald Pfeifer2008-02-172-20/+20
| | | | Notes: svn path=/head/; revision=207438
* Remove obsolate row.Alex Dupre2008-02-162-2/+0
| | | | Notes: svn path=/head/; revision=207362
* Update to the 20080215 snapshot of GCC 4.3.0.Gerald Pfeifer2008-02-1614-133/+133
| | | | Notes: svn path=/head/; revision=207334
* - Update to version 2.44.Alejandro Pulver2008-02-154-14/+36
| | | | | | | | | - External ffcall is used instead of bundled one. - Remove BROKEN for 8.x. - Add USE_GCC=3.4 for FreeBSD >= 7.x on i386 (others build with base GCC). Notes: svn path=/head/; revision=207268
* Update to the 080213 distro - version number has been bumped to 0.9.9David E. O'Brien2008-02-152-5/+5
| | | | | | | | | | to show the progress that has been made. PR: 120613 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=207263
* Update to 0.8.13Martin Wilke2008-02-153-4/+6
| | | | | | | | PR: 120715 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=207254
* - Update to 8.4.18Martin Matuska2008-02-132-4/+4
| | | | Notes: svn path=/head/; revision=207134