naddy
65bc5aa607
bump revision for plist changes 4.9 -> 5.0
2011-07-18 19:06:36 +00:00
naddy
eda00f379f
remove some by now unused and confusing variables
2011-07-18 17:26:41 +00:00
naddy
97797cc0a0
fix build after after 4.9->5.0; with help from rpointel@
2011-07-18 15:32:18 +00:00
sthen
17b5e65888
Replace a dead MASTER_SITES mirror with a working one.
2011-07-16 20:22:48 +00:00
robert
93da2fef8e
fastcgi is hard without fastcgi support so enable it
2011-07-15 12:57:42 +00:00
robert
82b8af8cff
make sure to read the correct php configuraion file, noticed by ajacoutot@
2011-07-14 12:40:48 +00:00
naddy
faedabb1c1
Due to fixes for the definition of NULL in our header files the
...
corresponding fixups are omitted now.
Also add the fixup for wchar.h that must have appeared sometime in
the past.
ok sthen@
2011-07-13 22:20:31 +00:00
jasper
89368b0e65
- upstream mirror old distfiles on sf.net, so remove comment and backup site
2011-07-13 11:39:24 +00:00
jasper
cfe4b19e99
sync
2011-07-13 08:03:40 +00:00
jasper
ec80e75339
Retire this version of the 2.x family. All ports either use the
...
default (2.7) or are using an even older version (2.4/2.5) so 2.6 can go.
ok sthen@ rpointel@
2011-07-13 08:03:31 +00:00
jeremy
1dcb6991d1
Update to 1.8.7-p352.
...
"looks ok to me" landry@
2011-07-11 04:15:19 +00:00
jasper
9d438e995c
- fix spello in comments: areference to a metal genre and wrong tense
2011-07-10 19:38:17 +00:00
jasper
1c75ff7d6d
- update to haskell-src-exts-1.11.1
...
ok kili@
2011-07-10 12:21:07 +00:00
jasper
a838548eee
fix prev.
2011-07-09 09:43:59 +00:00
robert
b1a46ef878
fix fastcgi path
2011-07-09 00:41:44 +00:00
robert
c897d74fff
set CONFIGURE_STYLE for the phpize modules
2011-07-09 00:15:09 +00:00
robert
dc81a2fceb
add support for MODPHP_BUILDDEP and MODPHP_RUNDEP
2011-07-08 22:36:47 +00:00
robert
c944cab818
switch to lang/php
2011-07-08 18:23:17 +00:00
robert
1ba5ab8133
add new master site and remove REVISIONs
2011-07-08 17:45:08 +00:00
robert
b779fc4db0
update to 5.3.6
2011-07-08 16:57:35 +00:00
jasper
a18204ad04
- fix patch names, no binary change
...
- regen a patch while here
2011-07-08 11:42:09 +00:00
jasper
2ecb7aa27e
fix, as spotted by nigel taylor
2011-07-08 07:39:37 +00:00
jasper
8037b9b663
missing in prev.
2011-07-07 21:32:58 +00:00
jasper
dcc5448126
recognize openbsd5, may need some more work
2011-07-07 21:32:39 +00:00
sthen
62807b896e
unbreak patching, spotted by Nigel Taylor.
...
as a bonus recognise openbsd 5.3 in regression tests.
bump as this file makes it into the package.
2011-07-07 20:55:05 +00:00
ajacoutot
94ccb4c91a
Use the libiconv|gettext MODULE.
2011-07-06 23:56:08 +00:00
jasper
8f4e6e2aa2
regen
2011-07-06 12:25:29 +00:00
jasper
f7c94b8b34
regen
2011-07-06 12:05:56 +00:00
jasper
58a52e292f
- zap a patch that would bork instead of fix the path in pydoc
...
spotted by frantisek holop
2011-07-06 07:35:16 +00:00
landry
0b62f2b8d1
add forgotten patch
2011-07-05 20:07:49 +00:00
landry
c46721a6f5
Backport 7e6fe78278
...
From Piotr Sikora, Fixes a crasher in timezone handling with MochiWeb.
2011-07-05 20:07:30 +00:00
naddy
f0a7665a76
bump EPOCH; 13b.04 < 47.4.0 from 5+ years ago
2011-07-05 05:09:04 +00:00
jasper
0e77ee167f
- install a .desktop file
2011-07-03 21:49:30 +00:00
jasper
6e312ed33f
- update to 1.6
...
- do some real testing during regress
2011-07-02 10:10:37 +00:00
jasper
edc3060414
sync
2011-07-02 09:48:48 +00:00
jasper
ccc1c3bc39
import datalog 1.5
...
The Datalog package contains a lightweight deductive database system.
Queries and database updates are expressed using Datalog -- a
declarative logic language in which each formula is a function-free
Horn clause, and every variable in the head of a clause must appear
in the body of the clause. The use of Datalog syntax and an
implementation based on tabling intermediate results, ensures that
all queries terminate.
from Daniel Dickman
ok sthen@
2011-07-02 09:48:03 +00:00
jasper
a089d2238d
- unbreak regress target
2011-07-01 12:41:23 +00:00
dcoppa
b55107cded
Unbreak Erlang/OTP on sparc64 (fix a misaligned memory access).
...
This is not my patch, but a modified one
(7092c4a41a
)
that has been committed upstream by Bjorn-Egil Dahlberg of the
Erlang/OTP team at Ericsson: thanks!
OK landry@
2011-07-01 08:26:24 +00:00
kili
f08f365520
Update to ghc-7.0.4.
...
i386 tests done by Jona Joachim (thanks!).
2011-06-30 21:26:15 +00:00
kili
8f1fe8440c
Using vfork(2) is evil, but adding a line like
...
#define fork vfork
and then apparently call fork (in cbits/runProcess.c, IIRC) is
even worse.
This patch appears to `fix' (or hide?) the ENODEV errors spotted
by landry@ during bulk builds.
A complete GHC update will follow soon, so there's no reason for a bump.
2011-06-30 21:25:17 +00:00
rpointel
3756dd0626
Use devel/libffi and not libffi embedded in Python.
...
ok landry@ jasper@.
2011-06-29 11:58:31 +00:00
rpointel
907ada56db
+cython
2011-06-29 08:28:47 +00:00
rpointel
91fe494c92
Import cython, from James Turner, with few tweaks by me and landry@.
...
ok landry@, benoit@.
Cython is a language that makes writing C extensions for the Python
language as easy as Python itself. Cython is based on the well-known
Pyrex, but supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language, but Cython
additionally supports calling C functions and declaring C types on
variables and class attributes. This allows the compiler to generate
very efficient C code from Cython code.
This makes Cython a language for wrapping external C libraries, and for
fast C modules that speed up the execution of Python code.
2011-06-29 08:27:26 +00:00
jasper
047258332b
@comment the wininst files, like python2, so this packages on mips64el now.
2011-06-28 09:29:28 +00:00
rpointel
3671c22e9e
Import the WIP of Python 3.2.
...
Worked on it with jasper@ and Henry Precheur (thanks).
Ok jasper@, sthen@.
Not link to the build, having it intree will allow more people to work on it.
2011-06-27 18:44:13 +00:00
dcoppa
6bca37f0e2
Fix MASTER_SITES: a double '/' breaks their webserver
2011-06-25 07:48:43 +00:00
jasper
cdb8ff7f5e
add a better COMMENT
2011-06-24 21:12:52 +00:00
jasper
9cfae73a3b
sync
2011-06-24 07:01:30 +00:00
jasper
317573addb
import processing 1.5.1
...
Processing is an open source programming language and environment for
people who want to create images, animations, and interactions.
Initially developed to serve as a software sketchbook and to teach
fundamentals of computer programming within a visual context, Processing
also has evolved into a tool for generating finished professional work.
Today, there are tens of thousands of students, artists, designers,
researchers, and hobbyists who use Processing for learning, prototyping,
and production.
ok sthen@
2011-06-24 07:00:16 +00:00
jasper
2918cfae48
- update to 1.2.1
...
ok ian@ (MAINTAINER)
2011-06-23 07:40:25 +00:00
naddy
dd00a8e076
simply install the source man page
2011-06-21 20:17:53 +00:00
jasper
08dfc2c1ce
- fix MASTER_SITES, a double '/' breaks their fragile webserver
...
spotted by dhill@
2011-06-20 21:54:37 +00:00
sthen
748511976d
Use PATCHORIG, regen patches and rename the files which didn't match the
...
normal update-patches filenames. This avoids update-patches picking up the
.orig files in PHP distfiles and make it easier to keep in-sync. ok robert@
2011-06-18 19:49:22 +00:00
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