aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Fix SIZE on distinfoRenato Botelho2005-07-201-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=139681
* o Java awt is now working via gtk20Maho Nakata2005-07-209-0/+108
| | | | | | | o cairo is disabled since 0.5.0 is reqired Notes: svn path=/head/; revision=139676
* - Update to 4.5.6Renato Botelho2005-07-202-9/+7
| | | | | | | | | PR: ports/83715 Submitted by: David Gullasch <david.gullasch@mailbox.tu-dresden.de> Approved by: flz (mentor) Notes: svn path=/head/; revision=139670
* Upgrade to 1.0.9.Thierry Thomas2005-07-193-3/+8
| | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=139622
* Fix build on FreeBSD 7Tilman Keskinoz2005-07-192-31/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=139611
* We no longer install any libraries to $PREFIX/lib, so remove this fromGerald Pfeifer2005-07-1912-12/+12
| | | | | | | LDCONFIG_DIRS. Notes: svn path=/head/; revision=139596
* GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX.Gerald Pfeifer2005-07-199-0/+18
| | | | Notes: svn path=/head/; revision=139595
* Try to make the vendor's tests run smoothly. Fail, but in the processMikhail Teterin2005-07-196-24/+598
| | | | | | | | | | | | eliminate all warnings (on i386) and const-ify the KeyedList-API and others (patch-warnings grew up). Fix a typo in the previous commit (s/KeyList/KeyedList/g in MLINKS). Bump PORTREVISION again. Notes: svn path=/head/; revision=139573
* As previously announced, remove gcc27. It is no longer used by anythingMark Linimon2005-07-1944-2888/+0
| | | | | | | | in the tree. If absolutely necessary for compatibility with old code, use lang/gcc28 or preferably lang/gcc295. Notes: svn path=/head/; revision=139561
* Unbreak the manual pages installation and help file generation:Mikhail Teterin2005-07-182-22/+30
| | | | | | | | | | | | | | | . when parsing man-files, do not choke on files containing '.so man.macros'; . be ready for the .bz2 man-pages; . do not use vendor's install-doc target at all -- install the vendor's manual pages in post-install and declare MLINKS to have bsd.port.mk do the Right Thing (TM) -- links instead of copies of the manual pages. This may even work now :-) Notes: svn path=/head/; revision=139552
* Fix installation/deinstallation in case the PREFIX contains the string lib.Gerald Pfeifer2005-07-181-1/+1
| | | | Notes: svn path=/head/; revision=139504
* Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).Gerald Pfeifer2005-07-1818-135/+144
| | | | | | | Fix installation/deinstallation in case the PREFIX contains the string lib. Notes: svn path=/head/; revision=139503
* Backport support for FreeBSD 7 and drop support for FreeBSD 3.Hye-Shik Chang2005-07-186-40/+1288
| | | | | | | | | | Fixes for other versions of python will be followed tomorrow. Submitted by: nork Obtained from: Python CVS Notes: svn path=/head/; revision=139500
* Upgrade to 0.9.9.011.Vanilla I. Shu2005-07-183-4/+4
| | | | Notes: svn path=/head/; revision=139499
* Ensure that LATEST_LINK is unique for the tcl84-thread port.Adam Weinberger2005-07-181-1/+1
| | | | Notes: svn path=/head/; revision=139469
* Fix the build on FreeBSD 7.x by teach it. I need to contact with mainstreamJeremy Messenger2005-07-171-0/+4
| | | | | | | | | | for use wildcard 'freebsd*' in general configure and 'freebsd[0-9] for any version that need to be different. Reported by: krismail Notes: svn path=/head/; revision=139437
* BROKEN: Checksum mismatchKris Kennaway2005-07-171-0/+2
| | | | Notes: svn path=/head/; revision=139424
* New slave port of tcl84 that enabled threading support.Pav Lucistnik2005-07-172-0/+13
| | | | Notes: svn path=/head/; revision=139404
* Add p5-JavaScript-SpiderMonkey 0.11, perl interface to MozillaErwin Lansing2005-07-165-0/+55
| | | | | | | | | | JavaScript implementation. PR: ports/82321 Submitted by: kappa@freebsd.org.ua Notes: svn path=/head/; revision=139352
* No longer put target specific files and include files at the veryGerald Pfeifer2005-07-169-45/+45
| | | | | | | | | | end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Notes: svn path=/head/; revision=139337
* Update to 0.9.16Tilman Keskinoz2005-07-152-4/+4
| | | | | | | | PR: 83501 Submitted by: Lev Walkin <vlm@lionet.info> Notes: svn path=/head/; revision=139291
* Update to the 20050714 snapshot of GCC 4.0.2.Gerald Pfeifer2005-07-153-23/+21
| | | | | | | | | | | No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Notes: svn path=/head/; revision=139284
* Switch back to USE_INC_LIBTOOL_VER and don't install .la files.Thierry Thomas2005-07-151-1/+1
| | | | | | | Reported by: Kris via pointyhat Notes: svn path=/head/; revision=139257
* IGNORE on 7.x and above.Gerald Pfeifer2005-07-141-0/+3
| | | | Notes: svn path=/head/; revision=139240
* - remove NO_PACKAGEDirk Meyer2005-07-141-5/+0
| | | | Notes: svn path=/head/; revision=139232
* - Fix typo (expiremental -> experimental)Pav Lucistnik2005-07-141-1/+1
| | | | Notes: svn path=/head/; revision=139222
* - Fix fetch: workaround problems with site groups and :fooPav Lucistnik2005-07-141-1/+1
| | | | Notes: svn path=/head/; revision=139219
* Update to the 20050712 snapshot of GCC 3.4.5.Gerald Pfeifer2005-07-142-14/+14
| | | | | | | | | | | No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Notes: svn path=/head/; revision=139211
* Directly install libraries into a port-specific location instead ofGerald Pfeifer2005-07-141-16/+5
| | | | | | | | | | | | | | | moving them there after the original installation. This is simpler and also avoids the problem where the port would overwrite/remove an existing copy of libiberty.a, which boils down to a true conflict. No longer put target specific files and include files at the very end of pkg-plist since that broke the /sbin/ldconfig invocations the ports machinery added there (before we'd get a chance).[1] Reported by: dinoex [1] Notes: svn path=/head/; revision=139205
* - update to 6.2.8Cheng-Lung Sung2005-07-143-5/+14
| | | | Notes: svn path=/head/; revision=139183
* - Unbreak the port to find out what wrong with pkg-list is.Sergey Matveychuk2005-07-141-1/+1
| | | | Notes: svn path=/head/; revision=139175
* Update to 4.4.0 release:Alex Dupre2005-07-137-36/+39
| | | | | | | | | - fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version Notes: svn path=/head/; revision=139121
* - Update to 2.5.1.2005.07.09Pav Lucistnik2005-07-133-6/+17
| | | | | | | | PR: ports/83215 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Notes: svn path=/head/; revision=139080
* Fix the .so.0 -> .so, got bite by beagle when it can't find libsqlite.so.0.Jeremy Messenger2005-07-121-1/+4
| | | | | | | Bump the PORTREVISION. Notes: svn path=/head/; revision=139007
* - Update to 4.57Sergey Matveychuk2005-07-122-7/+3
| | | | | | | | PR: ports/83330 Submitted by: maintainer Notes: svn path=/head/; revision=138997
* - Update to 1.3Pav Lucistnik2005-07-123-3/+18
| | | | | | | | PR: ports/83292 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=138994
* Upgrade to 1.0.8.Thierry Thomas2005-07-112-3/+3
| | | | | | | Many bug fixed: changelog at <http://gambas.sourceforge.net/changelog.html>. Notes: svn path=/head/; revision=138944
* Add two MASTERSITES without redirection.Thierry Thomas2005-07-111-1/+3
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=138924
* - Remove a bogus ftp site from MASTER_SITES (1);Thierry Thomas2005-07-104-16/+8
| | | | | | | | | | | - use external libtool; - pet portlint; - release maintainership. Reported by: Kris via pointyhat (1) Notes: svn path=/head/; revision=138859
* Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed.Jeremy Messenger2005-07-1013-35/+529
| | | | | | | | | | | | | | Release Notes: http://www.go-mono.com/archive/1.1.8/ http://www.go-mono.com/archive/1.1.8.1/ BTW: Welcome apeiron (Christopher Nehren <apeiron@comcast.net>) to BSD# team, he has the commit access over there. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Notes: svn path=/head/; revision=138849
* Now that the GCC 3.3 branch has been closed, switch from tracking snapshotsGerald Pfeifer2005-07-102-16/+15
| | | | | | | | to the final release, 3.3.6. Unfortunately, this requires using PORTEPOCH. Tweak a comment and remove a debug output on the way. Notes: svn path=/head/; revision=138812
* Update to the 20050709 snapshot of GCC 4.1.0.Gerald Pfeifer2005-07-1018-117/+117
| | | | Notes: svn path=/head/; revision=138797
* - mark NO_PACKAGE, problems on pointyhat clusterDirk Meyer2005-07-101-0/+5
| | | | Notes: svn path=/head/; revision=138788
* Update to the 20050707 snapshot of GCC 4.0.1.Gerald Pfeifer2005-07-082-13/+13
| | | | | | | This basically is the 4.0.1 release. Notes: svn path=/head/; revision=138701
* Remove from the Java category as this port doesn't have Java bits anymore.David E. O'Brien2005-07-071-10/+1
| | | | | | | Also remove the testsuite bits as any issues found will never be fixed. Notes: svn path=/head/; revision=138675
* - Enable ezm3 on amd64 architecture. This is achieved by taking an olderPav Lucistnik2005-07-073-7/+41
| | | | | | | | | | | | | version, 1.1, and adding a quite massive patchset made by Peter Wemm and Bjoern A. Zeeb. - Bjoern A. Zeeb agreed to take maintainership of this port for amd64 arch (read: help endusers solving their problems) Based on: bz's patches floating on mailing list Approved by: jdp (maintainer) Notes: svn path=/head/; revision=138664
* Adjust pkg-plist to (temporary) bug which added libssp include files.Gerald Pfeifer2005-07-069-0/+45
| | | | Notes: svn path=/head/; revision=138628
* - Update to 5e1Pav Lucistnik2005-07-066-45/+94
| | | | | | | | PR: ports/82940 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=138599
* Update to 0.2.2Sergey Skvortsov2005-07-063-3/+19
| | | | Notes: svn path=/head/; revision=138587
* - Update to 20050705Michael Johnson2005-07-063-26/+91
| | | | | | | | PR: ports/83015 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)N Notes: svn path=/head/; revision=138564