Commit Graph

1417 Commits

Author SHA1 Message Date
bernd
182ef239b3 Security fix for CVE-2006-5467 from ruby CVS.
More info:
http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html
http://www.securityfocus.com/bid/20777/info

ok msf@
2006-11-02 12:46:13 +00:00
espie
cb2b4ae232 move SCRIPTDIR to FILESDIR 2006-11-02 11:22:15 +00:00
espie
3f3a1c6d70 mv from SCRIPTDIR to FILESDIR 2006-11-02 11:09:01 +00:00
naddy
58940d0ce0 switch -f95 gmp dependency to gmp and mpfr 2006-11-01 23:57:24 +00:00
alek
79b5e0d540 Add 2.5 2006-11-01 21:20:04 +00:00
alek
6633bb58a6 Switch from Setup files to setup.py; add new subpackages 2006-11-01 21:11:55 +00:00
alek
c50d7b16d9 Python 2.5 2006-11-01 20:59:18 +00:00
alek
5a61fb12aa Update to 2.4.4; add bz2 subpacakge; switch to setup.py; redo PLISTs 2006-11-01 20:38:37 +00:00
alek
30b29f889b Replace (DE)INSTALL with (UN)MESSAGE 2006-11-01 20:12:58 +00:00
alek
cca855dc21 Switch build to setup.py/distutils instead of Setup files; redo PLISTs; add bz2 subpackage 2006-11-01 20:02:06 +00:00
pedro
cd9944f596 Install lua.pc, okay jolan@ fgsch@ 2006-10-29 19:45:54 +00:00
bernd
5df9d3851a Remove REV and SUB. All ruby ports are using the new variables now. 2006-10-28 21:52:02 +00:00
ajacoutot
36d2cceb0b - update my email address
- bump PKGNAME

ok robert@
2006-10-27 12:53:01 +00:00
bernd
7e48f49f80 Args, LIB_DEPENDS should be correct now... Sorry. 2006-10-26 18:15:24 +00:00
bernd
cc19ce0907 Fix LIB_DEPENDS for subpackages and bump PKGNAMEs. 2006-10-26 17:57:16 +00:00
jasper
9ac3363d6f update arena to 0.9.8
ok steven
2006-10-22 09:00:43 +00:00
steven
27094c6fda bump PKGNAME after some packaging changes earlier
okay bernd
2006-10-22 08:45:39 +00:00
robert
b6dd2e7ca7 Add MODGCC4 support and use gcc 4.2;
ok espie@
2006-10-21 14:26:07 +00:00
naddy
7bdea5013c move distfiles from dying machine 2006-10-21 09:42:32 +00:00
espie
15468ce790 remove gcc 3.4 and 4.0 from build, welcome gcc 4.2.
Should work on i386, amd64, sparc64 after this week...
2006-10-20 17:40:24 +00:00
espie
278c584b39 tweaks for Fortran and objc on amd64 2006-10-20 15:35:25 +00:00
espie
25c7d3930b update to a recent snapshot, and fix some bullshit
can probably compile on amd64 now
2006-10-20 13:43:18 +00:00
espie
ee19b10a26 bump ada bootstrap for libc changes 2006-10-20 11:03:38 +00:00
bernd
d38987df61 - Clean up Makfile to make it more readable.
- Better dependencies for the subpackages. Bump PKGNAMEs.

ok msf@
2006-10-19 01:03:17 +00:00
espie
f86ce0ffa0 variant part for 64 bit architectures.
No pkg bump, since it doesn't affect the packages that were already
building correctly.

found out by nikolay.
2006-10-18 17:56:14 +00:00
bernd
c1e377c812 Add code that allows us to patch gem files.
discussed with & ok sturm@
ok for an earlier version msf@
2006-10-18 13:41:36 +00:00
naddy
2d3cd610ed unconditionally use -fPIC (over -fpic) 2006-10-18 13:10:37 +00:00
espie
3427227210 finally update to 9.4.3, should have done this ages ago. 2006-10-16 10:01:55 +00:00
alek
093bb02619 SHARED_ONLY, part one 2006-10-10 19:08:06 +00:00
bernd
b93f8b8525 Fix ownership problems. 2006-10-09 11:34:39 +00:00
espie
809e344573 +swi-prolog 2006-10-09 10:21:05 +00:00
espie
16c9cc6857 prolog interpreter that works, since gnu-prolog depends on a memory model
that doesn't work well for us.
2006-10-09 10:20:24 +00:00
kurt
04662e387e correct defines for SIZE_TYPE and PTRDIFF_TYPE which fixes this error:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28582
"error: 'operator new' takes type 'size_t' ('unsigned int') as first
parameter". help from kettenis@, okay espie@
2006-10-06 12:42:42 +00:00
ian
9998541774 Fix obvious typo in URL for license, from Matthew Clarke clamat in telus.net, bump pkg 2006-10-05 00:43:45 +00:00
alek
969f8bd646 Set PKG_ARGS while setting NO64BIT 2006-10-02 20:29:40 +00:00
alek
9058c0cc43 Zap no_tests and no_tools flavors. Packages -tools and -tests don't
depend on other packages besides main python package so there is no reason
to not to build them by default.
2006-10-02 18:54:09 +00:00
bernd
b2be6681a6 Update to ruby-1.8.5.
See http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog for a summary of
changes.

tested by krw@
ok msf@, sturm@
2006-10-02 07:48:08 +00:00
steven
5af76b8d5c +spidermonkey 2006-10-01 23:03:24 +00:00
steven
e27d0d118d import of spidermonkey 1.5
SpiderMonkey is the code-name for Mozilla's C implementation of
JavaScript.

from Antoine Jacoutot <ajacoutot at lphp.org>

with some patches from FreeBSD.
2006-10-01 23:02:12 +00:00
steven
fc18d1e35e INSTALL_DATA instead of cp to ensure correct file modes.
from deanna@sdf.lonestar.org
2006-09-29 22:10:53 +00:00
djm
df845c7322 support bits for setuptools-style ports, activated using:
MODPY_SETUPTOOLS = Yes

feedback and ok xsa@
2006-09-26 15:27:02 +00:00
pedro
24a30b2607 Also provide a shared version of the Lua library
Discussed with and okay jolan@
2006-09-25 02:39:06 +00:00
jasper
5614c2c2fd update arena to 0.9.7 and update my e-mail address while there.
ok alek
2006-09-18 18:53:32 +00:00
espie
5b8b723bc3 zap unneeded 0.0 2006-09-18 11:50:39 +00:00
sturm
f40b6dea93 add RUN_DEPENDS on ruby-gems for gems-based ports
bump PKGNAME where necessary

noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf
2006-08-23 21:12:24 +00:00
bernd
62e5e54451 Explicitly depend on tk-8.4.*. This fixes package updates for ruby-tk if
more than one tk version is installed.

ok sturm@, msf@
2006-08-09 22:14:11 +00:00
kurt
4708035a9d this doesn't build on amd64 yet (needs libffi) remove from list.
okay naddy@
2006-08-09 11:59:04 +00:00
espie
d39a581bf9 more new lib specs 2006-08-03 19:56:08 +00:00
espie
d64e5b7dc6 new lib specs 2006-08-03 13:09:09 +00:00
steven
fd86297c92 update to erlang R11B-0
from maintainer Jon Olsson <jon at vexed.se>

ok sturm@
2006-08-02 17:21:19 +00:00