Commit Graph

2662 Commits

Author SHA1 Message Date
sthen
18d6eecb68 NOT_FOR_ARCHS, from viq 2011-11-17 14:29:48 +00:00
robert
700e9674f5 enable the pcntl extension to replace pecl-pcntl 2011-11-17 12:52:27 +00:00
jeremy
75d0491050 Don't show the VMEM_WARNING when building ruby with the no_ri_docs
PSUEDO_FLAVOR, since the ri docs are the only thing that takes a
lot of memory.

OK ajacoutot@
2011-11-17 11:47:12 +00:00
jeremy
92063f369e Remove INSTALL_TARGET, since it's already set in 1.8 and 1.9's Makefile. 2011-11-17 10:54:11 +00:00
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
espie
add6356fe4 fix obvious typo, if someone's ever going to fix it 2011-11-16 15:23:46 +00:00
espie
de328a0db8 synch with recent changes in src.
mostly from brad@
2011-11-16 12:32:49 +00:00
espie
8a612a2089 zap extra unneeded ldconfig that pollute the cache with temporary directories 2011-11-16 12:29:00 +00:00
jasper
5594a6eadb - update to 0.92.1 2011-11-15 19:32:14 +00:00
pascal
b4395d05e9 disable on alpha. It will only build if/when it switches to gcc4, due to
missing builtins.
2011-11-15 15:48:13 +00:00
pascal
add7ae3c42 remove unnecessary patch 2011-11-15 13:38:49 +00:00
pascal
50003e9486 move down the post-install in order to be able to tell if we're a PIC arch,
so that I can fix the ownership of some libraries. Also, get rid of a trace
of m68k support.
2011-11-15 00:42:52 +00:00
jeremy
ae714b5407 Add no_ri_docs PSUEDO_FLAVOR to skip building the ri documentation,
which should allow building on arches without enough memory to
generate the ri files.  Also, set PKG_ARCH=* for the ri_docs
subpackage, so that such arches can still use the documentation,
idea from sthen@. Original idea for PSUEDO_FLAVOR from phessler@.

OK sthen@
2011-11-15 00:04:15 +00:00
pascal
b53a6cbc01 make no_f95 pseudo-flavour work 2011-11-14 22:55:10 +00:00
pascal
8e058a43c0 add powerpc support, fix java, ppc and i386 plists 2011-11-14 22:37:23 +00:00
pascal
e053729f20 new (now working) adastrap 2011-11-14 18:50:25 +00:00
ajacoutot
5781077ac6 Unfuck soname. 2011-11-14 18:30:17 +00:00
pascal
e3178f7a55 bump major library versions, as discussed with espie@.
Disable on vax and m68k (I don't think it makes sense there ...), and sort archs
2011-11-14 17:34:35 +00:00
pascal
7d14262e6e err, these entries shouldn't be @commented. 2011-11-14 17:07:12 +00:00
pascal
ea8cc812db add a patch for alpha. 2011-11-14 15:37:55 +00:00
sthen
eca538a8a8 i'm mirroring the adastrap file for 4.6, adjust MASTER_SITES0 2011-11-14 13:41:16 +00:00
pascal
f8dc045f38 now import for real, sorry ... 2011-11-14 13:00:55 +00:00
jeremy
ab94375bb6 Don't run spec task during regress
The spec task requires network access via git, which is not allowed.
Since git isn't needed anymore for regress, remove it from
REGRESS_DEPENDS.  The spec task is just commented out in case somone
wants to run it manually.
2011-11-14 12:00:04 +00:00
jeremy
da46b2452f Make regress tests work.
This fixes the vm:test rake task by using MAKE_ENV. It fixes the
infinite loops in mspec by just skipping those specs.
2011-11-14 11:40:53 +00:00
jeremy
f10ffb527c Make regress tests work.
Set JAVA_HOME and PATH and disable forking so java doesn't crash when
running the test and spec tasks.  Don't install the jruby-launcher gem
when running the test and spec tasks, as it fails.

Regress depend on git when running the specs, as it needs to download
current rubyspecs for the spec task.

Delete the jruby-complete.jar file and just use the jruby.jar file
when running the specs, as otherwise you get additional test failures
and warnings.

Switch to SUBST_CMD while here now that has been fixed. Also, bump
the memory limits by 50M as 384M doesn't seem to be enough in all
cases.
2011-11-14 11:38:16 +00:00
sthen
b048d740e4 use -fPIC, fixes sparc64 2011-11-14 11:03:00 +00:00
jasper
ec2bf79013 - drop a file from plist which prevented packaging...$DEITY knows where it came from
spotted by naddy@
2011-11-14 11:00:23 +00:00
pirofti
4f044ac11c Let this build only on i386. 2011-11-13 17:55:22 +00:00
pirofti
e6f6d3ee96 Disable on landisk. Takes forever to build. Okay ajacoutot@. 2011-11-13 16:07:09 +00:00
pirofti
70279b1766 Add landisk to the NOT_FOR_ARCHS list. Okay ajacoutot@. 2011-11-13 16:05:25 +00:00
jasper
046a92e93b sync 2011-11-13 12:44:27 +00:00
jasper
391401eb77 import verilator-3.824
Verilator is the fastest free Verilog HDL simulator, and beats most
commercial simulators. It compiles synthesizable Verilog (not test-bench
code!), plus some PSL, SystemVerilog and Synthesis assertions into C++
or SystemC code. It is designed for large projects where fast simulation
performance is of primary concern, and is especially well suited to
generate executable models of CPUs for embedded software design teams.

ok aja@
2011-11-13 12:44:04 +00:00
espie
e2e7c7088f modernize makefile a bit 2011-11-12 14:37:16 +00:00
jasper
f7818429a1 - tweak patches/descr
- better master sites
2011-11-11 20:12:51 +00:00
jasper
3d0107f97b - use a more natural way to say "no no_x11, and do something" 2011-11-11 15:16:18 +00:00
jasper
a5bb3d6d69 remove clojure-contrib;
upstream decided to move to separate modules instead
of one monolithic jar file. packaging all these standalone modules is not going
to work, so please use devel/leiningen instead to fetch individual modules.
2011-11-11 15:14:26 +00:00
robert
c7c46e397a add missing patch 2011-11-09 22:25:29 +00:00
robert
74c46cd133 update to 2.10 2011-11-09 22:23:42 +00:00
robert
813c5d1d4c update to 2.10.6 2011-11-09 22:13:37 +00:00
jeremy
263beca3e6 Backport svn revision 33693, fixes threading bootstrap test failure. 2011-11-09 19:23:35 +00:00
jeremy
bb252d3158 Set BUILD_DEPENDS when building gem ports to use versions
that no longer create .require_paths files.  No RUN_DEPENDS
are being added as older ruby versions can use gems without
.require_paths files (we never had a ruby 1.9.1 package).

This is being done to avoid errors by porters who are creating/updating
gem ports without installing new ruby versions.
2011-11-09 00:03:31 +00:00
jeremy
f7b88aaefd Remove rubygems hacks, since they are no longer necessary now
that the versions of rubygems for the other ruby interpreters
are > 1.3.7.
2011-11-08 23:58:52 +00:00
jeremy
c577b12520 Update to JRuby 1.6.5.
Make jruby binary not segfault if PATH isn't set correctly.

Remove rubygems hacks, since they are no longer necessary now
that the versions of rubygems for the other ruby interpreters
are > 1.3.7.

No longer ship the ri documentation files with JRuby.  JRuby
ships with a broken ri binary anyway (requires the rdoc gem to
work), and almost all users of JRuby have MRI ruby installed
and can use its ri binary.
2011-11-08 23:58:08 +00:00
jeremy
81591bca58 Update to JRuby 1.6.5.
Make jruby binary not segfault if PATH isn't set correctly.

Remove rubygems hacks, since they are no longer necessary now
that the versions of rubygems for the other ruby interpreters
are > 1.3.7.

No longer ship the ri documentation files with JRuby.  JRuby
ships with a broken ri binary anyway (requires the rdoc gem to
work), and almost all users of JRuby have MRI ruby installed
and can use its ri binary.
2011-11-08 23:47:20 +00:00
jeremy
bf9ae3b24c Add an -ri_docs multipackage to hold the ri documentation files. These
aren't used very often, slow down installation significantly, and bloat
the package.
2011-11-08 23:40:05 +00:00
jeremy
fe3e6af225 Update to ruby 1.9.3p0. Adds significant speed improvements and quite
a few new features.  A few of our patches were accepted upstream.

Add an -ri_docs multipackage to hold the ri documentation files.  These
aren't used very often, slow down installation significantly, and bloat
the package.

This also fixes the conflict marker for the -tk multipackage.
2011-11-08 23:38:57 +00:00
sthen
e9dd4edd8d replace dead entry in MASTER_SITES0 2011-11-08 10:25:48 +00:00
stu
8707f3c89b Update to tcltutor-3.0b6.
Ok sebastia@.
2011-11-07 03:06:48 +00:00
ajacoutot
1787e4c6d4 Fix prefix/exec_prefix in pkgconfig files.
spotted by Vadim Zhukov

Regen patches while here.
2011-11-03 09:55:12 +00:00
dcoppa
255304fa80 Re-apply revision 1.51: switch ocaml to use the static libbfd.a
from devel/gdb port now that gdb has been fixed.

OK espie@
2011-10-31 09:59:05 +00:00
ajacoutot
1c86afc6cd Sync dependencies after gconf2 lost its dependency to ORBit.
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
kili
9396828adf Use the new bootstrappers (thanks to sthen@ for doing the i386
bootstrapper).

Bump, because some of the `library hashes' changed.

Unfortunately, this also affects a couple of other haskell ports,
which get different `library hashes' now and will be reported as
broken by ghc-pkg check.

People using snapshot packages should get seamless updates when the
next set of snapshots is available. People building from ports and
*not* using dpb should use the out-of-date-script to get a subdirlist
of haskell ports which should be rebuilt.

I could also bump the affected ports, but I'm not sure wether it's
worth the trouble.
2011-10-26 19:34:08 +00:00
kili
d9bd2f6535 Prepare for a new bootstrapper.
Abort the bootstrapper build if gtar isn't installed (found
the hard way by sthen@ when trying to build a boostrapper
for i386).
2011-10-25 19:23:09 +00:00
stu
b0e64e5f6d Update to beta-19.
ok jasper@, sebastia@
2011-10-24 16:50:07 +00:00
jasper
8d35a2603b - update to 0.9.2
from Alexander Shiryaev (MAINTAINER)
2011-10-21 20:23:02 +00:00
espie
636a5c9ac4 CHMOD and CHOWN serve no useful purpose, they're just chown/chmod 2011-10-21 16:23:44 +00:00
jasper
cb11a2e1e1 unhook clojure-contrib. upstream decided to move to separate modules instead
of one monolithic jar file. packaging all these standalone modules is not going
to work, so please use devel/leiningen instead to fetch individual modules.

clojure-contrib will be removed soon
2011-10-19 16:27:27 +00:00
ajacoutot
aadc86d66d Remove BROKEN on powerpc now that parrot has been fixed. 2011-10-19 13:31:58 +00:00
ajacoutot
de04bc147c The default (gms) garbage collector has issues on powerpc. Until it's
fixed, use the old one (ms2).

from Pascal Stumpf
2011-10-19 13:30:59 +00:00
espie
56902f8f20 fix build: prevent infinite recursion thru python.
also annotate gamin for bootstrap property, and mark haddock,no_deps as
a "real flavor", since it's only used for bootstrap anyways AND significantly
changes the build.
2011-10-18 06:46:24 +00:00
stu
1b86f329d7 Update to 8.5.10, remove patches for changes that have gone upstream,
rework pkg-readme to conform to new template, update man.conf patch,
move man dir to Tcl's lib dir, properly preprocess man pages.
Bump major due to function signature change in tcllib.

ok sebastiap@, sthen@
2011-10-17 15:18:39 +00:00
espie
009a1a9376 avoid weird error message if something defines MODPY_VERSION to a bad value,
by making sure we're a valid value before we try a numerical test.
2011-10-17 13:55:24 +00:00
ajacoutot
8d48ac20e4 This has been broken forever on powerpc, so mark it as such. 2011-10-17 08:00:51 +00:00
ajacoutot
3fbfd5c2ef It seems no one is interested if fixing this port on powerpc, so mark it
BROKEN.
2011-10-17 07:10:53 +00:00
naddy
03f8db2cc2 remove entries for distfiles that aren't referenced anywhere 2011-10-13 14:38:51 +00:00
kurt
6a13dc6824 - remove devel/jdk/1.5 and lang/kaffe
- adjust java.port.mk for their removal
- bump affected packages
okay jasper@
2011-10-07 13:54:30 +00:00
nigel
47f45e87f1 chnages missing build depends, correct for post-install under sudo,
remove conflicting file from PLIST, revision bumped.

ok jasper@
2011-10-07 12:11:38 +00:00
jasper
1bcb8ac652 - update to 2.9.1 2011-10-06 13:44:45 +00:00
jasper
1c8ac95705 sync 2011-10-06 12:43:53 +00:00
jasper
2393868245 import boo 0.9.4
Boo is a new object oriented statically typed programming language for
the Common Language Infrastructure with a Python inspired sysntax and a
special focus on language and compiler extensibility.

from ryan boggs (MAINTAINER) with some tweaks by me
ok aja@
2011-10-06 12:43:32 +00:00
espie
74484a587e use BUILD_PKGPATH 2011-10-04 07:08:54 +00:00
fgsch
df0099aa3e handle py3-distribute requirement correctly.
sthen@ rpointel@ ok.
2011-10-03 13:54:12 +00:00
jasper
9b2894aeaf - rename USE_NANT to MODMONO_NANT and change it to use yes/no instead of
merely checking if it's defined.
- define MODMONO_(BUILD,INSTALL)_TARGET which can be used if
  do-(build,install) are already defined.

ok robert@
2011-10-03 11:00:58 +00:00
ajacoutot
0ac7d27f8e Remove MODMONO_ONLY_FOR_ARCHS, it's unused.
discussed with espie@
2011-10-02 15:21:44 +00:00
espie
c52ad831c4 ... make no_suhosin a full flavor 2011-10-02 11:16:19 +00:00
espie
f9b3b56f3e you've got to be kidding me 2011-10-02 10:56:16 +00:00
kurt
5b017cae2e - sync ONLY_FOR_ARCHS with classpath's
- add comment to patch-src_hooks_c to document reason for patch
From brad@comstyle.com
2011-10-01 14:31:04 +00:00
fgsch
1d041aca14 python 2.6 is not longer but comment still valid for 2.7 so update accordingly. 2011-09-28 16:59:33 +00:00
espie
0ab6d4fc77 reuse value from bsd.port.arch.mk 2011-09-28 13:56:03 +00:00
jasper
8044649162 CONFIGURE_SHARED has been taken care of by gnome.port.mk for a while now. 2011-09-28 09:54:01 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
sthen
44a531d6b3 revert previous; devel/gdb broken on amd64 2011-09-27 21:39:35 +00:00
sthen
119b2307f8 let Python use PKGSPEC infrastructure, discussed with and variable name
suggestion from fgsch@
2011-09-27 21:27:36 +00:00
landry
55d38b2fe3 Switch ocaml to use the static libbfd.a from devel/gdb port now that
it's hooked up to the build on all archs. Tested on i386/amd64/sparc64.
ok avsm@ (maintainer) ckuethe@ dcoppa@ jasper@
2011-09-27 19:01:25 +00:00
nigel
df60e75843 Changed to allow installation with other python versions.
ok sthen@ fsgch@
2011-09-26 19:06:58 +00:00
naddy
05c118d6d9 use bsd.port.arch.mk framework 2011-09-26 14:06:51 +00:00
jasper
c9e4cff887 - update clojure to 1.3.0
clojure-contrib won't be updated yet, as upstream split it into a dozen
separate modules.
2011-09-25 21:12:51 +00:00
espie
707fbd6212 put ada at the end, so if it doesn't package, it's not such a bummer... 2011-09-25 14:12:10 +00:00
espie
7d0a0c4644 use bsd.port.arch.mk 2011-09-25 12:19:23 +00:00
kurt
bc70758475 Update to 1.5.4 and remove MAINTAINER as requested.
From Brad <brad@comstyle.com> and Amit Kulkarni <amitkulz@gmail.com>
2011-09-23 23:39:57 +00:00
jasper
b31268c068 configure checks for gnu libtool, but the build will use "our" libtool 2011-09-23 13:06:26 +00:00
jasper
8bc2721574 - unbreak after recent libtool update
from brad
2011-09-22 21:15:30 +00:00
sthen
1506610460 reinstate MODPYSPEC and restore MODPY_RUN_DEPENDS to previous
same diff/ok fgsch@
2011-09-22 09:44:40 +00:00
fgsch
abc3c2a2b8 Moved to python/3.2. 2011-09-21 14:43:33 +00:00
fgsch
3505cd6312 Move python 3.2 to the one under python 2011-09-21 14:39:06 +00:00
fgsch
f07def33ab Merge in support for python3.
remi@ sthen@ ok
2011-09-21 14:37:28 +00:00
ajacoutot
4bf9d0baba No need to USE_GROFF, man pages are Ok with mandoc.
from Brad
2011-09-21 09:20:07 +00:00
fgsch
39cac6370f add pkgpath markers.
sthen@ ok.
2011-09-20 12:29:38 +00:00
fgsch
b113d8cfaf - correct maintainer and configure arguments
- this now lives under lang/python
2011-09-20 10:55:28 +00:00
fgsch
f2e7d58191 Reimport 3.2 under lang/python in preparation to merge lang/python3 under
lang/python.
remi@ sthen@ ok.
2011-09-20 10:51:26 +00:00
jasper
6cb7efc322 - update vala to 0.14.0
ok aja@
2011-09-17 17:21:16 +00:00
edd
26f505717d Update swi-prolog to 5.10.5.
OK jasper@
2011-09-17 16:06:32 +00:00
rpointel
a3363c1fbf Prefix PKGNAME with py3- by default and strip potential existing py|python prefix, override if needed.
Idea from landry@ and sthen@, ok landry@.
2011-09-17 12:05:33 +00:00
rpointel
40da662748 link python3 to the build.
ok naddy@, phessler and ten ok landry@.
2011-09-17 08:52:06 +00:00
kili
a522a3d346 Workaround for failing test case process007: use bash (yuck!) 2011-09-16 21:17:41 +00:00
jasper
023da4e68e sync 2011-09-16 20:08:48 +00:00
jasper
8dcd027206 import jimtcl 0.72
Jim is a small footprint implementation of the Tcl programming language
written from scratch. Currently Jim Tcl is very feature complete with an
extensive test suite. There are some Tcl commands and features which are
not implemented (and likely never will be), including namespaces, traces
and Tk. [..]

ok aja@
2011-09-16 20:07:35 +00:00
jasper
0d323c5986 sync 2011-09-16 13:46:48 +00:00
jasper
a5dcdfacc2 import myhdl 0.7
MyHDL is an open source Python package that lets you go from Python to
silicon. With MyHDL, you can use Python as a hardware description and
verification language. Furthermore, you can convert MyHDL code, that was
developed towards implementation, to Verilog and VHDL automatically, and
take it to a silicon implementation from there.

ok landry@
2011-09-16 13:46:13 +00:00
jasper
7ff35bc980 - also append 'src' to the classpath, this is usefull when invoking clojure
from a library path.
2011-09-16 12:47:50 +00:00
jasper
48c3037055 fix borked patch 2011-09-16 10:42:58 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
dcoppa
59f5224fca upstream rerolled ocaml-3.12-refman.html.tar.gz 2011-09-16 09:38:31 +00:00
jasper
316619dd54 sync 2011-09-16 08:13:54 +00:00
jasper
75670b6fc6 import freehdl 0.0.7
FreeHDL is a compiler/simulator suite for the hardware description
language VHDL.  VHDL'93 as well as VHDL'87 standards are supported.
[...]

ok landry@
2011-09-16 08:13:12 +00:00
espie
340195f8f9 modernize gcc build: pseudo-flavors, multi-packages, and ONLY_FOR_ARCHS-*
(prevent bulk from building gcc 4 twice, once for java, once for objc)
2011-09-15 17:25:34 +00:00
kili
20f0ceada9 Fix the ghcpkg01 test case. 2011-09-15 17:23:29 +00:00
jasper
f638292b71 Security fix for CVE-2011-2896,
SWI-Prolog XPCE Component "LZWReadByte()" Buffer Overflow Vulnerability
2011-09-15 15:36:54 +00:00
fgsch
a0eda24d70 siginterrupt test is passing now. remove skipIf from here.
no bump required.
2011-09-14 09:23:11 +00:00
jasper
09eb55854e - update to 0.13.4
* needed for upcoming gnome3 updates

ok aja@
2011-09-12 18:19:53 +00:00
naddy
1e2bbe8777 bump all (sub)packages that depend on db/v4; requested by and help from espie@ 2011-09-12 18:02:34 +00:00
jasper
ad2a9c291c switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable. 2011-09-12 12:07:24 +00:00
jasper
a0a550dece This replaced antlr2 2011-09-11 18:24:24 +00:00
jasper
cc896c05b7 remove lang/antlr2, it's unused and replaced by antlr3
no reply from maintainer for weeks
2011-09-11 18:22:38 +00:00
jasper
5f977b1bed - move this to using antlr3. 2011-09-11 18:20:51 +00:00
naddy
8ec3fb0e39 don't override CFLAGS and correctly enable pthreads; ok martynas@ 2011-09-11 14:10:32 +00:00
rpointel
19e3c53a5e Update Python to 3.2.2 (keep it unhooked).
ok fgsch@.
2011-09-10 05:16:20 +00:00
naddy
bebbb2d754 __builtin_clz is only available with gcc 3.4 or later 2011-09-07 11:25:18 +00:00
landry
443dbc68e7 Remove empty patches. 2011-09-07 05:18:05 +00:00
rpointel
a03b19cfef Use system libffi on Python 2.5 and 2.7 (except on arm).
ok jasper@ landry@ sthen@.
2011-09-06 20:58:08 +00:00
jasper
7aeae58ad2 - adjust path to now unversioned antlr2.jar 2011-09-06 07:20:47 +00:00
jasper
ff7ac5a860 - fix .jar installation path.
- tweak MASTER_SITES
2011-09-06 07:20:24 +00:00
jasper
3aefe375e7 - rename jarfile to antlr3.jar as this may co-exist with antlr2 a bit longer. 2011-09-05 20:44:34 +00:00
jasper
7709773812 - update clojure-contrib to 1.2.0 2011-08-31 13:10:29 +00:00
jasper
f32619f756 - tweak previous, now clojure can also find and use other java classes. 2011-08-30 19:52:22 +00:00
jasper
829398d2bd - allow clojure to pickup clojure-contrib
- take maintainership

ok ian@ (former MAINTAINER)
2011-08-30 19:48:17 +00:00
jasper
272242f43d sync 2011-08-30 19:02:59 +00:00
jasper
273fee902f import clojure-contrib 1.1.0
Extensions and enhancements to the Clojure libraries.

ok ian@
2011-08-30 19:02:24 +00:00
jasper
fa7be240b1 - bump REVISION after recent java.port.mk change 2011-08-30 17:16:35 +00:00
jasper
cfb2b00ecd import antlr 3.4
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
language tool that provides a framework for constructing recognizers,
compilers, and translators from grammatical descriptions containing
Java, C#, Python, or C++ actions.

ok aja@

Note, the antlr2 port may be removed soon, unless anyone is still using it?
2011-08-30 07:19:34 +00:00
jasper
86bad555be sync 2011-08-30 07:16:53 +00:00
robert
a0cff325ef update to 2.10.5 2011-08-29 10:53:22 +00:00
jasper
7fa322b2d0 add missing run dependency, spotted by aja@ 2011-08-28 20:57:49 +00:00
jasper
275044f428 sync 2011-08-28 16:57:43 +00:00
jasper
a4f9b2aed3 import scala 2.9.0.1
Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way. It
smoothly integrates features of object-oriented and functional
languages, enabling Java and other programmers to be more productive.
Code sizes are typically reduced by a factor of two to three when
compared to an equivalent Java application.

ok sthen@
2011-08-28 16:57:23 +00:00
sthen
6fa22cf66b update to gawk 4.0.0, from Brad + a fix from me, maintainer timeout 2011-08-28 11:15:39 +00:00
robert
3ed56ef0e1 update php/5.3 to 5.3.8 and enable fpm support. the original fpm diff
was from william@ but i had a slightly different approach of implementing
it in the port itself.
2011-08-27 13:13:13 +00:00
jeremy
5d93d9ca7c Update to JRuby 1.6.4 2011-08-26 22:11:47 +00:00
jasper
2e250b49da Add latest patch from upstream, 5.1.4-3 2011-08-25 07:02:42 +00:00
jasper
c5d049bba3 - upstream re-rolled tarball with adjusted included mini-lua. 2011-08-24 20:22:31 +00:00