aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - Fix after objformat removalpav2007-03-291-0/+1
| | | | Reported by: pointyhat
* - Remove tcl81-thread, very old, and unused in the tree, tcl versionpav2007-03-298-442/+0
| | | | Approved by: Martin Matuska <martin@matuska.org> (maintainer)
* - Fix after objformat removalpav2007-03-291-0/+2
| | | | Reported by: pointyhat
* Update to the 20070323 snapshot of GCC 4.3.0.gerald2007-03-2814-133/+133
|
* lang/gdc: update to 0.23daichi2007-03-283-43/+50
| | | | | | | | | - updated to 0.23 - added amd64 arch support - added gcc41 for build PR: ports/110953 Submitted by: Masanori OZAWA (maintainer)
* - Update to 0.22clsung2007-03-283-4/+5
|
* - Update to 4.124clsung2007-03-283-5/+5
| | | | | PR: ports/110904 Submitted by: maintainer (James Bailie)
* Let expect detect and use openpty(3), and therefore allow it to utiliseshaun2007-03-282-22/+1
| | | | | | | | as many ptys as we support. The breakage was caused by a bogus (or temporarily introduced) CONFIGURE_ENV. PR: ports/108311 Submitted by: Lars Erik Gullerud <lerik@nolink.net>
* - Change my email.stas2007-03-2812-12/+12
| | | | Suggested by: skv
* - Update to 9.1.1.stas2007-03-283-5/+6
|
* Update to the 20070326 snapshot of GCC 4.1.3.gerald2007-03-282-19/+19
|
* - Fix after objformat removalpav2007-03-282-2/+2
| | | | Reported by: pointyhat
* - Remove support for lang/tcl-tk-wrappermiwi2007-03-273-21/+6
| | | | | | | | - Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit
* - Remove support for lang/tcl-tk-wrappermiwi2007-03-271-7/+2
| | | | | | | | - Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit
* - Remove support for lang/tcl-tk-wrappermiwi2007-03-272-14/+4
| | | | | | | | - Bump PORTREVISION Notes: Please read UPDATING Approved by: maintainer implicit
* - Remove support for lang/tcl-tk-wrappermiwi2007-03-271-7/+2
| | | | | | - Bump PORTREVISION Notes: Please read UPDATING
* Add tk-wrapper , shell wrapper for wish (Tk).miwi2007-03-273-0/+21
| | | | | PR: ports/110627 Submitted by: Martin Matuska <martin at matuska.org>
* Tcl-wrapper installs a shell wrapper for the "tclsh" command thatmiwi2007-03-278-0/+148
| | | | | | | | | | | comes with different versions of Tcl. Users can define in a configuration file which version of the Tcl shell should be called. - Martin Matuska martin@matuska.org PR: ports/110626 Submitted by: martin at matuska.org
* - Fix a breakage caused by revision v 1.91 of ports/lang/tcl84/Makefilethierry2007-03-273-21/+50
| | | | | | | | | | | | | | | | | | | - Switch to USE_TCL - s/INSTALLS_SHLIB/USE_LDCONFIG/ - Support tcl84-thread - Fix tclsh detection in configure - Pet portlint. Note: this port is still broken, because a test is failing, and tests are part of the all target. PR: ports/110805 Submitted by: /me Approved by: mi (excepted the move of tests to a regression-test target)
* - Update lang/sbcl to 1.0.4.clsung2007-03-263-5/+4
| | | | | PR: ports/110829 Submitted by: maintainer (NIIMI Satoshi)
* - Update to 0.21clsung2007-03-263-12/+8
|
* Fix socket threading in Mono's IO layer.tmclaugh2007-03-253-1/+163
| | | | | | | - patch-mono_io-layer_sockets.c - patch-mono_io-layer_socket-private.h Submitted by: Robert Wojciechowski
* - COPYTREE_* are now part of bsd.port.mkpav2007-03-244-28/+0
| | | | | PR: ports/100996 Submitted by: stass
* Fix build with gcc41krion2007-03-232-0/+35
| | | | Reported by: pointyhat via kris
* Reset andrew.nau.ua@gmail.com at his request due to lack of time.linimon2007-03-233-3/+3
| | | | Hat: portmgr
* - Respect X11BASE.alepulver2007-03-231-1/+4
| | | | Reported by: linimon
* - Remove lang/xotcl-thread port is obsolete. threading is default enabledmiwi2007-03-212-15/+0
| | | | | PR: 110611 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Fix build with aolserver-xotclmiwi2007-03-211-2/+2
| | | | | PR: 110612 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Fix build with slave portmiwi2007-03-212-1/+9
| | | | Submitted by: pointyhat
* - Hopefully fix INDEXmiwi2007-03-211-0/+2
|
* - Marked broken for amd64miwi2007-03-211-0/+1
| | | | | Submitted by: pointyhat via kris Approved by: maintainer
* - Added support for the new tcl threads structuremiwi2007-03-201-39/+11
| | | | | PR: 110403 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* Adds a new way of working with threaded versions andmiwi2007-03-202-14/+36
| | | | | | | | | | | | | resolves conflicts. Threaded libraries and shell are installed on top of the standard ones so ports that depend on threaded and non-threaded tcl can be used simultaneously. Behaiviour with non-threaded libraries does not change. PR: 110401 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* Update to the 20070316 snapshot of GCC 4.3.0.gerald2007-03-1814-133/+133
|
* Update to 1.2.3.1tmclaugh2007-03-1717-366/+129
| | | | | | | | | | | - 1,933 missing methods were implemented - 164 methods with pending implementations were fixed - Several critical fixes to the runtime startup affecting multi-threaded applications - Windows.Forms improvements and bugfixes Submitted by: Phillip Neumann Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Add pkg-plist-threads. (forget in last commit)miwi2007-03-172-0/+16
|
* - Adds a new way of working with threaded versions andmiwi2007-03-174-28/+88
| | | | | | | | | | | | | | | resolves conflicts. - Bump PORTREVISION Notes: Threaded libraries and shell are installed on top of the standard ones so ports that depend on threaded and non-threaded tcl can be used simultaneously. Behaiviour with non-threaded libraries does not change. PR: 110394 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* Update to the 20070312 snapshot of GCC 4.1.3.gerald2007-03-142-19/+19
|
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-142-2/+0
| | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
* 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSDmiwi2007-03-1410-1162/+0
| | | | | | | | | | | | | | | | | | | | 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
* - Improved handling of WITH_TCL85_MANmiwi2007-03-134-34/+40
| | | | | | | - Manpages are not installed by default (default on for Tcl 8.4) PR: 110257 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Improved handling of WITH_TCL84_MANmiwi2007-03-132-31/+73
| | | | | PR: 110255 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Adds TCL80_MAN and TCLSH_WRAPPER to OPTIONSmiwi2007-03-134-73/+23
| | | | | | | | | | - Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Adds support for NO_INSTALL_MANPAGES knob - Pass maintainership to submitter - Bump PORTREVISION PR: 110233 Submitted by: Martin Matuska <martin@matuska.org>
* - Improved handling of WITH_TCL83_MANmiwi2007-03-132-19/+22
| | | | | | | - Manpages are not installed by default (default on for Tcl 8.4) PR: 110239 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Removed unnecessary PKGINSTALL and PKGDEINSTALLmiwi2007-03-132-13/+16
| | | | | | | | - Improved handling of WITH_TCL82_MAN - Manpages are not installed by default (default on for default TCL - 8.4) PR: 110236 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Adds TCL81_MAN and TCLSH_WRAPPER to OPTIONSmiwi2007-03-132-12/+28
| | | | | | | | | | - Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Adds support for NO_INSTALL_MANPAGES knob - Pass maintainership to submitter - Bump PORTREVISION PR: 110232 Submitted by: Martin Matuska <martin@matuska.org>
* - Update to 7.6.104miwi2007-03-132-4/+4
| | | | | PR: 110187 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Revert previous commit: for an unknown reason, the pcre module linkedale2007-03-132-4/+4
| | | | | | with external pcre library doesn't work inside apache. PHP devs are not interested in fixing this problem and insist to use the bundled (broken too) version.
* - fix pkg-plist (again?)clsung2007-03-132-6/+379
| | | | Pointyhat to: me
* Update to the 20070309 snapshot of GCC 4.3.0. This brings a new gcjh43gerald2007-03-1321-140/+217
| | | | | | application and man pages for gappletviewer43, gjar43, gjarsigner43, gjavah43, gkeytool43, gnative2ascii43, gorbd43, grmid43, gserialver43, and gtnameserv43.
* Now that we have a utf8-enabled pcre port, let php5-pcreale2007-03-122-4/+4
| | | | depend on it. This should also fix PR 109542.
* Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre bykrion2007-03-121-1/+2
| | | | | | default. Bump PORTREVISION on all dependent ports.
* - Don't try to delete unexistent dir.stas2007-03-112-2/+1
|
* - Remove patchset (forget in last commit)miwi2007-03-114-68/+0
| | | | Submitted by: pointyhat and maintainer
* - Update e17 ports to 20070223 snapshotstas2007-03-113-12/+5
| | | | | | | | | | | | - Bump portrevisions on all imlib2-dependend ports as the library soversion was bumped [1] - Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't support it anymore. [2] The patch was tested in the tinderbox. Approved by: portmgr (marcus) [1], Anders Troback <freebsd@troback.com> (maintainer) [2]
* - Chase databases/freetds update. Fix php5-pdo_dblib buildrafan2007-03-102-2/+2
| | | | Reported by: pointyhat via kris
* Update to the 20070305 snapshot of GCC 4.1.3.gerald2007-03-092-19/+19
|
* - Adds TCL82_MAN and TCLSH_WRAPPER to OPTIONSmiwi2007-03-093-61/+11
| | | | | | | | | | - Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Adds support for NO_INSTALL_MANPAGES knob - Pass maintainership to submitter - Bump PORTREVISION PR: 110088 Submitted by: Martin Matuska <martin@matuska.org>
* - Adds TCL83_MAN and TCLSH_WRAPPER to OPTIONSmiwi2007-03-093-63/+11
| | | | | | | | | | - Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Adds support for NO_INSTALL_MANPAGES knob - Pass maintainership to submitter - Bump PORTREVISION PR: 110086 Submitted by: Martin Matuska <martin@matuska.org>
* Update to the 20070307 snapshot of GCC 4.2.0.gerald2007-03-092-19/+19
|
* - Adds TCL85_MAN and TCLSH_WRAPPER to OPTIONSmiwi2007-03-086-132/+16
| | | | | | | | | - Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Replaces NO_TCL85_MAN with WITHOUT_TCL85_MAN to comply with structure of lang/tcl84 - Removes NOPORTDOCS because NO_INSTALL_MANPAGES and NOPORTDOCS aren't the same PR: 110083 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Ddds TCL84_MAN and TCLSH_WRAPPER to OPTIONSmiwi2007-03-083-67/+18
| | | | | | | | | | - Removes pseudo-installation of tclsh in favour of new lang/tcl-tk-wrapper port - Adds CONFLICTS between threaded and non-threaded versions - Adds support for NO_INSTALL_MANPAGES knob - Pass maintainership to Submitter PR: 110082 Submitted by: Martin Matuska <martin@matuska.org>
* Add spl dependency to pdo, mysqli and sqlite extensions.ale2007-03-082-0/+18
|
* - Update to 5.0.3miwi2007-03-072-5/+4
| | | | | | PR: 109892 Submitted by: Marcelo Araujo <araujo@bsdmail.org> Approved by: maintainer
* - Update to 5.0miwi2007-03-073-103/+19
| | | | | PR: 109951 Submitted by: Timothy Bourke <timbob@bigpond.com> (maintainer)
* Tcl-tk-wrapper installs shell wrappers for "tclsh" and "wish" commands thatmiwi2007-03-077-0/+141
| | | | | | | | | | | | | | | | | come with different versions of tcl and tk. Users can define which version of the tcl and tk shells should be called. To make use of the "tclsh" wrapper, users need to install tcl. Recommended tcl ports: lang/tcl84 lang/tcl85 To make use of the "wish" wrapper, users need to install tk. Recommended tk ports: x11-toolkits/tk84 x11-toolkits/tk85 - Martin Matuska martin@matuska.org PR: ports/109852 Submitted by: martin at matuska.org
* A possible build fix for IA64 by semi-automatical pkg-plist generation.maho2007-03-052-18/+6
| | | | Submitted by: kris
* Update to the 20070302 snapshot of GCC 4.3.0.gerald2007-03-0414-133/+133
|
* Update to 4.4.6 release.ale2007-03-042-11/+11
|
* Update to 3.1.5krion2007-03-047-239/+47
|
* Grab maintainership.krion2007-03-041-1/+1
|
* dd@ has had his port bit taken for safekeeping. Therefore, return theselinimon2007-03-042-2/+2
| | | | | | to the pool. Hat: portmgr
* - Chase databases/freetds update: ct.3 -> ct.4, tds.4 -> tds.5rafan2007-03-034-4/+4
| | | | - Bump PORTREVISION where necessary
* Add pecl-perl , embedded Perl.vanilla2007-03-035-0/+47
| | | | | PR: ports/109775 Submitted by: Luke Jee
* Update to the 20070228 snapshot of GCC 4.2.0.gerald2007-03-032-19/+19
|
* - Marked broken for ia64 [1]miwi2007-03-012-0/+12
| | | | | | | | - Set conflict with tcl-threads PR: 108972 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) pointyhat via kris [1]
* Add slave port for lang/xotcl.miwi2007-03-012-0/+13
| | | | | PR: ports/109677 Submitted by: Martin Matuska <martin at matuska.org>
* - Removed WITH_THREADS and WITH_AOLSERVER from OPTIONSmiwi2007-03-012-32/+73
| | | | | | | | | - Added support for threaded build (WITH_THREADS), prepared for xotcl-thread slave port - Added support for tcl85, removed tcl83 from CATEGORIES - Prepared for www/aolserver-xotcl slave module (AOLSERVER_XOTCL knob) PR: 109675 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 1.0.3miwi2007-03-012-5/+5
| | | | | PR: 109652 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* - Bump PORTREVISION for changes in libltdl15.ahze2007-03-011-1/+1
|
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-286-6/+6
|
* - Update to 0.4.1miwi2007-02-283-21/+4
| | | | | PR: 109317 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
* - Update to last snapshot (20060918)miwi2007-02-282-4/+4
| | | | | PR: 109324 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
* - Force setup.py picks up readline and ncurses from base. This fixes buildrafan2007-02-287-20/+249
| | | | | | | | | when devel/ncurses installed. - Similar to python24, don't pick up ncursesw in python25. This results in both ncurses are linked into _curses.so Tested by: krion Approved by: alexbl (python@)
* Update to the 20070226 snapshot of GCC 4.1.3.gerald2007-02-272-19/+19
|
* Update to 2.13.tobez2007-02-272-4/+4
|
* Add support for firebird2 in interbase extension.ale2007-02-273-6/+3
| | | | Submitted by: acm
* - Update to 1.12miwi2007-02-273-16/+35
| | | | | | | - Pass maintainership to submitter PR: 109464 Submitted by: Martin Matuska <martin@matuska.org>
* OCamlDuce is an enhancement to OCaml that allows you to use XML types.miwi2007-02-275-0/+65
| | | | | | | WWW: http://www.cduce.org/ocaml PR: ports/109564 Submitted by: Jaap Boender <jaapb at kerguelen.rg>
* - set DEPRECATEDdinoex2007-02-251-0/+3
|
* - fix build for CURRENT (objformat)dinoex2007-02-251-0/+4
|
* - Work around crashes during build due to LC_* settings in environment bytmclaugh2007-02-252-9/+29
| | | | | | | | | setting LC_ALL=C [1] - Crash instead of looping infinitely when Mono can't obtain a semaphore. Patch from Mono's SVN [2] Reported by: A few people [1], pointyhat [2] Submitted by: Phillip Neumann [1], Lou Kamenov [2]
* Update to the 20070223 snapshot of GCC 4.3.0. No extra patch is neededgerald2007-02-2521-350/+133
| | | | to build on i386 any longer.
* Bump PORTREVISION to assure this port is rebuilt with patched libltdl.ahze2007-02-241-1/+1
|
* Fix formatting exception in io:format.olgeni2007-02-244-2/+34
| | | | Obtained from: Hans Bolinder <hans.bolinder(at)ericsson.com>
* Add ruby-doc-stdlib 0.10.1, documentation for the Ruby language standardstas2007-02-236-0/+4544
| | | | | | | | | library. Submitter doesn't respond, thus I'll maintain the port. PR: ports/101423 (based on) Submitted by: Alexander Novitsky <alecn2002 at yandex.ru>
* Update to the 20070221 snapshot of GCC 4.2.0.gerald2007-02-222-19/+19
|
* Add fasm 1.67.21, flat, multiple-pass assembler for IA-32 & x86-64skv2007-02-225-0/+52
| | | | architectures.
* - Remove redundant substitutionsstas2007-02-221-6/+2
| | | | - Bump PORTREVISION.
* - Update to 9.1.0stas2007-02-224-24/+19
| | | | - Use Tk 8.5.
* - Update master siterafan2007-02-221-1/+1
| | | | | | PR: ports/109395 Spotted by: Bill distfiles Fenner Submitted by: Rick van der Zwet <rick at wzoeterwoude.net> (maintainer)
* - Install info files correctlyrafan2007-02-211-2/+2
| | | | | | PR: ports/108194 Submitted by: clemens fischer <ino-qc at spotteswoode.de.eu.org> Approved by: Erik Greenwald <erik at smluc.org> (maintainer)
* The Erlang runtime could occasionally segfault when writing erl_crash.dumpolgeni2007-02-214-2/+56
| | | | | | files, due to a fixed size buffer. Using encode_size_struct will fix it. Obtained from: Christopher Faulet <christopher.faulet(at)capflam.org>
* Remove some debug code that was included into the release.olgeni2007-02-212-0/+46
|
* Update the mail header patches (it's a no-op).ale2007-02-206-12/+12
|
* Update to the 20070219 snapshot of GCC 4.1.3.gerald2007-02-202-20/+20
| | | | | This has a patch of mine to account for the removal of /usr/bin/objformat on 7-CURRENT and defaults to elf instead of aout in this case.
* Objformat fallout fix.tobez2007-02-202-4/+52
|
* 1. Fix breakage due to incorrect objformat-related change.tobez2007-02-2010-45/+60
| | | | | | | | | | | | 2. While at it, add a WITHOUT_USE_PERL knob that avoids spamming /usr/bin; it is meant for those who do cross-installs and such. No version bump. Pointy hat to: kris [1] Reported by: many [1] PR: 104524 [2] Submitted by: Nick Hibma <nick@anywi.com> [2]
* Remove expired port:gabor2007-02-196-82/+0
| | | | | | 2006-12-01 lang/tcc: is only for i386, and you are running amd64. Approved by: erwin (mentor, implicit)
* - Update to 20070218rafan2007-02-193-5/+7
| | | | | PR: ports/109278 Submitted by: Nils M Holm <nmh at t3x.org> (maintainer)
* Force build to use the bundled mcs instead of the system's mcs if Mono istmclaugh2007-02-191-1/+2
| | | | | already installed. This clears up issues where some people could not build Mono if it was already installed.
* - Do not echo post-build command.alepulver2007-02-192-5/+9
| | | | | | | | | - Show pkg-message in post-install target [1]. - Use shell globbing pattern in script patch. PR: ports/109295 Submitted by: Alexander Shiryaev <coumarin@gmail.com> Forgotten by: alepulver (myself) [1]
* - Do not echo post-build command.alepulver2007-02-192-2/+2
| | | | | | | - Fix names of binaries displayed in pkg-message (my fault). PR: ports/109294 Submitted by: Alexander Shiryaev <coumarin@gmail.com>
* Update to the 20070216 snapshot of GCC 4.3.0.gerald2007-02-1928-140/+371
| | | | | | | This has a patch of mine to account for the removal of /usr/bin/objformat on 7-CURRENT and defaults to elf instead of aout in this case. Add a temporary patch to fix the bootstrap on i386.
* Add an hack to avoid segmentation fault caused by session module loadedale2007-02-192-0/+8
| | | | after pspell module.
* Update to 4.4.5 release.ale2007-02-175-74/+15
|
* This is XDS-C for Linux, it is setup to produce native FreeBSD binaries.alepulver2007-02-1715-0/+2070
| | | | | | | WWW: http://www.excelsior-usa.com/ PR: ports/108499 Submitted by: coumarin at gmail.com
* This is Native XDS-x86 for Linux,alepulver2007-02-1717-0/+1202
| | | | | | | | | it is setup to produce native FreeBSD binaries. WWW: http://www.excelsior-usa.com/ PR: ports/108498 Submitted by: coumarin at gmail.com
* Fix minor typo.thomas2007-02-162-2/+2
|
* Update to the 20070214 snapshot of GCC 4.2.0.gerald2007-02-162-19/+19
| | | | | This has a patch of mine to account for the removal of /usr/bin/objformat on 7-CURRENT and defaults to elf instead of aout in this case.
* Fix "edoc: error in layout 'edoc_layout'" issue.olgeni2007-02-164-0/+44
| | | | Obtained from: Bertil Karlsson <bertil.karlsson(at)ericsson.com>
* Fix http:request error.olgeni2007-02-162-0/+46
| | | | Obtained from: Ingela Anderton Andin <ingela(at)erix.ericsson.se>
* Remove amd64 as an available arch to build on.tmclaugh2007-02-161-1/+3
| | | | | - builds are exhibiting semaphore problems on pointyhat runs causing failure to build.
* Account for the removal of /usr/bin/objformat on 7-CURRENT and defaultgerald2007-02-152-1/+15
| | | | to elf instead of aout in this case. Bump PORTREVISION.
* Account for the removal of /usr/bin/objformat on 7-CURRENT and defaultgerald2007-02-152-0/+15
| | | | to elf instead of aout in this case. Bump PORTREVISION.
* Bump PORTREVISION.gerald2007-02-151-0/+1
|
* Fix a crashbug on str_replace().ale2007-02-154-2/+24
| | | | | Submitted by: esser Obtained from: PHP CVS
* Use MASTER_SITE_LOCAL for our own boot-filevs2007-02-151-1/+2
|
* Account for the removal of /usr/bin/objformat on 7-CURRENT and defaultgerald2007-02-151-0/+14
| | | | to elf instead of aout in this case.
* Update to Python 2.4.4.delphij2007-02-148-83/+35
| | | | | | Approved by: maintainer timeout, alexbl (python@) Tested by: pointyhat PR: ports/105901
* Update to 2.2anray2007-02-143-7/+17
| | | | | PR: ports/109042 Submitted by: Hirohisa Yamaguchi(maintainer)
* - Remove expired ruby 1.6 ports.stas2007-02-1315-1241/+0
| | | | - Remove expired ruby18_static port that depends on ruby16
* Fix regression: count(object) should call object->count() if instance of ↵ale2007-02-134-2/+68
| | | | | | Countable. Spotted by: Roman Neuhauser <neuhauser@sigpipe.cz>
* - No more bash syntax!rafan2007-02-121-1/+9
| | | | | | | | - Bump PORTREVISION PR: ports/108948 (based on) Submitted by: clemens fischer <ino-news at spotteswoode.dnsalias.org> Approved by: Ying-Chieh Chen (maintainer via irc)
* Fix objformat fallout on -CURRENT.tmclaugh2007-02-121-0/+2
| | | | | Thanks to Andrzej Tobola and Sebastian Nowicki for lending me access to a machine.
* Update to the 20070209 snapshot of GCC 4.3.0.gerald2007-02-1221-140/+189
| | | | | | This adds a couple of further programs related to Java language support, specifically gjar, gjavah, gnative2ascii, gorbd, grmid, gserialver, and gtnameserv.
* Update to 0.9.10.novel2007-02-112-4/+4
| | | | | PR: 108938 Submitted by: chinsan
* Fix typoerwin2007-02-111-1/+1
| | | | Submitted by: Sergey Zaharchenko <doublef-ctm@yandex.ru>
* Schedule these broken ports for removal on 2007-04-10 if they are stillkris2007-02-111-0/+2
| | | | broken at that time and no fix has been submitted.
* Remove expired portskris2007-02-1121-931/+0
|
* Deprecate these ports that are broken on 5.x and above, with expiry inkris2007-02-111-0/+3
| | | | 1 month.
* Bump PORTVERSION.ale2007-02-111-1/+1
| | | | Requested by: many
* Chase documentation checksums.olgeni2007-02-101-68/+68
|
* - Add CONFLICTS between net/mpd and lang/mpd.alepulver2007-02-091-0/+1
| | | | Reported by: "Daniel O'Connor" <doconnor@gsoft.com.au>
* Update to the 20070207 snapshot of GCC 4.2.0.gerald2007-02-092-19/+22
| | | | | Properly set INFO for those cases where we actually do not build libgomp, and thus not libgomp.info either.
* Add all default php5 extensions.ale2007-02-091-5/+13
|
* Update to 5.2.1 release.ale2007-02-0910-52/+212
|
* - Add NO_LATEST_LINK to avoid it being the same as in net/mpd.alepulver2007-02-091-0/+3
|
* MPD is a new programming language that has a syntax very close to thealepulver2007-02-096-0/+610
| | | | | | | | | | | | | | | | | | | one used in the book Foundations of Multithreaded, Parallel, and Distributed Programming. The name of the language comes from the first three letters of the main words of the title of the book: Multithreaded, Parallel, and Distributed. These words also capture a distinguishing aspect of the language, namely that it supports all three of these concurrent programming techniques. MPD is implemented as a variant of the SR programming language. It has a different parser, but it uses the same intermediate form and run-time system as SR. Consequently, MPD provides the same variety of concurrent programming mechanisms as does SR. WWW: http://www.cs.arizona.edu/mpd/ PR: ports/108806 Submitted by: Kai Wang <kaiw27 at gmail.com>
* Fix dialyzer_init_plt path.olgeni2007-02-092-2/+2
|
* - Update to 0.5.1miwi2007-02-095-37/+19
| | | | | PR: 108883 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix after objformat removalmiwi2007-02-081-0/+5
| | | | Submitted by: pointyhat
* Really fix the objformat issue, the previous commit broke php compilation.ale2007-02-072-2/+12
|
* - Revert libtool addition to fix the plistpav2007-02-071-1/+0
|
* Update to the 20070205 snapshot of GCC 4.1.2.gerald2007-02-072-19/+19
|
* Update to the 20070202 snapshot of GCC 4.3.0.gerald2007-02-0628-301/+161
| | | | | | | | | | | Adjust pkg-plist to remove some secondary programs which we no longer provide after the import of the Eclipse Java frontend. Properly set INFO for those cases where we actually do not build libgomp, and thus not libgomp.info either. Move ia64 to NOT_FOR_ARCHS from BROKEN, like we did with lang/gcc43. Remove the cklatest target and files/patch-gengtype-yacc.y.
* - Depend on libtool directly. This port builds a local copy of boehm-gcstas2007-02-061-0/+1
| | | | | | | which depend on it. Letting the boehm-gc to install it will effectively touch the filesystem in pre-build stage. Reported by: kris
* Populate a new ports-mgmt category. List of moved ports:pav2007-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devel/portcheckout -> ports-mgmt/portcheckout devel/portlint -> ports-mgmt/portlint devel/portmk -> ports-mgmt/portmk devel/porttools -> ports-mgmt/porttools misc/instant-tinderbox -> ports-mgmt/instant-tinderbox misc/porteasy -> ports-mgmt/porteasy misc/portell -> ports-mgmt/portell misc/portless -> ports-mgmt/portless misc/tinderbox -> ports-mgmt/tinderbox security/jailaudit -> ports-mgmt/jailaudit security/portaudit -> ports-mgmt/portaudit security/portaudit-db -> ports-mgmt/portaudit-db security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port sysutils/barry -> ports-mgmt/barry sysutils/bpm -> ports-mgmt/bpm sysutils/kports -> ports-mgmt/kports sysutils/managepkg -> ports-mgmt/managepkg sysutils/newportsversioncheck -> ports-mgmt/newportsversioncheck sysutils/pib -> ports-mgmt/pib sysutils/pkgfe -> ports-mgmt/pkgfe sysutils/pkg-orphan -> ports-mgmt/pkg-orphan sysutils/pkg_cutleaves -> ports-mgmt/pkg_cutleaves sysutils/pkg_install -> ports-mgmt/pkg_install sysutils/pkg_install-devel -> ports-mgmt/pkg_install-devel sysutils/pkg_remove -> ports-mgmt/pkg_remove sysutils/pkg_rmleaves -> ports-mgmt/pkg_rmleaves sysutils/pkg_trackinst -> ports-mgmt/pkg_trackinst sysutils/pkg_tree -> ports-mgmt/pkg_tree sysutils/portbrowser -> ports-mgmt/portbrowser sysutils/portconf -> ports-mgmt/portconf sysutils/portdowngrade -> ports-mgmt/portdowngrade sysutils/portcheck -> ports-mgmt/portcheck sysutils/portmanager -> ports-mgmt/portmanager sysutils/portmaster -> ports-mgmt/portmaster sysutils/portscout -> ports-mgmt/portscout sysutils/portsearch -> ports-mgmt/portsearch sysutils/portsman -> ports-mgmt/portsman sysutils/portsnap -> ports-mgmt/portsnap sysutils/portsopt -> ports-mgmt/portsopt sysutils/portupgrade -> ports-mgmt/portupgrade sysutils/portupgrade-devel -> ports-mgmt/portupgrade-devel sysutils/port-authoring-tools -> ports-mgmt/port-authoring-tools sysutils/port-maintenance-tools -> ports-mgmt/port-maintenance-tools sysutils/psearch -> ports-mgmt/psearch sysutils/p5-FreeBSD-Portindex -> ports-mgmt/p5-FreeBSD-Portindex sysutils/qtpkg -> ports-mgmt/qtpkg textproc/p5-FreeBSD-Ports -> ports-mgmt/p5-FreeBSD-Ports Repocopies by: marcus
* - Update to 1.0.1 (required by recent lang/mono update)tmclaugh2007-02-054-17/+31
|
* s/INSTALLS_SHLIB/USE_LDCONFIG/tmclaugh2007-02-051-1/+1
|
* Update to the 20070131 snapshot of GCC 4.2.0.gerald2007-02-053-41/+20
| | | | | Move ia64 to NOT_FOR_ARCHS from BROKEN, like we did with lang/gcc43. Remove the cklatest target and files/patch-gengtype-yacc.y.
* - Update to 1.2.2.1tmclaugh2007-02-0520-376/+214
| | | | | | | | | | | - amd64 now enabled (and reportedly works quite well) - Remove annoying semdel stuff because mono releases its semaphoresa now Thanks to everyone on the BSD# mailing list for providing feedback as to the stability of this release on multiple archs and version lines. Helped by: Many people on the BSD# mailing list Projecy by: BSD# (http://www.mono-project.com/Mono:FreeBSD)
* Remove the cklatest target and files/patch-gengtype-yacc.y.gerald2007-02-042-17/+0
|
* Update to GCC 4.0.4, the official release. This closes the GCC 4.0 branch.gerald2007-02-043-33/+15
| | | | | Remove the cklatest target and files/patch-gengtype-yacc.y; bison no longer is a requirement.
* Fix the build after the removal of objformat.marcus2007-02-041-0/+4
| | | | Reported by: pointyhat via kris
* Deprecate in favor of the newer and safer snobol4 port.wes2007-02-031-0/+2
|
* Upgrade to version R11B-3.olgeni2007-02-0217-333/+291
|
* - Don't strip installed librariespav2007-02-021-3/+3
| | | | | | PR: ports/108560 Submitted by: Richard S. Conto <rsc@umich.edu> Approved by: Richard Kiss <him@richardkiss.com> (maintainer)
* Update to 1.4.3johans2007-02-012-4/+4
|
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-0110-0/+12
|
* - add category gnustepdinoex2007-02-015-5/+5
| | | | | PR: 103931 Approved by: pav
* - update to 1.13.1dinoex2007-02-013-23/+5
|
* - Update to 7.6.102miwi2007-02-013-9/+4
| | | | | PR: 108554 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* - Fix buildmiwi2007-01-314-0/+24
| | | | | | | - Bump PORTREVISION PR: 108545 Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
* - Update to 2007-01-30miwi2007-01-313-5/+5
| | | | | PR: 108605 Submitted by: Nils M Holm <nmh@t3x.org>
* - Remove glade-gpl duplicate with gnat-glademiwi2007-01-315-208/+0
| | | | | PR: 107415 Discussion with: John Merryweather Cooper
* Update to the 20070129 snapshot of GCC 4.1.2.gerald2007-01-302-19/+19
|
* - Remove support for a.out format and PORTOBJFORMAT variable from individualpav2007-01-3012-122/+18
| | | | | | ports With hat: portmgr
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposekris2007-01-303-3/+0
|
* G95 is a stable, production Fortran 95 compiler available for multiplemaho2007-01-307-0/+189
| | | | | | | | | | | | CPU architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95. Note that g95 and gfortran are different compiler http://gcc.gnu.org/wiki/TheOtherGCCBasedFortranCompiler . WWW: http://www.g95.org/ This port is based on hrs's original one, and slightly modified.
* Use libtool port instead of included version to avoid a.out objformat botchkris2007-01-303-1/+4
|
* Builds fine on 4.x since last update.vs2007-01-291-4/+0
| | | | Noted by: Chris Pressey
* Add tcl85-thread , tool Command Language (development version).clsung2007-01-293-0/+25
| | | | | PR: ports/108041 Submitted by: martin at matuska.org
* Add tcl85 8.5.a.5, tool Command Language (development version).clsung2007-01-2923-0/+3769
| | | | | PR: ports/108041 Submitted by: martin at matuska.org
* Default to elf instead of a.out.kris2007-01-295-65/+140
|
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* Add USE_ICONV=yes since we explicitly configure --with-libiconv-prefix.gerald2007-01-281-0/+1
| | | | Reported by: deischen, rafan
* Correct legacy a.out packing list formatkris2007-01-281-1/+1
|
* Remove python21 and python22. These version lines are long deprecated andtmclaugh2007-01-2725-7991/+0
| | | | | | no ports require them. Approved by: python@
* Update to the 20070122 snapshot of GCC 4.1.2.gerald2007-01-272-19/+19
|
* Upgrade to 1.0.2vanilla2007-01-262-6/+5
| | | | | PR: ports/108363 Submitted by: maintainer
* Upgrade to v360. Upstream changes include:jkoshy2007-01-267-329/+478
| | | | | | | | | | - A new macro stepper that traces through macro expansion step by step. - A new "Lazy Scheme" language level. - New support for prompts and composable continuations. - Regexp support now includes the usual collection of "Perl-compatible" features. - Compiler improvements and bug fixes.
* Always build with JAR=no to avoid locating an already installed copy of jargerald2007-01-262-19/+20
| | | | | | | | | | and thus not laying down our own in $PREFIX/bin/jar42. Update to the 20070124 snapshot of GCC 4.2.0 on the way. PR: 108174 Debugged with: Stephen Montgomery-Smith <stephen@math.missouri.edu> Tested by: Stephen Montgomery-Smith <stephen@math.missouri.edu>, db
* Moved bootstrap tarball to haskell.org. Therefore readd master site.obraun2007-01-251-1/+1
|
* - Fix build with gcc 4.1miwi2007-01-252-0/+21
|
* - Fix building.stas2007-01-251-2/+2
| | | | | Reported by: pav Pontyhat to: me
* - Sync with lang/slib to 3a4pav2007-01-251-2/+1
|
* - Fix path in guile.init. Fixes lang/slib-guile installationpav2007-01-251-0/+2
|
* Upgrade to 6.6.obraun2007-01-242-35/+29
|
* Fix build with GCC 4.1vs2007-01-231-0/+14
|
* Update lang/ghc to 6.6vs2007-01-225-821/+884
| | | | | | | | Also fixes readline issue reported in PR ports/107380. OpenAL support is not yet fixed, we might break that out into a separate port, now that the upstream infrastructure is in place. Your haskell@ team, Olli & Volker
* - history_length conflicts with include/readline/history.h.rafan2007-01-211-0/+44
| | | | | | | | Similar fix is in 2.4 and above. This causes an incomplete pkg-plist with gcc 4.x + newer ncurses. PR: ports/108031 Approved by: alexbl
* - Define USE_ICONV properly. This fixes textproc/words build, which failedrafan2007-01-211-0/+2
| | | | | | | | | with /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc" PR: ports/108138 Submitted by: rafan Approved by: Daniel Eischen <eischen at vigrid.com> (maintainer)
* Add pear to the default include_path.ale2007-01-203-15/+42
|
* Update to the 20070115 snapshot of GCC 4.1.2.gerald2007-01-202-19/+19
|
* - Disable test due to prolonged (20h+) hangs (on my current/amd64 box)sat2007-01-201-5/+4
| | | | | | | - A couple of style fixes while I'm here PR: ports/100997 Submitted by: ehaupt
* The Gambit programming system is a full implementation of the Schemeitetcu2007-01-209-0/+147
| | | | | | | | | | | | | | | | | | language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi, the Gambit Scheme interpreter, and gsc, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ PR: ports/107405 Submitted by: Rob Zinkov
* - Update to 2007-01-18miwi2007-01-193-5/+5
| | | | | PR: ports/108079 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* - Update to 0.8.9rafan2007-01-193-4/+5
| | | | | PR: ports/108093 Submitted by: Erik Greenwald <erik at smluc.org> (maintainer)
* Update to the 20070117 snapshot of GCC 4.2.0.gerald2007-01-182-19/+19
|
* - BROKEN: does not buildmiwi2007-01-181-0/+2
| | | | | Submitted by: pointyhat via kris Discussed with: maintainer
* - Update of lang/tcl84 and x11-toolkits/tk84 ports to 8.4.14clsung2007-01-173-35/+4
| | | | | | | - Removed file: lang/tcl84/files/patch-test-clock (patch already in source tree) PR: ports/107953 Submitted by: Martin Matuska <martin_AT_matuska dot org>
* - Update to 3a4clsung2007-01-163-4/+8
| | | | | PR: ports/107971 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca>
* - Update to 0.82miwi2007-01-154-13/+22
| | | | | PR: ports/107925 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer
* - Update to 4.123miwi2007-01-153-5/+5
| | | | | PR: ports/107934 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* * f2c.h is now consistent with G77.maho2007-01-152-0/+172
| | | | * Bump portrevision.
* Grab maintainership.maho2007-01-151-1/+1
|
* Update to the 20070114 snapshot of GCC 4.0.4.gerald2007-01-152-13/+13
|
* Revert previous commit.gerald2007-01-157-126/+126
| | | | Pointyhat to: self
* Add ia64 to NOT_FOR_ARCHS. This has been broken for ages, it is not cleargerald2007-01-1514-133/+133
| | | | | | | whether it is our kernel/userland, the hardware, or something else at fault and nobody on our side nor upstream seems to have any interest. Discussed with: kris
* - Fix size mismatchmiwi2007-01-151-3/+3
| | | | | | Log from Author: minor defect corrections Submitted by: pointyhat
* Move lang/gfortran from using lang/gcc41 to lang/gcc42 as its master port.gerald2007-01-143-4/+4
| | | | The next step will be to abandon this port in favor of lang/gcc42.
* - cleanup MASTER_SITESdinoex2007-01-141-2/+1
|
* - Update to 20060810miwi2007-01-142-4/+4
| | | | | PR: ports/107879 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* * Migrate to gfortran.maho2007-01-132-0/+22
| | | | | | * Bump port revision. Approved by: portmgr(kris)
* - drop gcc-4.*.* as they are used diretcly by bsd.gnustep.mkdinoex2007-01-131-17/+0
|
* - update to use new bsd.gnustep.mkdinoex2007-01-135-30/+21
| | | | Approved by: gurkan@linuks.mine.nu
* - Add NOT_FOR_ARCHS=ia64 (is not supported by the application).alepulver2007-01-131-4/+3
| | | | | | - Make BROKEN message when enabling PARI option more clear. Reported by: pointyhat
* Add missing Jave frontend tarball.gerald2007-01-121-0/+3
|
* Update to the 20070110 snapshot of GCC 4.2.0.gerald2007-01-112-19/+16
|
* -Use native binaries to bootstrap on amd64 not to require i386 binarymiwi2007-01-112-9/+18
| | | | | | | | compatibility. - This would fix build failure on pointyhat. PR: ports/107804 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* - Fix size mismatch (my fault)miwi2007-01-101-3/+3
|
* - Update to 5e3miwi2007-01-103-12/+17
| | | | | PR: ports/107631 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 4.122miwi2007-01-103-5/+5
| | | | | PR: ports/107653 Submitted by: James Bailie <jimmy@mammothcheese.ca> (maintainer)
* Update to the 20070108 snapshot of GCC 4.1.2.gerald2007-01-092-19/+19
|
* Add missing DISTFILES entry for Java.gerald2007-01-087-0/+21
|
* - Update to 0.21rafan2007-01-083-15/+26
| | | | | | | | | - Update to GCC 4.0.x to 4.0.4-20061228 - Add documenta PR: ports/107521 Submitted by: Armin Pirkovitsch <a.pirko at inode.at> Approved by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer)
* I forgot to move pkg-message to files/pkg-message.in in previous commit:itetcu2007-01-082-0/+0
| | | | | | | | | | | | | - update to 3.7 [1] - fix MASTER_SITES [1] - use SUB_FILES from pkg-plist [2] PR: ports/107650 [1] Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) [1] itetcu (me) [2] Submitted by: maintainer Pointyhat to : itetcu (me)
* - update to 3.7 [1]itetcu2007-01-0814-98/+254
| | | | | | | | | - fix MASTER_SITES [1] - use SUB_FILES from pkg-plist [2] PR: ports/107650 [1] Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) [1] itetcu (me) [2]
* Update to the 20070105 snapshot of GCC 4.3.0. Remove temporary patch wasgerald2007-01-0621-245/+112
| | | | is upstream now.
* - Fix threading support, favor pthreadrafan2007-01-061-2/+3
| | | | | | | | | | Since this port supports 5.x and later, we don't need to consider the 4.x case (-lc_r). Moreover, gdc uses ld as linker when compiling D source files, so PTHREAD_LIBS is not applicable here. PR: ports/107437 Submitted by: Jason DiCioccio <jd at ods.org> Approved by: Masanori OZAWA <ozawa at ongs.co.jp> (maintainer)
* 2006-12-01 misc/afbackup: Uses unregistered uid that conflicts with other portsmiwi2007-01-064-60/+0
| | | | | | | 2006-12-01 misc/afbackup-client: Uses unregistered uid that conflicts with other ports 2006-12-01 misc/afbackup-server: Uses unregistered uid that conflicts with other ports 2006-12-14 lang/forth: obsoleted by lang/pfe; use of this port is pretty much senseless 2006-12-28 ftp/jmirror: distfile disappeared and has no homepage
* 2006-12-01 misc/instant-workstation: Incomplete pkg-plistmiwi2007-01-0611-288/+0
| | | | | 2006-12-01 lang/yap: Does not compile 2006-12-01 lang/tensile: "Coredump during build on FreeBSD >= 6.x"
* This project defines various useful extensions to Ruby's standard classes,miwi2007-01-055-0/+120
| | | | | | | | | | | | including many of those captured at on the Wiki at StandardClassExtensions. They are thoroughly documented and tested. See the project homepage for API documentation. Author: Gavin Sinclair <gsinclair@soyabean.com.au> WWW: http://extensions.rubyforge.net PR: ports/107434 Submitted by: Christopher Boumenot <boumenot at gmail.com>
* - Update to 1.4.2johans2007-01-032-5/+4
| | | | - INSTALLS_SHLIB is deprecated by USE_LDCONFIG
* Update to the 20070102 snapshot of GCC 4.2.0.gerald2007-01-033-35/+27
| | | | | | On the way, make building Fortran the (unconditional) default now. This adds new dependencies on math/libgmp4 and math/mpfr which are always required by lang/gcc43 and later anyways, though.
* Update to the 20061230 snapshot of GCC 4.3.0.gerald2007-01-0321-161/+280
| | | | | | This adds a libgomp info page (the other changes to INFO and MAN are just to sort these two properly) and we need to add a temporary patch to fix an issue triggered by FreeBSD headers.
* - Add patch that allows GC performance profiling and analasys.stas2007-01-032-0/+542
| | | | - Bump portrevison
* - Deprecate old and unmaintained ruby ports. It seems, that nobody uses it.stas2007-01-033-0/+9
|
* - Update lang/ruby18 to 1.8.5p12 (bugfix release)stas2007-01-036-10561/+304
| | | | | | | | | | | - Make RI generation disabled by default (it causes problems on slow hardware) - PREFIX-cleaness fixes (in bsd.ruby.mk) [1] - Take maintainership of bsd.ruby.mk [1] The patch was tested in the tinderbox with all ruby-dependend ports. Approved by: portmgr (linimon)