Commit Graph

2332 Commits

Author SHA1 Message Date
jasper
3752dd95fa don't pickup etags if it's installed, etags will choke and dump core later on in the build.
add this quick bandaid untill etags gets fixed
2011-06-13 21:04:58 +00:00
rpointel
201b9f189f Add a patch from Samir Saada (thanks) to correctly build on loongson.
Bump revision. Ok jasper@.
2011-06-13 19:43:59 +00:00
jasper
708fc01cab - update to iverilog 0.9.4 2011-06-13 19:42:25 +00:00
rpointel
f280fddcc0 Switch default to python 2.7.
Discussed and ok from many. Bumps will follow.
"go go go" from jasper@.
2011-06-08 17:28:14 +00:00
rpointel
7b840f9416 Modify patch from fgsch@. Bump revision.
ok sthen@ jasper@
2011-06-08 08:02:54 +00:00
robert
d75e3af324 use a different method to force using the bundled mcs.exe for bootstrapping
to avoid random build failures in fake
2011-06-05 15:16:48 +00:00
robert
16f1c2b8eb Make mono happy with vmmap. Thanks to Zoltan Varga from Mono for looking
into this issue and coming up with the fix:
Fix NOMAP32BIT support in specific trampolines.
2011-06-04 11:17:08 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
jeremy
d6e2524879 Update to version 1.6.2. 2011-06-02 00:11:50 +00:00
ajacoutot
2eb999c6f7 Bugfix update to vala-0.12.1.
ok jasper@
2011-06-01 16:14:52 +00:00
rpointel
ea37821819 Correct the wrong value of LDFLAGS (certain ports will need WANTLIB += ${MODPY_WANTLIB}).
Thanks for fgsch@ for his patch-Modules_selectmodule_c to correct SIGBUS error on sparc64 (test_kqueue.py).

It's time make bulks of Python2.7 on as many archs as we can.

Thanks a lot.

ok sthen@ aja@
2011-05-30 21:11:44 +00:00
jasper
a86c14c4aa add patch here too to unbreak after gmp update; no binary change 2011-05-27 21:11:37 +00:00
jasper
c88bae6877 fix distinfo for php-5.3.5, we're not at 5.3.6 yet.. 2011-05-27 21:09:22 +00:00
jasper
ff90d9b257 Security fix for CVE-2011-0188
Ruby BigDecimal Integer Truncation Vulnerability

Fix from upstream svn. Only 64-bit hosts are affected.

ok jeremy@ (MAINTAINER)
2011-05-25 18:20:43 +00:00
jasper
17243e0941 regen patches 2011-05-25 17:50:45 +00:00
jasper
dcd4f22681 Remove python-mode.el, it's now part of the emacs-python package.
It wasn't distributed anymore in the python distfile starting from 2.7 anymore.

Please install the emacs-python pacakge to continue using the functionality.

ok rpointel@
2011-05-23 06:42:02 +00:00
landry
6ab0fdaec1 Update to rakudo 2011.04 from maintainer Pascal Stumpf.
Use ${PARROT_VERSION} in PLIST to avoid churn upon next update.
Tested on amd64/ppc by myself.
2011-05-22 20:23:27 +00:00
landry
654aff0886 Update to parrot 3.3.0, from maintainer Pascal Stumpf.
Use ${V} in PLIST to avoid churn on next update.
Tested on amd64/ppc by myself.
2011-05-22 20:22:08 +00:00
jasper
87723a3ac3 the python-mode.el isn't distributed anymore with python >= 2.7, so remove
this message for now.

discussed with and ok rpointel@
2011-05-22 19:21:24 +00:00
sthen
2f4780a0dc add MODGCC4_GCJWANTLIB and MODGCC4_GCJLIBDEP, pdftk will need these.
ok landry@
2011-05-20 08:12:53 +00:00
rpointel
cc67cdc9fd add python2.7 to the build.
ok landry@ sthen@
2011-05-15 08:25:45 +00:00
robert
96d274dabc Add support for running phpize and installing an example ini
file for ports using this module.
2011-05-13 09:41:24 +00:00
sthen
ec6452affe fix curl updates 2011-05-12 17:07:20 +00:00
robert
2db9cd2030 fix update from www/php5 2011-05-12 14:30:12 +00:00
joshe
955603c335 Update lang/sbcl to 1.0.48
This eliminates a number of patches which have been committed
upstream, as well as removes the texlive build dependency. The PDF
documentation is no longer built, which doesn't seem to upset anyone.

ok jasper@
2011-05-12 02:11:52 +00:00
fgsch
b773a0128f Use skipIf and mention the platforms explicitly. 2011-05-08 22:46:19 +00:00
fgsch
0a79ab1fc2 Security fix for CVE-2011-1521.
prodded and ok jasper
2011-05-07 09:36:17 +00:00
fgsch
81bd45496c make the comments more prominent. 2011-05-07 09:35:13 +00:00
fgsch
e7a4d15602 - revert the handling of async callbacks pre 2.7 for the time being. this
fixes the hangs and some other problems and allow us to move further while
  a proper fix is investigated. as a result remove the patches to test_io
  and test_socket, they are ok now.
- remove the distutils diff. it doesn't seem right, nobody really knows why
  it's there and it actually breaks things with this version.
- bump
discussed and ok rpointel martynas sthen djm
2011-05-05 23:25:44 +00:00
jeremy
ad9b5dc56c REVISION bump rubinius after devel/llvm upgrade, and change the build
depends to llvm>=2.9.

sthen@ agreed about a month ago
2011-05-05 18:22:35 +00:00
rpointel
129e1f459d Removed AUTOCONF_VERSION?= now we have the correct AUTOCONF_VERSION in each version of Python.
From Brad, ok sthen@.
2011-05-03 17:52:04 +00:00
rpointel
ddaac7f6a1 use proper autoconf version, from Brad.
ok sthen@.
2011-05-03 17:48:08 +00:00
fgsch
0f9cb35359 install 2to3 under python2.7-2to3 so it can co-exist with 2.6
rpointel sthen martynas ok.
2011-05-03 17:18:28 +00:00
fgsch
f50c74636c - install 2to3 under python2.6-2to3 so it can co-exist with 2.7
- use right autoconf version
- fix CVE-2011-1521 (2.4 and 2.5 will be handled separately)
- bump
rpointel sthen martynas ok.
2011-05-03 17:17:01 +00:00
fgsch
14d07c603d adjust interpreter path for 2to3 and install it under pythonVERSION-2to3.
discussed with rpointel, rpointel sthen martynas ok.
2011-05-03 17:14:43 +00:00
ajacoutot
6f3853d4f2 And once again, fix the DLLMAP_FILES regex. 2011-05-03 10:40:59 +00:00
jasper
67c829d0ee sync 2011-05-02 20:46:42 +00:00
jasper
8d9e163650 import feldspar
Feldspar (Functional Embedded Language for DSP and PARallelism) is an embedded
DSL for describing digital signal processing algorithms

ok kili@
2011-05-02 20:45:39 +00:00
jasper
8e7fce00c0 - remove unneeded patch 2011-05-02 19:02:40 +00:00
jasper
eea515899b - update to 0.92.0 2011-05-02 17:22:37 +00:00
sthen
27836bb7f9 - add a HOMEPAGE
- set license markers ("without fee" Lucent/Bell license)
- bump REVISION
2011-04-28 19:28:15 +00:00
jasper
398bd7cda9 make build logs a lot easier to read by zapping the
"<malloc.h> is obsolete, use <stdlib.h>" warnings.
2011-04-28 19:18:22 +00:00
jasper
78f9b820e1 - enable rdf and sgml libraries now that libc has swprintf() 2011-04-28 18:59:18 +00:00
robert
5413f6acc9 update to 2.10.2 2011-04-27 08:50:15 +00:00
rpointel
714b3ba354 Added 2 patch to permit to 'make regress' without blocking...
Used @unittest.skip instead of commenting out the test.
Corrected wrong value of LDSHARED in sysconfig, cf http://bugs.python.org/issue10547.
Bump REVISION.
ok landry@ (thanks).
2011-04-26 19:42:31 +00:00
kili
684b72c0fd Bye bye haskeline,
mtl and terminfo don't really rhyme.

yes | sed 's/./I shall not touch INTREE_ONLY_PACKAGES in ghc.mk./;100q'

But keep utf8-string and xhtml for now.
2011-04-25 22:06:43 +00:00
jolan
1a3df9cf28 remove dead mirrors and use MASTER_SITE_BACKUP explicitly 2011-04-25 15:01:28 +00:00
rpointel
eaa3c34823 Import Python 2.7.1.
Thanks a lot to landry@, fgsch@ for feedback.
Need tests before doing this version the default.
2011-04-24 09:31:44 +00:00
rpointel
c25fe689b1 Prepare import of python 2.7.
(Not linked to the build, and not made the default python).
ok landry@, fgsch@.
2011-04-24 09:19:01 +00:00
naddy
48f3fa2894 New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 22:53:48 +00:00