aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Clarify error messageSunpoet Po-Chuan Hsieh2011-07-221-1/+1
| | | | | | | | | | PR: ports/158812 Submitted by: Warren Block <wblock@wonkity.com> Reviewed by: lwhsu With Hat: python Notes: svn path=/head/; revision=278163
* - Update to 20110719Dennis Herrmann2011-07-222-3/+3
| | | | Notes: svn path=/head/; revision=278152
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-218-8/+8
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* Update to the 20110716 snapshot of GCC 4.7.0.Gerald Pfeifer2011-07-194-6/+6
| | | | Notes: svn path=/head/; revision=277970
* Update to the 20110715 snapshot of GCC 4.6.2.Gerald Pfeifer2011-07-194-6/+6
| | | | Notes: svn path=/head/; revision=277963
* Mark broken.Cy Schubert2011-07-181-1/+3
| | | | | | | Assume maintainership of this port. Notes: svn path=/head/; revision=277903
* Mark as broken on sparc64: fails to install.Mark Linimon2011-07-161-2/+2
| | | | | | | | | While here, removed obsolete OSVERSION check. Hat: portmgr Notes: svn path=/head/; revision=277778
* Mark as broken on sparc64: fails to link.Mark Linimon2011-07-161-0/+3
| | | | Notes: svn path=/head/; revision=277777
* Spell ONLY_FOR_ARCHS correctly.Mark Linimon2011-07-161-1/+1
| | | | Notes: svn path=/head/; revision=277776
* - Update ruby 1.8 to 1.8.7 patchlevel 352.Stanislav Sedov2011-07-162-2/+3
| | | | Notes: svn path=/head/; revision=277766
* - Update to 20110627 (corresponding to gcc4.6.1 release)Frederic Culot2011-07-152-6/+5
| | | | | | | | PR: ports/158938 Submitted by: John Marino <draco@marino.st> (maintainer) Notes: svn path=/head/; revision=277752
* - Fix errno expectation in the rmdir.3 testStanislav Sedov2011-07-151-0/+18
| | | | | | | | | | (freebsd returns the same error darwin does). PR: ports/154019 (based on) Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=277728
* - Disable some failing threading tests so the threaded build succeeds.Stanislav Sedov2011-07-142-9/+20
| | | | Notes: svn path=/head/; revision=277725
* - Graphviz is not required for the build if all the documentation is disabled.Stanislav Sedov2011-07-131-2/+4
| | | | | | | | PR: ports/158723 Submitted by: Quentin Stievenart <acieroid@awesom.eu> Notes: svn path=/head/; revision=277643
* - Mark broken if threads are enabled until the problem is fixed instead ofStanislav Sedov2011-07-121-3/+7
| | | | | | | | | silently building without threads. Suggested by: Pan Tsu <inyaoo@gmail.com> Notes: svn path=/head/; revision=277572
* - Comment out THREADS option for now, sbcl fails to pass tests with threadsStanislav Sedov2011-07-111-4/+8
| | | | | | | on. Notes: svn path=/head/; revision=277568
* Update to the 20110709 snapshot of GCC 4.7.0.Gerald Pfeifer2011-07-114-6/+6
| | | | Notes: svn path=/head/; revision=277517
* Update to the 20110708 snapshot of GCC 4.6.2.Gerald Pfeifer2011-07-114-6/+6
| | | | Notes: svn path=/head/; revision=277516
* Generic HTTP types for Haskell (for both client and server code).Ashish SHUKLA2011-07-101-0/+1
| | | | | | | | | WWW: https://github.com/aristidb/http-types Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277489
* The module Data.CaseInsensitive provides the 'CI' type constructor which canAshish SHUKLA2011-07-101-0/+1
| | | | | | | | | | | | | be parameterised by a string-like type like: 'String', 'ByteString', 'Text', etc. Comparisons of values of the resulting type will be insensitive to cases. WWW: http://hackage.haskell.org/package/case-insensitive Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277488
* - update ICU to 4.8Baptiste Daroussin2011-07-102-2/+3
| | | | | | | | | - chase library bump - add an entry in UPDATING for instructions - remove old conflict lines Notes: svn path=/head/; revision=277485
* - Fix pkg-plist.Stanislav Sedov2011-07-101-0/+1
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=277439
* - Update print/hs-hscolour to 1.19Ashish SHUKLA2011-07-101-1/+1
| | | | | | | | | | - Update print/hs-hscolour-docs to 1.19 - Update value of HSCOLOUR_VERSION in lang/ghc/bsd.cabal.mk Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=277437
* - gputils is required by sdcc for working with PIC processors,Beech Rintoul2011-07-091-0/+2
| | | | | | | | | | | and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS PR: ports/158691 Submitted by: Jason Bacon <jwbacon@tds.net> Approved by: Tijl Coosemans <tijl@coosemans.org> (maintainer) Notes: svn path=/head/; revision=277405
* Update Algol 68 Genie to 2.2.0Johan van Selst2011-07-092-5/+4
| | | | Notes: svn path=/head/; revision=277396
* Update GNU awk to new major release 4.0Johan van Selst2011-07-095-26/+21
| | | | | | | | Read the announcement and list of changes at http://lists.gnu.org/archive/html/info-gnu/2011-06/msg00013.html Notes: svn path=/head/; revision=277394
* - Update to 1.0.49.Stanislav Sedov2011-07-083-24/+4
| | | | | | | | PR: ports/157088 (based on) Submitted by: Jimmy Olgeni <olgeni@freebsd.org> Notes: svn path=/head/; revision=277360
* - Update to 1.2.4.Stanislav Sedov2011-07-074-39/+499
| | | | | | | - Unbreak. Notes: svn path=/head/; revision=277210
* - Update to v4_6_1 [1]Frederic Culot2011-07-063-7/+7
| | | | | | | | | | | - Pet portlint(1) (space --> tab after variable name) PR: ports/158670 [1] Submitted by: Klaus Aehlig <aehlig@linta.de> Approved by: pmn@bakarika.net (maintainer) Notes: svn path=/head/; revision=277192
* - Update to 0.8.5Marcus von Appen2011-07-063-15/+13
| | | | Notes: svn path=/head/; revision=277164
* Update patch to 5.1.4-3Renato Botelho2011-07-062-4/+4
| | | | Notes: svn path=/head/; revision=277155
* - Remove BROKEN_WITH_PHPSunpoet Po-Chuan Hsieh2011-07-054-4/+4
| | | | | | | | | PR: ports/158661 Submitted by: sunpoet (myself) Approved by: ale (maintainer) Notes: svn path=/head/; revision=277111
* Assist with de-MD5'ificationDoug Barton2011-07-044-7/+0
| | | | Notes: svn path=/head/; revision=277075
* - Mark as broken with Ruby 1.9Steve Wills2011-07-041-1/+5
| | | | Notes: svn path=/head/; revision=277046
* Update to the 20110701 snapshot of GCC 4.6.2, which is practicallyGerald Pfeifer2011-07-044-6/+6
| | | | | | | the GCC 4.6.1 release. Notes: svn path=/head/; revision=277038
* Update to the 20110702 snapshot of GCC 4.7.0.Gerald Pfeifer2011-07-044-6/+6
| | | | Notes: svn path=/head/; revision=277037
* - Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)Steve Wills2011-07-043-0/+9
| | | | | | | Approved by: ruby@ (pgollucci) Notes: svn path=/head/; revision=277024
* This library is a Haskell binding to the MySQL mysqlclient client library.Ashish SHUKLA2011-07-031-0/+1
| | | | | | | | | | | | | It is a fairly faithful, low level library that implements most of the MySQL client API. WWW: https://github.com/mailrank/mysql PR: ports/157264 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> Notes: svn path=/head/; revision=277021
* Update perl to 5.12.4Erwin Lansing2011-07-034-3/+5
| | | | | | | | | | Changes: http://search.cpan.org/~lbrocard/perl-5.12.4/pod/perl5124delta.pod Submitted by: skv Tested on: pointyhat Notes: svn path=/head/; revision=277007
* Update to the 20110630 snapshot of GCC 4.5.4.Gerald Pfeifer2011-07-032-3/+3
| | | | Notes: svn path=/head/; revision=276998
* Update to the 20110628 snapshot of GCC 4.4.7.Gerald Pfeifer2011-07-032-3/+3
| | | | Notes: svn path=/head/; revision=276997
* - remove MD5Olli Hauer2011-07-03215-356/+0
| | | | Notes: svn path=/head/; revision=276987
* - Mark BROKEN: incomplete plistPav Lucistnik2011-07-021-0/+2
| | | | Notes: svn path=/head/; revision=276941
* - Update to 1.8.1Martin Wilke2011-07-024-285/+275
| | | | | | | | PR: 158512 Submitted by: Ports Fury Notes: svn path=/head/; revision=276931
* Upgrade to 3.4.8.Vanilla I. Shu2011-07-012-4/+4
| | | | Notes: svn path=/head/; revision=276760
* Add an option to link against libthrJulien Laffaye2011-06-291-1/+7
| | | | | | | | | PR: ports/158423 Submitted by: Frank Wall <fw@moov.de> Approved by: Alex Keda <admin@lissyara.su> (maintainer), bapt (mentor, implicit) Notes: svn path=/head/; revision=276680
* - Remove patch-Makefile.pre.in, now build with pthread correctly, bump ↵Wen Heping2011-06-292-13/+1
| | | | | | | | | PORTREVISION Reported by: rhurlin@gwdg.de (via email) Notes: svn path=/head/; revision=276629
* Use a static SCALA_HOMEJulien Laffaye2011-06-272-148/+147
| | | | | | | | | | | Fix broken symlink PR: ports/157740 Submitted by: myself Approved by: maintainer timeout, tabthorpe (mentor) Notes: svn path=/head/; revision=276497
* - Update to 2.7.2Wen Heping2011-06-275-19/+46
| | | | | | | | | - Mark BROKEN when build with pth Reviewed by: miwi@ Notes: svn path=/head/; revision=276472
* - Use --nousestubs to prevent segfaultsSunpoet Po-Chuan Hsieh2011-06-261-3/+3
| | | | | | | | PR: ports/129626 Submitted by: Bruce Albrecht <bruce@freebsd.zuhause.org> Notes: svn path=/head/; revision=276444