Commit Graph

1446 Commits

Author SHA1 Message Date
steven
c42fd706bb fix a bug in the kernel poll implementation (OTP-6344)
from maintainer Jon Olsson
2006-12-10 19:07:50 +00:00
bernd
07b32cb93a Fix some more security problems in cgi.rb.
ok msf@
2006-12-04 13:26:51 +00:00
steven
bee72c9882 add MODRUBY_RUN_DEPENDS to help MULTI_PACKAGES
ok msf@
2006-12-01 14:04:06 +00:00
bernd
e9153a7d5f Add VMEM_WARNING=Yes. Building the ruby documentation consumes lots of
memory.

discussed with msf@
2006-11-27 09:52:52 +00:00
msf
1c166bbf7e remove the default CONFIGURE_STYLE and CONFIGURE_SCRIPT into the new
'ruby extconf' CONFIGURE_STYLE

this allows us to pull ruby.port.mk into fun things like subversion

ok bernd@
2006-11-27 09:36:14 +00:00
matthieu
68ab67ef03 Quote automake macro names to make automake 1.9 silent.
ok (and remainder about package name bump) mbalmer@
2006-11-26 13:47:31 +00:00
espie
4b5b8ed8c5 new MULTI_PACKAGES. patch from kili, committing so we're finished... 2006-11-26 11:38:07 +00:00
steven
8b63a2b8ee introduce MODPY_RUN_DEPENDS 2006-11-26 10:16:22 +00:00
espie
a64e971c29 clean-up:
- use PSEUDO_FLAVORS
- fix ownership of various files
- new MULTI_PACKAGES
- slightly newer snapshot
2006-11-25 16:26:46 +00:00
msf
8dc6071094 Change to SUBST_VARS+=
discussed and ok bernd@
2006-11-25 10:03:32 +00:00
steven
b1f5c9716e new MULTI_PACKAGES 2006-11-24 20:48:23 +00:00
bernd
872f8d2ac0 Switch to new MULTI_PACKAGES. ok espie@, msf@ 2006-11-24 09:45:08 +00:00
bernd
6455de7b45 Add missing COMMENT-main. 2006-11-22 17:40:43 +00:00
espie
cf9b0dbefe new MULTI_PACKAGES
fix ownership of a few files
turn MAKE_xxx into PSEUDO_FLAVORS
2006-11-22 01:17:45 +00:00
steven
31265c8695 update to erlang R11B-2
from maintainer Jon Olsson

looks good sturm@
2006-11-21 08:59:44 +00:00
espie
b75dec414c fix a few obviously wrong dependencies, and remove extra shells in ghc. 2006-11-20 13:07:19 +00:00
espie
6c9a06297f convert to new MULTI_PACKAGES 2006-11-20 12:21:04 +00:00
msf
0f7703305c unbreak no_x11 flavor. spotted by Jason LaRiviere. 2006-11-19 11:54:44 +00:00
jasper
a642a9cf90 update arena to 0.9.9 2006-11-17 14:38:49 +00:00
steven
f7f5f2afbb explicitly pass X includes/libraries location to an old configure script
(otherwise it breaks with config.x11.site)
2006-11-16 07:29:59 +00:00
steven
3fa7fd5027 USE_X11 2006-11-13 11:20:24 +00:00
kurt
be4044c10c fix strtod/__dtoa conflicts. okay pvalchev@ 2006-11-11 01:44:54 +00:00
alek
f0eaa2070a PFRAG file missed in previous commit 2006-11-09 17:36:29 +00:00
ajacoutot
7348af005d - build thread safe spidermonkey
corrections & ok steven@
2006-11-08 23:17:33 +00:00
djm
3f01d8e28d fix compilation on ARM, where the ctypes module is not supported by
moving it into a new PFRAG; feedback and ok alek@
2006-11-08 19:00:19 +00:00
djm
78f9f58699 refer to 2.5, not 2.4 here 2006-11-08 18:59:38 +00:00
kili
262f516a1b Avoid references to PKGNAME.
Remove noops like WRKDIST=${WRKDIR}/${DISTNAME}.
Drop DIST_SUBDIR where appropriate.

Problem mentioned by naddy.
Some simplifications and ok, steven.
2006-11-04 19:19:15 +00:00
kili
81f3a43fc9 Fix the autoconf tests for our new gmp (from upstream) and update
to 0.32.

some corrections and ok, steven@
2006-11-04 12:52:06 +00:00
espie
4ec0940ae1 Remove traces of SCRIPTS_ENV 2006-11-03 17:01:10 +00:00
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