summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Fix SIZE on distinfogarga2005-07-201-1/+1
| | | | Approved by: flz (mentor)
* o Java awt is now working via gtk20maho2005-07-209-0/+108
| | | | o cairo is disabled since 0.5.0 is reqired
* - Update to 4.5.6garga2005-07-202-9/+7
| | | | | | PR: ports/83715 Submitted by: David Gullasch <david.gullasch@mailbox.tu-dresden.de> Approved by: flz (mentor)
* Upgrade to 1.0.9.thierry2005-07-193-3/+8
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Fix build on FreeBSD 7arved2005-07-192-31/+1
| | | | Approved by: maintainer
* We no longer install any libraries to $PREFIX/lib, so remove this fromgerald2005-07-1912-12/+12
| | | | LDCONFIG_DIRS.
* GCC 4.1 currently adds an empty directory share/classpath/api und $PREFIX.gerald2005-07-199-0/+18
|
* Try to make the vendor's tests run smoothly. Fail, but in the processmi2005-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.
* As previously announced, remove gcc27. It is no longer used by anythinglinimon2005-07-1944-2888/+0
| | | | | in the tree. If absolutely necessary for compatibility with old code, use lang/gcc28 or preferably lang/gcc295.
* Unbreak the manual pages installation and help file generation:mi2005-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 :-)
* Fix installation/deinstallation in case the PREFIX contains the string lib.gerald2005-07-181-1/+1
|
* Update to the 20050716 snapshot of GCC 4.1.0 (with two new .info files).gerald2005-07-1818-135/+144
| | | | Fix installation/deinstallation in case the PREFIX contains the string lib.
* Backport support for FreeBSD 7 and drop support for FreeBSD 3.perky2005-07-186-40/+1288
| | | | | | | Fixes for other versions of python will be followed tomorrow. Submitted by: nork Obtained from: Python CVS
* Upgrade to 0.9.9.011.vanilla2005-07-183-4/+4
|
* Ensure that LATEST_LINK is unique for the tcl84-thread port.adamw2005-07-181-1/+1
|
* Fix the build on FreeBSD 7.x by teach it. I need to contact with mainstreammezz2005-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
* BROKEN: Checksum mismatchkris2005-07-171-0/+2
|
* New slave port of tcl84 that enabled threading support.pav2005-07-172-0/+13
|
* Add p5-JavaScript-SpiderMonkey 0.11, perl interface to Mozillaerwin2005-07-165-0/+55
| | | | | | | JavaScript implementation. PR: ports/82321 Submitted by: kappa@freebsd.org.ua
* No longer put target specific files and include files at the verygerald2005-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]
* Update to 0.9.16arved2005-07-152-4/+4
| | | | | PR: 83501 Submitted by: Lev Walkin <vlm@lionet.info>
* Update to the 20050714 snapshot of GCC 4.0.2.gerald2005-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]
* Switch back to USE_INC_LIBTOOL_VER and don't install .la files.thierry2005-07-151-1/+1
| | | | Reported by: Kris via pointyhat
* IGNORE on 7.x and above.gerald2005-07-141-0/+3
|
* - remove NO_PACKAGEdinoex2005-07-141-5/+0
|
* - Fix typo (expiremental -> experimental)pav2005-07-141-1/+1
|
* - Fix fetch: workaround problems with site groups and :foopav2005-07-141-1/+1
|
* Update to the 20050712 snapshot of GCC 3.4.5.gerald2005-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]
* Directly install libraries into a port-specific location instead ofgerald2005-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]
* - update to 6.2.8clsung2005-07-143-5/+14
|
* - Unbreak the port to find out what wrong with pkg-list is.sem2005-07-141-1/+1
|
* Update to 4.4.0 release:ale2005-07-137-36/+39
| | | | | | - fix a serious memory corruption problem - remove automake dependency - switch to the latest autoconf version
* - Update to 2.5.1.2005.07.09pav2005-07-133-6/+17
| | | | | PR: ports/83215 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* Fix the .so.0 -> .so, got bite by beagle when it can't find libsqlite.so.0.mezz2005-07-121-1/+4
| | | | Bump the PORTREVISION.
* - Update to 4.57sem2005-07-122-7/+3
| | | | | PR: ports/83330 Submitted by: maintainer
* - Update to 1.3pav2005-07-123-3/+18
| | | | | PR: ports/83292 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Upgrade to 1.0.8.thierry2005-07-112-3/+3
| | | | Many bug fixed: changelog at <http://gambas.sourceforge.net/changelog.html>.
* Add two MASTERSITES without redirection.thierry2005-07-111-1/+3
| | | | Requested by: kris
* - Remove a bogus ftp site from MASTER_SITES (1);thierry2005-07-104-16/+8
| | | | | | | | - use external libtool; - pet portlint; - release maintainership. Reported by: Kris via pointyhat (1)
* Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed.mezz2005-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
* Now that the GCC 3.3 branch has been closed, switch from tracking snapshotsgerald2005-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.
* Update to the 20050709 snapshot of GCC 4.1.0.gerald2005-07-1018-117/+117
|
* - mark NO_PACKAGE, problems on pointyhat clusterdinoex2005-07-101-0/+5
|
* Update to the 20050707 snapshot of GCC 4.0.1.gerald2005-07-082-13/+13
| | | | This basically is the 4.0.1 release.
* Remove from the Java category as this port doesn't have Java bits anymore.obrien2005-07-071-10/+1
| | | | Also remove the testsuite bits as any issues found will never be fixed.
* - Enable ezm3 on amd64 architecture. This is achieved by taking an olderpav2005-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)
* Adjust pkg-plist to (temporary) bug which added libssp include files.gerald2005-07-069-0/+45
|
* - Update to 5e1pav2005-07-066-45/+94
| | | | | PR: ports/82940 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.2.2skv2005-07-063-3/+19
|
* - Update to 20050705ahze2005-07-063-26/+91
| | | | | PR: ports/83015 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)N
OpenPOWER on IntegriCloud