aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired portskris2005-11-0521-588/+0
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-054-3/+4
|
* Update to 4.77mnag2005-11-052-3/+3
| | | | | PR: 88494 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Add new port for io snapshot of 2005-10-17:perky2005-11-046-0/+431
| | | | | | | | | | Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable). WWW: http://www.iolanguage.com/
* Fix the package list.markm2005-11-041-3/+3
| | | | Reported by: pointyhat
* - Make key() and current() functions work by referenceale2005-11-042-1/+14
| | | | | | | | - Bump PORTREVISION PR: ports/88481 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Obtained from: PHP CVS
* - Update to 7.6.48pav2005-11-044-24/+23
| | | | | PR: ports/88378 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* Needed for v 2.6.7, to compile Maxima.markm2005-11-031-0/+11
|
* Upgrade to v 2.6.7, which can compile Maxima.markm2005-11-032-3/+4
|
* Support gdbm (bump PORTREVISION)vs2005-11-035-4/+35
|
* - Drop ineffective INSTALLS_SHLIB, set LD_RUN_PATH during compilationvs2005-11-032-6/+3
| | | | | instead. - Use pkg-message.in
* Fix for apache2+mod_rewrite.ale2005-11-031-0/+11
| | | | Obtained from: PHP CVS
* Add a CONFLICT to lang/python-mode.el.perky2005-11-022-0/+2
|
* Add new port for python-mode.el.perky2005-11-026-0/+56
| | | | | | | | Emacs lisp modules for the Python language. PR: 87314 Submitted by: Dario Freni <saturnero@guri.org> WWW: http://python-mode.sourceforge.net/
* Fix pear installation.ale2005-11-021-1/+1
| | | | Spotted by: Sean McNeil <sean@mcneil.com>
* Update to 1.8arved2005-11-023-6/+7
| | | | | | | Pass Maintainerhip to submitter PR: 88297 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Update to 4.4.1 release.ale2005-11-023-4/+3
|
* Let the IGNORE message make a bit more sense and change it from:erwin2005-11-011-1/+1
| | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports
* - Register CONFLICTS with see-develgarga2005-10-311-0/+2
|
* Library that provides an ECMAScript (JavaScript) run-time environment.garga2005-10-317-0/+124
| | | | | | | WWW: http://www.adaptive-enterprises.com.au/~d/software/see/ PR: ports/88178 Submitted by: Simun Mikecin <sime@logos.hr>
* Accept -march/-mcpu "k8", "opteron", and "athlon64".obrien2005-10-312-1/+15
|
* Support FreeBSD 7.obrien2005-10-314-3/+46
|
* Chase rerolled docsvs2005-10-301-2/+2
|
* update to 8.1.031maho2005-10-302-3/+3
|
* Drop MAINTAINERmnag2005-10-301-1/+1
| | | | | PR: 88196 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> (maintainer)
* BROKEN on ia64: Does not buildkris2005-10-291-0/+5
|
* BROKEN on ia64: Segfault during buildkris2005-10-291-2/+2
|
* BROKEN on amd64 and ia64: Does not compilekris2005-10-291-0/+4
|
* Upgrade to release R10B-8.olgeni2005-10-2917-259/+274
|
* - Update to 4.76garga2005-10-282-3/+3
| | | | | PR: ports/88132 Submitted by: maintainer
* BROKEN on sparc64: segfault during buildkris2005-10-281-1/+1
|
* - Fix a ruby vulnerabuility in the safe level settings.sem2005-10-285-17/+12
| | | | | | | Based on: ports/87816 Submitted by: Phil Oleson <oz@nixil.net> Security: http://vuxml.FreeBSD.org/1daea60a-4719-11da-b5c6-0004614cc33d.html
* Set GNU_CONFIGURE (should fix non-std PREFIX-builds)vs2005-10-271-0/+1
|
* Fix ${MASTER_SITE_foo} usage.fenner2005-10-261-2/+1
| | | | | | | - Use the proper syntax for grouping when using ${MASTER_SITE_foo} - Don't use ${MASTER_SITE_LOCAL} with no local user subdir. Approved by: MAINTAINER timeout (2 weeks)
* X11BASE and portlint cleanups.jkoshy2005-10-261-3/+5
|
* - Do not fail with error in pre-fetch target on unsupported architectures. [1]garga2005-10-252-9/+5
| | | | | | | | - Make portlint happier PR: ports/87838 [1] Submitted by: Vasil Dimov <vd@datamax.bg> [1] Reported by: kris [1]
* Fix typo in sample configuration.olgeni2005-10-242-0/+28
|
* Make nqc compile on 4.x by adding USE_GCC=3.4+jhay2005-10-242-4/+4
| | | | | | Submitted by: vs Update to nqc-3.1.r4.
* Fix localbase issueedwin2005-10-232-35/+6
| | | | Noticed by: YAPHR
* Obey LOCALBASE.wes2005-10-221-0/+19
|
* - Update to 1.0.0pav2005-10-2211-259/+370
| | | | | | | - Take maintainership PR: ports/87695 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* - Remove alpha from list of supported architectures. The compiler will compilepav2005-10-223-261/+249
| | | | | | | | | | | and run, but produce 32-bit code. - Use same gcc as gcc34 port - Move library test to check: target - Cleanup PR: ports/87690 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Approved by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer)
* Remove sparc64 from supported arch list; afaik this port has neverkris2005-10-221-1/+1
| | | | built on sparc64 because it seems to go into an infinite loop at build time.
* Update to 05-07vs2005-10-214-16/+53
|
* Chase documentation checksums.olgeni2005-10-201-38/+38
|
* Update to 2005-10-20 versions of documentation.edwin2005-10-202-28/+27
|
* - Update to 4.75garga2005-10-192-5/+3
| | | | | PR: ports/87646 Submitted by: maintainer
* - extend BROKENdinoex2005-10-191-1/+1
|
* Make PREFIX-awarevs2005-10-171-1/+1
| | | | Noticed by: krisbot
* Don't set BIN_CC, it breaks tcc -cc.stefanf2005-10-171-1/+0
| | | | Approved by: clement
* Requires newer version of perl than base in 4.xvs2005-10-171-0/+4
|
* Commit the distinfo too...netchild2005-10-171-2/+2
| | | | Noticed by: stefanf
* Update to 8.1.035.netchild2005-10-161-1/+1
|
* Populate virtual category "lisp"vs2005-10-165-5/+5
| | | | | | PR: ports/86370 Submitted by: Julian Stecklina Approved by: portmgr (linimon)
* Unbreak port: lang/pm3-baseedwin2005-10-164-15/+83
| | | | | | | | | | | Unbreak pm3-base: * extend files/patch-l1 and files/patch-l2 to match gethostname(3) prototype on 5.x and above * add patch for language/modula3/m3compiler/m3cc/gcc/m3.c to make it use stdarg.h instead of varargs.h PR: ports/85038 Submitted by: Vasil Dimov <vd@datamax.bg>
* Update distinfo, since I have rerolled the boostrap tarball on haskell.org.obraun2005-10-151-2/+2
|
* Update to 6.4.1vs2005-10-143-21/+23
|
* Clean up a bitvs2005-10-142-34/+10
|
* Claim for haskell@vs2005-10-141-1/+1
|
* Fix breakage of ccscript on 4.x by lifting requisite commoncpp to gcc 3.4vs2005-10-141-1/+5
| | | | (and track this for ccaudio which also uses commoncpp)
* Update to 6.4.1vs2005-10-143-15/+110
| | | | Approved by: maintainer (cabal)
* Autoselect APACHE2 option if WITH_APACHE2 is defined.ale2005-10-143-0/+12
| | | | Submitted by: Rick van der Zwet <rick@wzoeterwoude.net>
* AMD64 fixes:ale2005-10-148-30/+114
| | | | | | | | | - fix crypto part again [1] - fix object serialization [2] PR: ports/86885 [2] Submitted by: André Böhm <andre@gaarden.net> [2], Claus Guttesen <kometen@gmail.com> [1]
* Update to 8.1.034.netchild2005-10-132-3/+3
| | | | PR: 87325 (contains the same update as I did too)
* Take MAINTAINERmnag2005-10-121-1/+1
| | | | | PR: 87283 Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
* Take maintainershipmnag2005-10-121-1/+1
| | | | | PR: 87287 Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
* Take maintainershipmnag2005-10-122-2/+2
| | | | | PR: 87285 Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
* - Update to 5.5 and unbreaksem2005-10-126-21/+30
| | | | | PR: ports/87219 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
* Add lang/p5-JavaScript-Squish 0.04, a perl module to reduce/compacttobez2005-10-115-0/+36
| | | | JavaScript code to as few characters as possible.
* Dump perl(1) for ${REINPLACE_CMD}.danfe2005-10-111-8/+8
|
* Clean up Makefile.danfe2005-10-111-14/+13
|
* Undeprecate by updating to 1.7.danfe2005-10-113-10/+6
|
* Upgrade to latest version.vanilla2005-10-112-3/+3
|
* Don't use "." in MASTER_SITE_SUBDIR; it only applies to URLs withfenner2005-10-107-7/+7
| | | | | | %SUBDIR% in them, and the site that needed the "." doesn't. Approved by: Anton Berezin <tobez@tobez.org> (MAINTAINER)
* Fix build on amd64mnag2005-10-101-0/+10
| | | | | Noticed by: kris Approved by: Johan van Selst <johans@stack.nl> (maintainer)
* Reassign these ports to the pool at maintainer's request.linimon2005-10-106-6/+6
|
* Chase updated mastersite.linimon2005-10-101-1/+1
|
* Pacify distfile survey.linimon2005-10-101-1/+1
|
* Apparently this is no longer available from the original authors. Justlinimon2005-10-102-2/+1
| | | | show the mirror site, although this will show it in the 'fetch' list twice.
* Chase updated mastersite.linimon2005-10-101-1/+1
| | | | Source: distfile survey
* Pacify distfile survey.linimon2005-10-101-1/+1
|
* Chase updated mastersite.linimon2005-10-101-1/+1
|
* Chase mastersites.linimon2005-10-103-3/+3
| | | | Source: distfile survey
* Mark as BROKEN: does not fetch, mastersite disappeared.linimon2005-10-102-6/+5
| | | | Source: distfile survey
* Mark as BROKEN: old version does not fetch. A new version is available.linimon2005-10-101-0/+4
| | | | Source: distfile survey
* Chase mastersites. Note: this project looks as though it is inactive.linimon2005-10-102-3/+2
| | | | Source: distfile survey
* Mark BROKEN because the distfile is stale and mark for deprecation. A newerlinimon2005-10-101-0/+4
| | | | one is available at the listed site if anyone is interested.
* Update WWW: line.linimon2005-10-101-1/+1
|
* Fix plistlawrance2005-10-091-0/+1
| | | | Reported by: kris
* - Update to 0.9.5pav2005-10-096-15/+327
| | | | | PR: ports/87123 Submitted by: Paul Ledbetter <aeacides@gmail.com> (maintainer)
* - Update to 1.6.7pav2005-10-083-3/+4
|
* Unbreak last commit: remove the grouping information fromfenner2005-10-081-1/+1
| | | | ${DISTFILES} when using it as a list of files to install.
* Update master site.ehaupt2005-10-071-1/+1
| | | | | | PR: 87033 Submitted by: Johan van Selst <johans@stack.nl> (maintainer) Approved by: novel (mentor)
* Update to 4.74mnag2005-10-063-8/+9
| | | | | | PR: 86968 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer) Approved by: pav (mentor)
* Use do-build: instead of separate Makefilevs2005-10-062-14/+4
|
* Update to 1.1.2mnag2005-10-062-3/+3
| | | | | | PR: 86951 Submitted by: Johan van Selst <johans@stack.nl> (maintainer) Approved by: pav (mentor)
* Upgrade to latest version.vanilla2005-10-052-3/+3
|
* Fix on 64bit platforms.barner2005-10-052-0/+45
| | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> PR: ports/86884
* Bring a bugfix enabling WITHOUT_THREADS build again.perky2005-10-042-0/+54
| | | | | Requested by: Mike Harding <mvh@ix.netcom.com> Obtained from: Python CVS
* Chase the remaining cases of scriptics.com in the ports tree. The sitelinimon2005-10-044-4/+5
| | | | | | | has been renamed to tcl.tk. Source: distfile survey Hat: portmgr
* - Resurrect includedir patch which was mistakely removed in update to 2.0pav2005-10-032-0/+12
| | | | | | PR: ports/86565 Submitted by: Juan Felipe Alvarez Saldarriaga <neb@gigax.org> Approved by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
* Update to 0.12lth2005-10-032-3/+3
| | | | | PR: ports/86738 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Fix pkg-install script (which fixes reported incomplete pkg-plist error).lawrance2005-10-022-5/+2
| | | | | PR: ports/85255 Submitted by: Marco van de Voort <marcov@stack.nl> (maintainer)
* - Update to Python 2.4.2. [1]perky2005-10-0211-110/+43
| | | | | | | | | | | | | | | - Allow to override a command passing to distutils using PYDISTUTILS_{CONFIGURE,BUILD,INSTALL}_TARGET [2] - Allow to specify BUILD/RUN dependency separatedly. [3] - Replace shell executions with regex replacement on bsd.python.mk. [3] - Remove thread serialization from socket.getaddrinfo() on FreeBSD 5.3 and later versions because we've got thread-safe implementation. [4] - Add a workaround to avoid curses.h problem of FreeBSD base. PR: 86685 [1] Submitted by: Soeren Straarup <xride@x12.dk> [1], lioux [2], vsevolod [3], sobomax [4] Obtained from: Python CVS [4]
* Use groups to only fetch files from the appropriate sites. Thisfenner2005-10-021-62/+62
| | | | | | eliminates 232 bad URLs from the distfile survey. Approved by: Jimmy Olgeni <olgeni@FreeBSD.org> (MAINTAINER)
* Update to the 20050929 snapshot of GCC 4.0.3.gerald2005-10-012-12/+12
|
* Remove this port which was committed without a maintainer, and subsequentkris2005-10-019-151/+0
| | | | | | | emails to the committer about this were ignored. If someone else wants to maintain it, it can be added back. Pointy hat to: sobomax
* Retire lang/p5-List-MoreUtil, as lang/p5-List-MoreUtils is better.tobez2005-09-305-60/+0
|
* Assign maintainership to new volunteer.linimon2005-09-281-1/+1
| | | | Approved by: current maintainer
* Remove obsolete mastersites.linimon2005-09-281-3/+1
| | | | Source: distfile survey
* The GNU mastersites are way behind tracking this. Drop them.linimon2005-09-281-3/+1
| | | | | | | Note that the main mastersite is correct, but the latest revision of the port is now 5.5. Source: distfile survey
* Update to the 20050924 snapshot of GCC 4.1.0. This brings a huge libjava/gerald2005-09-2627-135/+171
| | | | Classpath merger.
* Upgrade to latest version.vanilla2005-09-242-3/+3
|
* Update to the 20050922 snapshot of GCC 4.0.2.gerald2005-09-232-11/+11
|
* Update to 0.88. Assign maintainer to perl@.tobez2005-09-233-4/+5
|
* - update to 1.11.1dinoex2005-09-223-3/+6
|
* Update to the 20050920 snapshot of GCC 3.4.5.gerald2005-09-222-11/+11
|
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-225-5/+5
| | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
* - Define APACHE_COMPAT for ${APXS} for USE_APACHE-ngclement2005-09-213-0/+3
| | | | | Reported by: pointyhat via kris Approvd by: portmgr (self)
* . Update to 2.0b4.glewis2005-09-213-4/+5
|
* Update to 0.9gvs2005-09-203-9/+8
| | | | | | | Highlights: a port of the ASDF system definition, and a port of SBCL's socket libraries PR: ports/84873 Submitted by: maintainer
* Update to the 20050917 snapshot of GCC 4.1.0.gerald2005-09-1918-117/+117
|
* Update to 8.1.033.netchild2005-09-182-3/+3
|
* - Update to 1.3.1.20040616pav2005-09-1635-18/+1047
| | | | | | | | - Incorporate debian patches to fix build with gcc3 PR: ports/86058 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Approved by: Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
* - update to 1.4.0dinoex2005-09-162-3/+3
|
* - cleanup LDCONFIG_DIRSdinoex2005-09-161-1/+1
|
* - Builds and runs on !i386barner2005-09-152-4/+11
| | | | | | | Tested by: Johan van Selst <johans@stack.nl> (amd64), barner (sparc64, ia64) Submitted by: Johan van Selst <johans@stack.nl> PR: ports/86081
* - Enable sxml installationpav2005-09-143-11/+8
| | | | | PR: ports/86126 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Add file forgotten in last commit.barner2005-09-141-0/+4
| | | | | | | | | | | | | | | Previous cvs log was: Modified files: lang/metaocaml Makefile distinfo pkg-plist lang/metaocaml/files patch-Makefile patch-stdlib_Makefile lang/ocaml Makefile Log: - Update metaocaml to 3.08.a23 - Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236
* - Update metaocaml to 3.08.a23barner2005-09-146-936/+954
| | | | | | | - Remove CONFLICTS with lang/ocaml Submitted by: Geoffrey Mainland (metaocaml maintainer) PR: ports/85236
* - Handle CFLAGS/ADACFLAGS [1]vs2005-09-142-2/+8
| | | | | | | | - Reset maintainer: no access to FreeBSD machines PR: ports/85210 [1] Submitted by: Petr Holub Approved by: maintainer
* Update to version 2005-08-07vs2005-09-144-21/+8
| | | | | PR: ports/84813 Submitted by: maintainer
* Update to the 20050913 snapshot of GCC 3.4.5.gerald2005-09-143-27/+11
| | | | This already contains the patch for static declarations from 2005/09/07.
* Add a master site.jylefort2005-09-141-1/+2
| | | | | PR: ports/86096 Submitted by: maintainer
* Add rexx-imc to CONFLICTS.jylefort2005-09-131-1/+1
|
* Mark conflict with lang/oorexx.jylefort2005-09-132-3/+4
|
* Add oorexx.jylefort2005-09-137-0/+176
| | | | | | | | | | | | | Open Object Rexx is a powerful object-oriented scripting language. The interpreter is almost fully compatible with the original Object Rexx by IBM. The port is derived from the generic Unix source code, with the idea to add BSD-specific enhancements over time and also to develop modules that would allow to run the most of OS/2 Object Rexx code on BSD platforms. WWW: http://www.oorexx.org/ PR: ports/86005 Submitted by: Micho Durdevich <micho@matem.unam.mx>
* Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc tovs2005-09-1210-1990/+1346
| | | | lang/ghc-doc and track two dependencies.
* Update to the 20050909 snapshot of GCC 4.1.0.gerald2005-09-1218-117/+117
|
* Fix build with older perls.tobez2005-09-121-0/+10
| | | | Noticed by: leeym
* Update to 1.17.tobez2005-09-113-14/+3
|
* Update to the 20050906 snapshot of GCC 3.4.5.gerald2005-09-112-11/+11
|
* Remove dead mastersite.linimon2005-09-111-2/+1
| | | | Source: distfile survey
* Update to the 20050908 snapshot of GCC 4.0.2.gerald2005-09-112-11/+11
|
* . Update to 4.73. [1]glewis2005-09-102-3/+4
| | | | | | | . Placate portlint(1). PR: 85929 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Add missing build dependency (needs dvipdf from ghostscript)lawrance2005-09-101-1/+2
| | | | Reported by: kris
* - this port requires perl 5.6.0 or betterleeym2005-09-101-1/+7
| | | | Noticed by: kris
* Update to 5.0.0lawrance2005-09-104-6/+19
| | | | | PR: ports/85881 Submitted by: Ports Fury
* Update to 2.761lawrance2005-09-102-4/+6
| | | | | PR: ports/85880 Submitted by: Ports Fury
* Update to 3.37lawrance2005-09-103-12/+8
| | | | | PR: ports/85879 Submitted by: Ports Fury
* This patch is now part of the stock FSF sources, so we don't need it anymore.obrien2005-09-099-144/+0
|
* Update to 5.0.5 release.ale2005-09-0814-50/+46
|
* Fix bug where static forward declarations weren't accepted.obrien2005-09-0710-0/+160
| | | | | | | This allows us to fix non-ISO-C constructs in our kernel to legal ISO-C. Submitted by: rodrigc Obtained from: http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00006.html
* - set INSTALL_TARGET=pure_install to avoid installing perlocal.podleeym2005-09-071-1/+2
|
* Disable the clisp X module at the request of the maintainer, until helawrance2005-09-062-3/+2
| | | | | | | | sorts out the options and dependencies. Bump PORTREVISION. PR: ports/85723 Submitted by: Jakub Rehor <jakub@rehor.net> (maintainer)
* 1. update to 8.1.030maho2005-09-053-8/+3
| | | | | | 2. cleanup message Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu>, netchild and Ali Faiez Taha <aftaha@cirp.usp.br> [2]
* - Update to 2.5.2.2005.09.03pav2005-09-058-34/+99
| | | | | PR: ports/85699 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* Update master site and maintainer emaillawrance2005-09-041-2/+2
| | | | | PR: ports/84476 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* - change MASTER_SITElawrance2005-09-042-4/+2
| | | | | | | | - change maintainer e-mail - drop WWW page PR: ports/84478 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Update to 2.35lawrance2005-09-045-44/+44
| | | | | | | | | | | | | From submitter: * Unmark BROKEN for 64-bit architectures: developers report that it works fine (not tested, I only have i386). * Instead of patching makemake.in, specify correct location of mandir via ./makemake option. * Add build dependency on libsigsegv for better garbage collection. * Update pkg-descr per request from developers. PR: ports/85677 Submitted by: Jakub Rehor <jakub@rehor.net> (maintainer)
* Update to 2.0.lawrance2005-09-044-66/+11
| | | | | | | Submitter takes maintainership. PR: ports/85646 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* Update to the 20050902 snapshot of GCC 4.1.0.gerald2005-09-0318-117/+117
|
* Update to the 20050901 snapshot of GCC 4.0.2.gerald2005-09-032-11/+11
|
* Reenable the Java frontend and libgcj on i386. All build and installationgerald2005-09-029-9/+27
| | | | | | | | | | | problems should be resolved now. Prevent running ranlib during installation to unbreak user mode installations which now install libraries with permissions 444. We now also need the math/mpfr port to build the Fortran frontend.[1] PR: 85495 [1]
* Upgrade to 1.0.11.thierry2005-09-023-4/+3
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* The previous fix addressed PR85495.gerald2005-09-021-0/+1
| | | | PR: 85495
* We now also need the math/mpfr port to build the Fortran frontend.gerald2005-09-021-0/+1
|
* Remove extraneous patch I had erroneously included in the previous update.gerald2005-09-021-20/+0
| | | | It does not hurt, but is not needed any longer.
* Prevent running ranlib during installation to unbreak user modegerald2005-09-012-0/+21
| | | | installations which now install libraries with permissions 444.
* Fix category name: perl -> perl5.sobomax2005-09-011-1/+1
|
* Add pyperl 1.0.1, module to embed Perl code into a Python program.sobomax2005-09-019-0/+144
|
* Fix path.olgeni2005-09-012-2/+2
|
* - fix plistleeym2005-09-011-0/+448
| | | | | | PR: 84159 Submitted by: leeym Approved by: maintainer timeout
* - Update to 1.1.1 [1]jylefort2005-09-0112-203/+198
| | | | | | | | | | - Respect ${CXX}, ${CXXFLAGS}, ${PREFIX}, ${PTHREAD_CFLAGS}, ${PTHREAD_LIBS}, ${INSTALL_PROGRAM} and ${INSTALL_DATA} - Sort the packing list [1]: PR: ports/85286 Submitted by: maintainer
* Update to the 20050830 snapshot of GCC 3.4.5.gerald2005-08-312-11/+11
|
* Upgrade documentation to version R10B-7.olgeni2005-08-313-86/+86
|
* Upgrade to version R10B-7.olgeni2005-08-316-42/+42
|
* - Update to 4.71 [1]jylefort2005-08-313-5/+5
| | | | | | | | - Remove unused ${USE_REINPLACE} [1]: PR: ports/85491 Submitted by: maintainer
* Update to the 20050826 snapshot of GCC 4.1.gerald2005-08-3018-126/+126
| | | | | This gets us rid of the bogus hacking and vmintegration info files, based on my report upstream.
* - Revert %%LOCALBASE%% expansion I did in previous commitpav2005-08-291-3/+3
| | | | Reported by: vs
* Update to the 20050825 snapshot of GCC 4.0.2.gerald2005-08-292-13/+12
|
* Update to the 20050823 snapshot of GCC 3.4.5.gerald2005-08-292-11/+11
|
* - cleanup Makefile locationdinoex2005-08-292-2/+2
|
* pgrade to 1.0.10.thierry2005-08-283-3/+90
|
* Fix build on 7-CURRENTmaho2005-08-283-0/+50
|
* Fix build for 7-CURRENTmaho2005-08-282-3/+25
|
* Set this port for deprecation. The current maintainer notes thatlinimon2005-08-281-1/+3
| | | | it is completely supplanted by lang/oo2c.
* Fix build on 6.xkrion2005-08-271-1/+5
| | | | Approved by: portmgr (self)
* Fix build on 6.xkrion2005-08-261-1/+4
| | | | | Submitted by: lesi Approved by: portmgr (self)
* Fix the build on i386, even if that means disabling the Java frontend.gerald2005-08-2518-126/+126
| | | | | | | | | On the way, upgrade to the 20050819 snapshot of GCC 4.1 where the Java libraries finally build (progress!) but fail due to a problem with the installation. If someone wants to force installation, setting SHAREMODE to allow writing should suffice. Approved by: portmgr (krion)
* Add missed dependencies on libxml2, libxslt and libcurl.vsevolod2005-08-191-2/+3
| | | | | Reported by: krionmail, krismail Approved by: portmgr (krion)
* - Fix INFO handling, fixing plist on 6.0 (different makeinfo there)pav2005-08-192-41/+2
| | | | | | Reported by: krionmail Approved by: portmgr (krion) Approved by: maintainer
* - Unbreak on 6.0pav2005-08-172-2/+12
| | | | | | | | - Take maintainership PR: ports/85036 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: portmgr (clement)
* Unbreak building.vsevolod2005-08-173-61/+91
| | | | Approved by: portmgr (marcus)
* Unbreak: the checksums actually match the files on MASTER_SITES.olgeni2005-08-171-2/+0
| | | | Approved by: portmgr (marcus)
* Add another patch, to fix tests, which fail if the timezone is set tomi2005-08-162-1/+5
| | | | | | | UTC. Thanks to Boris Samorodov for assistance in debugging this. Detected by: pointyhat Approved by: portmgr (krion)
* Update to the 20050810 snapshot. Includes support for 7.x.stefanf2005-08-115-91/+12
| | | | Approved by: portmgr (krion)
* Unbreak for all platforms (tested on amd64 and i386) -- use -fPICmi2005-08-114-12/+484
| | | | | | | | | | | | | | | | | | | | | | | | on sparc64 and -fpic elsewhere. While here, make the following improvements: . ignore the vendor's fdlibm and use our own -lm. fdlibm is derived from the same msun as ours, but spidermonkey was misteriously linking with _both_. All mozilla-ports seem to have the same problem right now; . use our -lreadline instead of compiling vendor's own libeditline; . fix all warnings (clean build with -Wall -Werror); . link the installed executable (js) against the shared library libjs.so instead of against the invididual objects; . unless WITHOUT_TEST is set, download and run vendor's own tests in post-build (this triggers USE_PERL_BUILD). Some tests had to be patched from Mozilla's CVS, because the released tarball of them was not updated since 2002. Bump PORTREVISION. Approved by: portmgr (marcus) Approved by: maintainer timeout
* Correct pkg-plist to aid fix of devel/tidelawrance2005-08-062-4/+2
| | | | | | | | - Add a file that was not included in the package - Remove offending "@unexec rm" lines that masked the problem - Bump PORTREVISION Approved by: portmgr (clement)
* Fix the plist by taking care of directories in X11BASE too.mezz2005-08-032-1/+7
| | | | | | | | lib/mono/1.0 lib/mono/2.0 Approved by: portmgr (marcus) Reported by: krion via pointyhat
* Update to the 20050730 snapshot of GCC 4.1.0.gerald2005-08-0236-675/+594
| | | | | | | | | | | | Replace the WITHOUT_LIBJAVA knob by WITHOUT_JAVA which also disables building the compiler and tools proper and avoids fetching the entire Java frontend and library tarball. Remove bogus ${PREFIX}/share/classpath/api directory that libjava adds these days. Make the (optional) handling of the Fortran and Java frontends easier to understand.
* Upgrade to lastest version.vanilla2005-08-022-3/+3
| | | | | | | | | | | | | | | | | | ecore -> 0.9.9.013 edb -> 1.0.5.004 edje -> 0.5.0.013 eet -> 0.9.10.013 embryo -> 0.9.1.013 enlightenment-devel -> 0.16.999.013 entice -> 0.9.3.004 epeg -> 0.9.0.004 epsilon -> 0.3.0.004 esmart -> 0.9.0.004 etox -> 0.9.0.004 evas -> 0.9.9.013 ewl -> 0.0.4.004 imlib2 -> 1.2.1.004 imlib2_loaders -> 1.2.1.004
* Jelly is an XML based scripting engine. The basic idea is that XML elements canhq2005-08-015-0/+87
| | | | | | | | | | | | | | | | | be bound to a Java Tag which is a Java bean that performs some function. Jelly is totally extendable via custom actions (in a similar way to JSP custom tags) as well as cleanly integrating with scripting languages such as Jexl, Velocity, pnuts, beanshell and via BSF (Bean Scripting Framework) languages like JavaScript & JPython. Jelly uses an XMLOutput class which extends SAX ContentHandler to output XML events. This makes Jelly ideal for XML content generation, SOAP scripting or dynamic web site generation. A single Jelly tag can produce, consume, filter or transform XML events. This leads to a powerful XML pipeline engine similar in some ways to Cocoon. WWW: http://jakarta.apache.org/commons/jelly/index.html
* Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removallinimon2005-08-011-1/+1
| | | | | | | | | of lang/gcc31. This may only be papering over a bug in use.gcc.mk (does the definition for 3.1 need to be removed there?) Hat: portmgr
* Remove the lang/gcc31 port. It fails to build on several architecturesgerald2005-07-3113-628/+0
| | | | | | | | | (even ones it is supposed to work on, cf. pointyhat), it fails to build on FreeBSD 6 and 7, and lang/gcc32 is basically the same plus a single ABI changes and many bug fixes. It is strongly recommended to migrate to GCC 3.4 or 4.0, since only these are still actively maintained upstream and support FreeBSD 7, for example.
* Update to the 20050728 snapshot of GCC 4.0.2.gerald2005-07-304-72/+18
| | | | | Remove support for Java, not the least because libjava only builds on i386 and still does not really work there.
* Update to 7.3.1lawrance2005-07-292-61/+178
| | | | | PR: ports/82505 Submitted by: Chris Burkert <chris@chrisburkert.de> (maintainer)
* Add polyml 4.1.3, a fast open-source implementation of Standard ML.barner2005-07-2913-0/+291
| | | | | PR: 83433 Submitted by: Timothy Bourke <timbob@bigpond.com>
* Distfile renamed (no content change).novel2005-07-292-3/+3
| | | | | PR: 84274 Submitted by: maintainer
* Remove stackless_python from the ports collection. It's never beenperky2005-07-294-71/+0
| | | | | released as tarball source and difficult to maintain for its tendency to be outdated from the mainstream Python.
* Update to nqc-3.1.r2.jhay2005-07-296-447/+13
|
* Add checksum for 2.5.a0.20050728 snapshot.perky2005-07-282-0/+4
|
* Update python-devel to 2.5.a0.20050728 snapshot.perky2005-07-2821-175/+301
|
* - Add support for FreeBSD 7perky2005-07-285-24/+711
| | | | - Drop support for FreeBSD 3
* - Add support for FreeBSD 7perky2005-07-285-22/+575
| | | | | | | | - Drop support for FreeBSD 3 - Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1] Submitted by: jkim [1] Obtained from: Python CVS
* - Add support for FreeBSD 7perky2005-07-286-21/+591
| | | | | | | | - Drop support for FreeBSD 3 - Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ. [1] Submitted by: jkim [1] Obtained from: Python CVS
* Define WITHOUT_CPU_FLAGS so that in some casesmaho2005-07-281-0/+1
| | | | setting CPUTYPE breaks the build
* Fix fcntl.ioctl argument parsing to accept termios.TIOCGWINSZ.perky2005-07-284-2/+72
| | | | | Submitted by: jkim Obtained from: Python CVS
* Remove duplicate PORTREVISION.gerald2005-07-281-1/+0
| | | | Reported by: flz
* - Update to 4.60sem2005-07-284-35/+34
| | | | | PR: ports/84016 Submitted by: maintainer
* - update to 1.10.0dinoex2005-07-283-38/+34
|
* Update to the 20050726 snapshot of GCC 3.4.5.gerald2005-07-272-11/+11
|
* Pull in devel/readline on 4.x for enhanced command line editingvs2005-07-271-0/+4
| | | | | (and avoid possible implicit dependency when libreadline is already installed at build-time)
* - Add dependency on devel/libexecinfo for missing backtrace_*() symbolsvs2005-07-262-3/+20
| | | | | | | - Use OPTIONS and enable Tcl/Tk by default [me] PR: ports/83905 Submitted by: Konstantin Belousov
* Maintainer does not have time to maintain this port any more. Thanks forlinimon2005-07-261-1/+1
| | | | all your help in the past.
* Fix default include path.garga2005-07-251-1/+6
| | | | | | PR: ports/84046 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Approved by: flz (mentor)
* Update to the 20050723 snapshot of GCC 4.1.0. Should now work on FreeBSD 7.gerald2005-07-2527-135/+117
|
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-235-0/+10
| | | | at that time and no PRs have been submitted to fix it.
* Update to the 20050721 snapshot of GCC 4.0.2. Should now work on FreeBSD 7.gerald2005-07-222-13/+13
|
* Update wrt. the removal of Java support.gerald2005-07-221-3/+3
|
* MySQL 5.0 is now supported by mysqli extension.ale2005-07-222-2/+2
|
* - Update to 0.15garga2005-07-222-10/+10
| | | | | | PR: ports/83829 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) Approved by: flz (mentor)
* Change PORTNAME to spidermonkey to correspond with dirname.thierry2005-07-212-5/+5
| | | | | | PR: 82320 Submitted by: Alex Kapranoff <kappa (at) rambler-co.ru> Approved by: maintainer
* Update to the 20050719 snapshot of GCC 3.4.5. Should now work on FreeBSD 7.gerald2005-07-212-11/+11
|
* BROKEN on ia64: Does not installmezz2005-07-211-0/+1
| | | | Discussed with: marcus in #freebsd-gnome (freenode)
* Really fix build for FreeBSD 7.x.mezz2005-07-211-1/+1
| | | | | | | Change from: ${OSVERSION} > 700000 To: ${OSVERSION} >= 700000 Reported by: Anthony Ginepro <rapiere@renaissance.homeip.net>
* - 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-203-3/+8
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Fix build on FreeBSD 7arved2005-07-202-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-192-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
|