aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to the 20071012 snapshot of GCC 4.3.0.Gerald Pfeifer2007-10-1414-133/+133
| | | | Notes: svn path=/head/; revision=201443
* - Update to 1.5.6Martin Matuska2007-10-142-4/+4
| | | | Notes: svn path=/head/; revision=201436
* Remove BROKEN with gcc 4.2,Vanilla I. Shu2007-10-131-7/+1
| | | | | | | it's compileable after rafan's objc fix. Notes: svn path=/head/; revision=201427
* - Update to 2.7.0Beech Rintoul2007-10-1314-219/+392
| | | | | | | | | | | | | - Makefile and plist cleanup. - Move patches to Makefile and remove files. - Pet portlint. PR: ports/116953 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=201392
* Update to the 20071011 snapshot of GCC 4.2.3.Gerald Pfeifer2007-10-122-21/+21
| | | | Notes: svn path=/head/; revision=201357
* - Fix compilation with gcc 4.2Johan van Selst2007-10-113-6/+11
| | | | | | | - Grab maintainership Notes: svn path=/head/; revision=201291
* - Fix build after removal of objformatRong-En Fan2007-10-082-0/+2
| | | | | | | | PR: ports/117006 Submitted by: Takeshi MUTOH <mutoh at openedu.org> (maintainer) Notes: svn path=/head/; revision=201067
* Move the definition of USE_PERL5 before bsd.port.pre.mk inclusion. ThisMark Linimon2007-10-071-5/+5
| | | | | | | | | is necessary to allow conditional inclusion of bsd.perl.mk. Hat: portmgr Notes: svn path=/head/; revision=201031
* Fix previous scheme48 update by including files that wasXin LI2007-10-052-6/+14
| | | | | | | | | missed in last commit. Pointy hat to: delphij Notes: svn path=/head/; revision=200886
* Mark as broken with gcc4.2.Mark Linimon2007-10-041-1/+5
| | | | Notes: svn path=/head/; revision=200828
* Mark as broken with gcc4.2.Mark Linimon2007-10-041-1/+5
| | | | Notes: svn path=/head/; revision=200824
* Mark as broken with gcc4.2.Mark Linimon2007-10-041-1/+7
| | | | Notes: svn path=/head/; revision=200823
* lang/snobol is obsolted by lang/snobol4.Mark Linimon2007-10-0417-2526/+0
| | | | | | | Discussed with: maintainer Notes: svn path=/head/; revision=200809
* bsd.port.port.mk -> bsd.port.post.mkEdwin Groothuis2007-10-041-1/+1
| | | | | | | Pointy hat to: moi Notes: svn path=/head/; revision=200788
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-0415-89/+19
| | | | Notes: svn path=/head/; revision=200774