aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 8.2Sylvio Cesar Teixeira2011-02-282-9/+3
| | | | | | | | PR: ports/155117 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer) Notes: svn path=/head/; revision=270008
* Deprecate all non-default Fedora based linux_base respectively linux-fx-*Alexander Leidinger2011-02-282-0/+6
| | | | | | | | | | | | ports. All of them are End of Life (no security updates) since a loooong time. As they are not the default, I decided to go with a short expiration date (one month). The maintainer of the few ports which depend upon the f8 infrastructure is informed to take action (update to the default f10 infrastructure, or to deprecate). Notes: svn path=/head/; revision=269988
* - Link the shared library to correct nameLi-Wen Hsu2011-02-282-3/+3
| | | | | | | Reported by: Alex Vasylenko <lxv AT omut.org> Notes: svn path=/head/; revision=269955
* - Suport PEP 3149 -- ABI version tagged .so filesLi-Wen Hsu2011-02-272-114/+120
| | | | | | | This fixes building with UCS4 or PYMALLOC turned off. Notes: svn path=/head/; revision=269915
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* Mark as broken on -CURRENT: needs distinfo update.Mark Linimon2011-02-272-0/+8
| | | | Notes: svn path=/head/; revision=269862
* Update to the 20110226 snapshot of GCC 4.6.0. The change for codeGerald Pfeifer2011-02-2712-144/+44
| | | | | | | | generation on i386 to default to i486 on FreeBSD 6 and above is now upstream, too, so we can shed our specific patch. Notes: svn path=/head/; revision=269857
* - Remove using of ?=, this port is a not a master portLi-Wen Hsu2011-02-262-3/+3
| | | | | | | - Using variable provided by PLIST_SUB in pkg-plist Notes: svn path=/head/; revision=269799
* - Finish removal of PLIST trick and OpenSSL 0.9.8 detection.Li-Wen Hsu2011-02-263-4363/+4339
| | | | | | | | | | | | | | | Now supported FreeBSD versions are all use OpenSSL greater than 0.9.8 . This also fixes the problem of generating and leaving pkg-plist.tmp in /usr/ports/lang/python32 . - Add some PLIST_SUB anchors, this does: * Not being conflict with default python version (the one installed as /usr/local/bin/python) * Make life easier for later 3.2.x (and higher) updates * Add NO_NIS support back Notes: svn path=/head/; revision=269797
* Update to the 20110224 snapshot of GCC 4.5.3.Gerald Pfeifer2011-02-262-11/+11
| | | | Notes: svn path=/head/; revision=269773
* Upgrade to r126497 and in particulr pick up r126226 which fixes stackBrooks Davis2011-02-252-4/+6
| | | | | | | alignment. Notes: svn path=/head/; revision=269731
* Chase after net/openldap24-server update.Xin LI2011-02-251-0/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-242-2/+2
| | | | | | | | | | | | yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Notes: svn path=/head/; revision=269610
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-243-1/+16
| | | | | | | | | | | | yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Notes: svn path=/head/; revision=269609
* Changes to make python ports work on powerpc (32-bit mode; 64-bit notMark Linimon2011-02-243-12/+2
| | | | | | | | | | | | yet tested). Tested on: powerpc, i386 Hat: portmgr PR: ports/153657 (partial) Submitted by: andreast Notes: svn path=/head/; revision=269608
* Upgrade to LLVM and Clang r126079 to match the version in HEAD.Brooks Davis2011-02-243-45/+60
| | | | | | | | Add support to the LLVM makefile to set SVN_REV externally to make upgrading to a specific version easier. Notes: svn path=/head/; revision=269602
* - update to 1.2Dirk Meyer2011-02-242-4/+3
| | | | Notes: svn path=/head/; revision=269578
* Update to the 20110222 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-232-9/+9
| | | | Notes: svn path=/head/; revision=269530
* Update to the 20110217 snapshot of GCC 4.5.3.Gerald Pfeifer2011-02-223-11/+36
| | | | | | | | | | | | By means of an extra patch code generation on i386 now defaults to i486 on FreeBSD 6 and above. [1] Submitted by: tijl [1] Reported by: Yuri Karaban <tech@askold.net> [1] PR: 154364 [1] Notes: svn path=/head/; revision=269516
* Update to the 20110219 snapshot of GCC 4.6.0.Gerald Pfeifer2011-02-224-0/+100
| | | | | | | | | | | | | | | | This addresses the pollution of common namespace by share/python/aotcompile.py and share/python/classfile.py which are now saved in version-specific directories. By means of an extra patch default code generation on i386 now defaults to i486 on FreeBSD 6 and above. [1] Submitted by: tijl [1] Reported by: Yuri Karaban <tech@askold.net> [1] PR: 154364 [1] Notes: svn path=/head/; revision=269511
* Update to the 20110219 snapshot of GCC 4.6.0.Gerald Pfeifer2011-02-2212-56/+56
| | | | | | | | | | | | | | | | This addresses the pollution of common namespace by share/python/aotcompile.py and share/python/classfile.py which now go into version-specific directories. By means of an extra patch default code generation on i386 defaults to i486 on FreeBSD 6 and above. [1] Submitted by: tijl [1] Reported by: Yuri Karaban <tech@askold.net> [1] PR: 154364 [1] Notes: svn path=/head/; revision=269510
* - Connect lang/python32Wen Heping2011-02-221-0/+1
| | | | Notes: svn path=/head/; revision=269490
* - Update to 3.2.0 and complete repocopyWen Heping2011-02-225-2143/+4449
| | | | | | | | | PR: ports/153829 Submitted by: Wen Heping (myself) Reviewed by: miwi@ Notes: svn path=/head/; revision=269489
* Update to 20110216 snapshotLars Engels2011-02-182-3/+3
| | | | | | | | PR: ports/154861 Submitted by: joel (maintainer) Notes: svn path=/head/; revision=269333
* - update to 1.1.1Dirk Meyer2011-02-182-3/+4
| | | | Notes: svn path=/head/; revision=269332
* - Fix fetch on amd64 platformWen Heping2011-02-181-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=269295
* - Update to 0.24.0Wen Heping2011-02-174-69/+10
| | | | | | | | | PR: ports/154258 Submitted by: Wen Heping (myself) Approved by: maintainer(timeout, >3 weeks) Notes: svn path=/head/; revision=269255
* Update to 3.1.0Sergey Skvortsov2011-02-164-29/+14
| | | | | | | | Changes: http://www.parrot.org/news/2011/Parrot-3.1.0 http://www.parrot.org/news/2011/Parrot-3.0.0 Notes: svn path=/head/; revision=269248
* Reassign ports to the pool, thanks for your service, we hope to see youThomas Abthorpe2011-02-161-1/+1
| | | | | | | back. Notes: svn path=/head/; revision=269229
* Remove debug code. Completely harmless, but...Gerald Pfeifer2011-02-161-1/+0
| | | | Notes: svn path=/head/; revision=269223
* Update to the 20110215 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-162-10/+11
| | | | | | | | | Unbreak the case where CPPFLAGS is already pre-initialized. [1] Reported by: avg [1] Notes: svn path=/head/; revision=269222
* GNAT AUX is based on the trunk version of Free Software Foundation's GNUWen Heping2011-02-155-0/+237
| | | | | | | | | | | | | | | | | | | | | Compiler Collection. It carries with it the GMGPL license, the modified version of the GPL that exempts generic instantiation from resulting in a GPL-licensed executable. This version of GNAT also carries with it the GCC Runtime Library Exception, so the resulting binaries have no licensing requirements. Binaries produced by GNAT AUX should be handled the same as binaries produced by any FSF GNAT compiler. GNAT AUX implements the full Ada-83, Ada-95, and Ada-2005 language standards. It also implements some features of the draft Ada-2012 standard, which are optionally accessible via the -gnat2012 switch or Ada_2012 pragma. WWW: http://www.dragonlace.net/ PR: ports/153828 Submitted by: John Marino <freebsdml@marino.st> Notes: svn path=/head/; revision=269191
* Update to the 20110212 snapshot of GCC 4.6.0.Gerald Pfeifer2011-02-158-44/+44
| | | | Notes: svn path=/head/; revision=269171
* - Update to 1.02Sunpoet Po-Chuan Hsieh2011-02-143-24/+19
| | | | | | | | | - Reformat pkg-descr to pet portlint Changes: http://search.cpan.org/dist/Tcl/Changes Notes: svn path=/head/; revision=269125
* - Update to 0.14.1Wen Heping2011-02-133-3/+5
| | | | Notes: svn path=/head/; revision=269045
* - Remove p5-SQL-Tokenizer from 'lang' categoryFrederic Culot2011-02-135-38/+0
| | | | | | | | Reported by: az@ Approved by: milki <milki AT rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=269041
* SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claimFrederic Culot2011-02-125-0/+38
| | | | | | | | | | | | | to be a parser or query verifier. It just creates sane tokens from a valid SQL query. WWW: http://search.cpan.org/dist/SQL-Tokenizer PR: ports/154706 Submitted by: milki <milki AT rescomp.berkeley.edu> Notes: svn path=/head/; revision=268997
* Update to the 20110210 snapshot of GCC 4.5.3.Gerald Pfeifer2011-02-112-11/+11
| | | | Notes: svn path=/head/; revision=268905
* - Update to 1.003000Sunpoet Po-Chuan Hsieh2011-02-102-7/+6
| | | | | | | | | | | - Move test dependencies to TEST_DEPENDS Changes: http://search.cpan.org/dist/TryCatch/Changes PR: ports/154637 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=268868
* Omit the libquadmath info file on sparc64 and ia64.Gerald Pfeifer2011-02-104-8/+16
| | | | | | | Reported by: Anton Shterenlikht <mexas@bristol.ac.uk> Notes: svn path=/head/; revision=268849
* Update to the 20110208 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-092-9/+9
| | | | Notes: svn path=/head/; revision=268837
* - Update to 1.69.31Martin Wilke2011-02-082-4/+3
| | | | | | | | | PR: 154572 Submitted by: Aldis Berjoza <aldis@bsdroot.lv> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268775
* Update to the 20110205 snapshot of GCC 4.6.0. This finally addressesGerald Pfeifer2011-02-068-56/+44
| | | | | | | | | | | a long standing issue around libgcj that's been hitting us and allows me to remove the stop gap I had put in place years ago. [1] PR: 81788 [1] Feature safe: yes Notes: svn path=/head/; revision=268699
* Update to the 20110203 snapshot of GCC 4.5.3.Gerald Pfeifer2011-02-052-11/+11
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268694
* Remove expired ports:Rene Ladan2011-02-048-390/+0
| | | | | | | | | | | | | | 2011-02-04 databases/qt-ibase-plugin: Port is broken on all supported versions of FreeBSD 2011-02-04 devel/ace+tao: Outdated and does not compile on any supported version of FreeBSD 2011-02-04 graphics/ray++: Does not compile on supported versions of FreeBSD 2011-02-04 japanese/oleo: Does not compile on supported versions of FreeBSD 2011-02-04 lang/dylan: does not build 2011-02-04 multimedia/jahshaka: Does not compile on supported versions of FreeBSD Feature safe: yes Notes: svn path=/head/; revision=268614
* - Update to 05_20110203Pietro Cerutti2011-02-044-9/+10
| | | | | | | | | Many changes since the last update, see doc/chlog.txt for the details. Feature safe: yes Notes: svn path=/head/; revision=268606
* Update to the 20110201 snapshot of GCC 4.4.6.Gerald Pfeifer2011-02-022-9/+9
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268562
* - Fix pkg-plist with TZDATA option onMartin Matuska2011-02-022-2/+8
| | | | | | | | | | | - Remove MD5 from distinfo PR: ports/154458 Submitted by: Yuri Pankov <yuri.pankov@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268548
* Refactor and make X11 support optional.Jimmy Olgeni2011-02-026-72/+80
| | | | | | | | Submitted by: ashish Feature safe: yes Notes: svn path=/head/; revision=268544
* Update to January 2011 release of "Rakudo Star"Andrej Zverev2011-01-313-393/+392
| | | | | | | | | PR: ports/154371 Submitted by: Aliaksandr Zahatski <zahatski@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268484