summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix INDEXPav Lucistnik2007-11-141-2/+3
| | | | | | | Approved by: portmgr (hat) Notes: svn path=/head/; revision=202719
* - Fix the missing run-time dependency on gcc34. This will unbreakStanislav Sedov2007-11-141-0/+6
| | | | | | | | | the objc port. Approved by: portmgr(pav, marcus) Notes: svn path=/head/; revision=202714
* Update to 5.2.5 release and fix a few vulnerabilities.Alex Dupre2007-11-146-32/+30
| | | | | | | Approved by: portmgr (marcus), secteam (remko) Notes: svn path=/head/; revision=202697
* Fix build on FreeBSD 7 and later.Max Khon2007-11-142-4/+12
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=202695
* - Augment previous fixPav Lucistnik2007-11-121-1/+1
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202659
* Update to the 20071105 snapshot of GCC 4.1.3. This fixes two codegenGerald Pfeifer2007-11-082-16/+16
| | | | | | | | | | | issues, improves some docus, and most importantly fixes the build on 8-CURRENT. PR: 117662 Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202587
* This is now failing to build everywhere on the cluster.Mark Linimon2007-11-081-7/+3
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=202582
* Fix build on cluster by adding a libtool dependency. This is a hack toMark Linimon2007-11-081-0/+1
| | | | | | | | | | work around the fact that this port reaches over into devel/boehm-gc to do part of its build. This isn't the Right Thing. Approved by: portmgr (self) Notes: svn path=/head/; revision=202581
* - Add some missing dependencies, possibly it fixes some build problemsJose Alonso Cardenas Marquez2007-11-081-0/+4
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=202580
* - Update to ccscrpt3 (1.1.6)Jose Alonso Cardenas Marquez2007-11-084-39/+37
| | | | | | | | | | - Remove BROKEN with GCC 4.x - Bump PORTEPOCH Approved by: portmgr (linimon) Notes: svn path=/head/; revision=202577
* Mark as broken with gcc4.2.Mark Linimon2007-11-071-1/+5
| | | | | | | | Hat: portmgr Approved by: portmgr (self) Notes: svn path=/head/; revision=202559
* - This port seems to need yasm on amd64 and nasm on i386Pav Lucistnik2007-11-071-3/+9
| | | | | | | | Reported by: pointyhat Approved by: portmgr (hat) Notes: svn path=/head/; revision=202557
* Fix a possible buffer overflow with ASCII regexes that really areAnton Berezin2007-11-0610-0/+480
| | | | | | | | | | Unicode regexes. Obtained from: perl5-porters (Nicholas Clark), with modifications Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202550
* - unbreak building at 7.x [1]Boris Samorodov2007-11-063-30/+23
| | | | | | | | | | | | | | | - patch putenv(3) assumption in GNAT [1] - use the latest snapshot of GCC 4.3 [1] - add master site (CENKES) [1] - bump PORTREVISION - remove files/patch-gengtype-yacc.y PR: 117522 [1] Submitted by: Karel Miklav <karel at lovetemple.net> (maintainer) Approved by: portmgr (pav) Notes: svn path=/head/; revision=202536
* - unbreak building at 7.x-i386;Boris Samorodov2007-11-062-25/+24
| | | | | | | | | | | | | - patch putenv(3) assumption in GNAT; - use GCC 4.2.2 release; - bump PORTVERSION. PR: 117466 Submitted by: Karel Miklav <karel at lovetemple.net> (maintainer) Approved by: portmgr (pav) Notes: svn path=/head/; revision=202534
* Remove lang/gcc40 which only has three dependencies left in the treeGerald Pfeifer2007-11-037-160/+1
| | | | | | | | | | (all of which only have it as a minimal requirement and also build with lang/gcc42) and has issues on at least 8-CURRENT. Approved by: portmgr (pav) Notes: svn path=/head/; revision=202497
* Add symmetric CONFLICTS with lang/gcc41, lang/gcc42, and lang/gcc43 whichGerald Pfeifer2007-11-031-1/+2
| | | | | | | | | | | | already conflict with this port. On the way, adjust the IGNORE statement to comply with our standards. PR: 117430 (partly) Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202491
* - Update ruby to the latest 111 patchversion.Stanislav Sedov2007-10-3018-855/+13
| | | | | | | | | It's a bugfix release. Thanks to: Alexander Logvinov <ports@logvinov.com> for initial patchset. Notes: svn path=/head/; revision=202429
* - Fix build on FreeBSD 5.XMartin Wilke2007-10-301-0/+1
| | | | | | | Submitted by: bjoen koenig (Maintainer) Notes: svn path=/head/; revision=202416
* Mark BROKEN with GCC 4.2.Joseph Koshy2007-10-291-0/+4
| | | | Notes: svn path=/head/; revision=202256
* Add support for FreeBSD 8.Hye-Shik Chang2007-10-2926-74/+6815
| | | | | | | Obtained from: Python SVN (r58697, r58698) Notes: svn path=/head/; revision=202249
* Mark BROKEN, while i am trying to figure out, why the binary changed.Tilman Keskinoz2007-10-281-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=202218
* Update to the 20071026 snapshot of GCC 4.3.0.Gerald Pfeifer2007-10-2714-133/+133
| | | | Notes: svn path=/head/; revision=202130
* - Add missed dependency on yasmPav Lucistnik2007-10-262-1/+3
| | | | | | | | | - Fix plist Reported by: pointyhat Notes: svn path=/head/; revision=202060
* Fix a memory corruption/core dump that is reproduceable in myJoseph Koshy2007-10-261-3/+6
| | | | | | | | | FreeBSD/amd64 6-stable environment [1]. Unbreak the port. Submitted by: Matthew Flatt <mflatt at cs dot utah dot edu> [1] Notes: svn path=/head/; revision=202053
* Fix build on -CURRENTTom McLaughlin2007-10-251-2/+5
| | | | | | | Submitted by: Ted Faber Notes: svn path=/head/; revision=202012
* Catchup with the 071021 distribution.David E. O'Brien2007-10-252-4/+4
| | | | | | | | PR: 117371 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=201993
* Update to the 20071024 snapshot of GCC 4.2.3.Gerald Pfeifer2007-10-252-19/+19
| | | | Notes: svn path=/head/; revision=201991
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-244-64/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* Update to the 20071022 snapshot of GCC 4.1.3.Gerald Pfeifer2007-10-242-16/+16
| | | | Notes: svn path=/head/; revision=201920
* - Only mark BROKEN when PACKAGE_BUILDING, since the failure seems related toAlejandro Pulver2007-10-241-2/+2
| | | | | | | | pointyhat (a user reported success). - Change BROKEN message accordingly. Notes: svn path=/head/; revision=201867
* Unbreak for GCC 4.2.Jimmy Olgeni2007-10-232-7/+15
| | | | | | | | PR: ports/117386 Submitted by: Alexandre "Sunny" Kovalenko <alex.kovalenko(at)verizon.net> Notes: svn path=/head/; revision=201800
* Update to 1.2.5.1Tom McLaughlin2007-10-239-215/+72
| | | | | | | | | | - reenable amd64 support while we're at it. Submitted by: Phillip Neumann Project by: BSD# (http://www.mono-project.com/Mono:FreeBSD) Notes: svn path=/head/; revision=201782
* lang/gdc: link error fixedDaichi GOTO2007-10-222-1/+32
| | | | | | | | | | | | | | | | - GDC gets a fail of link with GCC42(on 8-current/7-PR1) because libstdc++ is not in the default link target where libphobos of GDC needs it. To fix that issue, I have added a patch that make libstdc++ a link tareget of GDC. Sometimes 6-stable says that it is a overplus link but it is no problem. PR: ports/117318 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Notes: svn path=/head/; revision=201753
* Fix the build on FreeBSD 8.Gerald Pfeifer2007-10-211-0/+11
| | | | | | | | | PR: 117287 Submitted by: Scot Hetzel <swhetzel@gmail.com>, Stephane E. Potvin <sepotvin@videotron.ca> Notes: svn path=/head/; revision=201743
* Fix build with GCC 4.2Juergen Lock2007-10-212-7/+15
| | | | Notes: svn path=/head/; revision=201734
* Fix buildJuergen Lock2007-10-211-3/+1
| | | | Notes: svn path=/head/; revision=201730
* add clojure 20071020Ying-Chieh Liao2007-10-216-0/+62
| | | | | | | A dynamic programming language for the JVM Notes: svn path=/head/; revision=201700
* Update to the 20071019 snapshot of GCC 4.3.0.Gerald Pfeifer2007-10-2014-133/+133
| | | | Notes: svn path=/head/; revision=201686
* Mark BROKEN on amd64Erwin Lansing2007-10-202-0/+4
| | | | Notes: svn path=/head/; revision=201685
* Update to the 20071017 snapshot of GCC 4.2.3.Gerald Pfeifer2007-10-192-19/+19
| | | | Notes: svn path=/head/; revision=201679
* Add conflict with lang/expect-develMartin Matuska2007-10-171-0/+2
| | | | Notes: svn path=/head/; revision=201622
* Expect is a program that performs programmed dialogue with otherMartin Matuska2007-10-176-0/+123
| | | | | | | | | | | | | | | | interactive programs. It is briefly described by its man page, expect(1). It uses pseudo-tty's to control the child processes, so it is not affected by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc). This is a development version from CVS code at SourceForge. WWW: http://www.sourceforge.net/projects/expect Notes: svn path=/head/; revision=201620
* Migration from bison 1.x to 2.xAde Lovett2007-10-1734-50/+59
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Assign maintainership to Emil Mikulic.Max Khon2007-10-161-1/+1
| | | | Notes: svn path=/head/; revision=201566
* - Update to 2.1Max Khon2007-10-163-7/+26
| | | | | | | | PR: 117011 Submitted by: Emil Mikulic Notes: svn path=/head/; revision=201541
* nwcc is a small C compiler for Unix systems under the BSDLDavid E. O'Brien2007-10-155-0/+56
| | | | | | | | | It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64, Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware. The x86 and AMD64 backends support two assemblers; nasm/yasm and gas. Notes: svn path=/head/; revision=201502
* Update to the 01-Oct-2007 snapshot.David E. O'Brien2007-10-152-6/+9
| | | | Notes: svn path=/head/; revision=201499
* Mark BROKEN: does not buildErwin Lansing2007-10-141-0/+2
| | | | Notes: svn path=/head/; revision=201457
* Mark BROKEN: does not buildErwin Lansing2007-10-141-0/+2
| | | | Notes: svn path=/head/; revision=201456