aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-0323-126/+31
| | | | Notes: svn path=/head/; revision=200759
* Update to the 20071001 snapshot of GCC 4.1.3.Gerald Pfeifer2007-10-022-16/+16
| | | | Notes: svn path=/head/; revision=200644
* Mark as broken on gcc4.2.Mark Linimon2007-10-021-0/+4
| | | | Notes: svn path=/head/; revision=200573
* Mark as broken on gcc4.2 on 64-bit archs. Build status on i386 unknown.Mark Linimon2007-10-021-0/+4
| | | | Notes: svn path=/head/; revision=200572
* Mark as broken on gcc4.2. While here, pet portlint.Mark Linimon2007-10-021-2/+8
| | | | Notes: svn path=/head/; revision=200571
* Also broken on gcc4.2 on i386. While here, pet portlint.Mark Linimon2007-10-021-2/+6
| | | | Notes: svn path=/head/; revision=200570
* Mark as broken on amd64.Mark Linimon2007-10-021-1/+7
| | | | Notes: svn path=/head/; revision=200569
* Go ahead and set an expiration date on this one; it doesn't work on gcc4,Mark Linimon2007-10-021-0/+3
| | | | | | | | | and is already marked as deprecated. Hat: portmgr Notes: svn path=/head/; revision=200568
* Fix result of mismerge.Mark Linimon2007-10-011-1/+2
| | | | | | | Spotted by: maintainer Notes: svn path=/head/; revision=200565
* Mark as broken on gcc4.2.Mark Linimon2007-10-011-0/+4
| | | | Notes: svn path=/head/; revision=200538
* Chase mail/cclient shared library version bump.Edwin Groothuis2007-09-303-3/+3
| | | | | | | | | | | Several patches were needed due to the removal of include/c-client/linkage.c in favour of include/c-client/linkage.h. PR: ports/114833 Submitted by: "Pedro J. Lobo" <pjlobo@sec.upm.es> Notes: svn path=/head/; revision=200423
* Add new files that got accidently missed during autoconf update patch.Ade Lovett2007-09-301-0/+16
| | | | | | | PR: 116639 Notes: svn path=/head/; revision=200416
* Remove now-empty file.Mark Linimon2007-09-301-0/+0
| | | | Notes: svn path=/head/; revision=200415