summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.13.Anton Berezin2008-09-052-5/+4
|
* - Update to 1.1.3Tong LIU2008-09-055-2997/+13568
| | | | | PR: 125937 Submitted by: Geoff The <geoff2k@gmail.com>
* - Update to 0.9lPav Lucistnik2008-09-044-65/+44
| | | | | PR: ports/126920 Submitted by: fulvio ciriaco <oivulf@gmail.com>
* Fix for CVE-2008-2665 and CVE-2008-2666.Alex Dupre2008-09-044-2/+36
| | | | Obtained from: PHP CVS
* - Update to 05_20080902Pietro Cerutti2008-09-032-4/+4
|
* Reset sf@slappy.org due to maintainer-timeouts and no response to email.Mark Linimon2008-09-032-2/+2
| | | | Hat: portmgr
* - Update to 4.152Thomas Abthorpe2008-09-023-5/+5
| | | | | PR: ports/126903 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
* Update to 1.7.1Johan van Selst2008-09-013-5/+6
|
* Update to the 20080828 snapshot of GCC 4.3.3, which is basically theGerald Pfeifer2008-09-012-20/+20
| | | | GCC 4.3.2 release.
* Reset maintainer at his request.Mark Linimon2008-08-291-1/+1
|
* - Update to 1.9.1Pietro Cerutti2008-08-284-28/+9
| | | | - Take maintainship
* - Update to 0.37Cheng-Lung Sung2008-08-282-5/+5
| | | | Changes: http://search.cpan.org/dist/Pugs-Compiler-Rule/Changes
* Update to 1.67.27Sergey Skvortsov2008-08-272-4/+4
| | | | | PR: ports/126744 Submitted by: Joseph S. Atkinson <jsa xx wickedmachine.net>
* - unbreak pugs and update itCheng-Lung Sung2008-08-274-394/+121
| | | | - now it builds from current ghc
* - Update to 8.5.4Martin Matuska2008-08-266-10/+10
|
* Update to 0.7.0Sergey Skvortsov2008-08-263-9/+8
| | | | Changes: http://search.cpan.org/src/RGRJR/parrot-0.7.0/NEWS
* Update to 4.4.9 release.Alex Dupre2008-08-262-9/+9
|
* Ucc is a C compiler which implements the ANSI C89Martin Wilke2008-08-256-0/+86
| | | | | | | | | | | | | | | | | | | standard with a few extensions. Ucc is released under BSD license. Ucc is specificaly designed for personal research and assist the undergraduate or graduate in compiler learning. We hope that Ucc will be a seedbed for new ideas and world-class optimizing techniques. Ucc's design and development goals is clear code structure,upstanding extensibility,retargetable and excellent optimization. WWW: http://ucc.sf.net PR: ports/126551 Submitted by: Wen Heping <wenheping at gmail.com>
* - Update to 3.9-7Martin Wilke2008-08-2530-158/+178
| | | | | PR: 126298 Submitted by: Takeshi MUTOH <mutoh@openedu.org> (maintainer)
* - Update to 1.6.1Martin Matuska2008-08-243-6/+4
|
* - Fix pkg-plist when NOPORTDOCS is definedRong-En Fan2008-08-241-2/+0
| | | | Reported by: QAT
* - Update to 0.0.5Rong-En Fan2008-08-243-5/+6
| | | | | PR: ports/126743 Submitted by: Katsuji ISHIKAWA <katsuji.ishikawa at gmail.com> (maintainer)
* Mark BROKEN on 8.x: does not fetch.Erwin Lansing2008-08-231-0/+4
|
* Update to the 20080822 snapshot of GCC 4.4.0.Gerald Pfeifer2008-08-2312-114/+114
|
* Remove lang/gcc32 (GCC 3.2) which is no longer used by any other ports andGerald Pfeifer2008-08-2319-780/+0
| | | | does not support amd64, for example.
* - Update to 05_20080817Pietro Cerutti2008-08-222-4/+4
|
* Update to the 20080821 snapshot of GCC 4.3.2.Gerald Pfeifer2008-08-222-19/+19
|
* Bump PORTREVISION on account of of bin/phpize being installed withAde Lovett2008-08-213-3/+3
| | | | | | hardcoded links to autoconf (was 2.61, now 2.62), preventing any further php modules from being installed until lang/php* is forcibly updated.
* - Import two bug-fixes from upstreamPietro Cerutti2008-08-213-1/+59
| | | | | PR: 126713 Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer)
* - Fix shared lib supportDmitry Marakasov2008-08-218-20/+40
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-2129-29/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-2016-19/+20
| | | | Tested by: exp build run (erwin)
* - Build shared library in addition to static [1]Dmitry Marakasov2008-08-198-1/+286
| | | | | | | - Fix compilation with gcc43 [2] PRs: 126659 [1], 126660 [2] Submitted by: Tim Niemueller <tim at niemueller dot de>
* - Tarballl re-rollThomas Abthorpe2008-08-191-3/+3
| | | | - Author corrected an OS version bug
* - Update to 4.151Thomas Abthorpe2008-08-193-5/+6
| | | | | PR: ports/126615 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
* Return laszlof's ports to the pool due to lack of time.Mark Linimon2008-08-193-3/+3
| | | | Hat: portmgr
* - Add an extra patch for amd64 that fixes runtime after recent fcntl changesPav Lucistnik2008-08-182-0/+37
| | | | Submitted by: jkoshy
* Mosh is A Fast R6RS Scheme interpreter.Dmitry Marakasov2008-08-175-0/+48
| | | | | | | WWW: http://code.google.com/p/mosh-scheme/ PR: ports/125375 Submitted by: <katsuji dot ishikawa at gmail dot com>
* Update to the 20080814 snapshot of GCC 4.3.2.Gerald Pfeifer2008-08-162-19/+19
|
* Update to the 20080815 snapshot of GCC 4.4.0.Gerald Pfeifer2008-08-1618-114/+120
| | | | Remove the share/python directory if empty.
* - Remove files forgotten in previous commit.Stanislav Sedov2008-08-166-511/+0
|
* - Update ruby to 1.8.6 patchset 287.Stanislav Sedov2008-08-1513-687/+149
|
* [MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10Edwin Groothuis2008-08-152-4/+5
| | | | | | | Step 3 - lang/ghc PR: ports/126008 Submitted by: Jacula Modyun <jacula@gmail.com>
* [MAINTAINER] lang/polyml: 5.1 -> 5.2Edwin Groothuis2008-08-153-7/+16
| | | | | PR: ports/126068 Submitted by: Timothy Bourke <timbob@bigpond.com>
* Update port: lang/maude 2.2 -> 2.3Edwin Groothuis2008-08-156-34/+61
| | | | | | | | | | | | | | | | | | Maude 2.3 is compiles under 4.2 again, so port does not need to be marked as broken anymore. Quite a few hacks to get it installing properly: * Coder forgot to include the *.maude files into the Makefile.am while porting files into the MixFix directory to Main directory. Included again, which explains the current need of aclocal and automake to regenerate the Makefiles * Project requires MAUDE_LIB env to be set to the location of %%DATADIR%% which is quite cumbersome, introduced MAUDE_DATA_DIR into the code to get rid of the non handy environment variable. PR: ports/126438 Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
* Release maintainership.Hye-Shik Chang2008-08-141-1/+1
|
* Patch from security/flawfinder, and bump portrevision.Maho Nakata2008-08-132-1/+77
| | | | Submitted by: Pedro Giffuni
* - Update to 4.150Thomas Abthorpe2008-08-123-5/+5
| | | | | PR: ports/126342 Submitted by: James Bailie <jimmy mammothcheese.ca> (maintainer)
* - udpate stable to 1.16.3Dirk Meyer2008-08-123-10/+3
|
* - update to 1.16.3Dirk Meyer2008-08-112-4/+4
|