landry
15e164e01e
Mark as BROKEN-sparc64, it doesnt reliably build, and some depending ports
...
randomly fail to build too. Someone with interest in sparc64 should look
into it, in the meantime it messes up bulk builds.
2012-11-28 21:46:42 +00:00
sthen
49180dc5fe
fix ap2 flavours; they should be in lang/php/Makefile not lang/Makefile
...
reported by naddy
2012-11-28 20:51:39 +00:00
sthen
236da48bc7
build PHP modules for Apache 2
2012-11-28 10:48:07 +00:00
sthen
bf51655168
- update to PHP 5.3.19, with a re-rolled suhosin patch (the last official
...
one has a patch conflict due to copyright date changes)
- don't build pointless -ap2 flavoured subpackages (modules, fpm, fastcgi)
ok robert@ (maintainer)
2012-11-28 10:47:12 +00:00
landry
db9771eaa0
Add the needed glue for MODCLANG_ARCHS, to properly depend on devel/llvm
...
only on the given archs. Taken from gcc4.port.mk
ok sthen@
2012-11-26 22:16:55 +00:00
jasper
2f64254ceb
- update to coffeescript-1.4.0
2012-11-20 19:30:13 +00:00
jeremy
15afe8d391
Update to ruby 1.9.3-p327.
2012-11-20 16:52:32 +00:00
stu
85fba6fcd3
Update to 8.5.13.
...
Ok landry@
2012-11-19 15:09:52 +00:00
abieber
da3f845045
Update to 2.0.0 release.
...
OK jasper@, sthen@
2012-11-16 15:06:57 +00:00
jasper
ff8d507981
- update to vala-0.18.1
2012-11-14 08:00:59 +00:00
nigel
c9bf5090da
Add runtime and regress dependencies, fix being able to run regression
...
tests. As per sthen@ comments mip64el left out, and NOT-ARCH left.
Ok sthen@
2012-11-13 22:34:04 +00:00
jasper
989289a59f
remove empty files
2012-11-13 10:42:27 +00:00
landry
0f9eea998d
Bump all ports depending on nspr to account for the devel/nspr,-main ->
...
devel/nspr pkgpath change. While here, make sure mozilla ports depend on
the latest and greatest via mozilla.port.mk.
Tested in a bulk build..
2012-11-12 20:45:32 +00:00
dcoppa
59a0a201a4
Make Lua C modules load dynamic libraries with global symbols (use
...
RTLD_GLOBAL like lua-5.2 does)
ok jasper@
2012-11-09 08:36:44 +00:00
tobiasu
0d99eb1631
Oops, revert adastrap-i386-4.7.2-0.tar.xz checksum back to previous value
...
This slipped in due to testing adastrap on i386. No bump required since
the package doesn't build :(
OK sthen@
2012-11-09 00:58:26 +00:00
kili
25c8820878
Use runghc for Setup.l?hs, which should always work now (with rthreads).
...
Bulk tests done by naddy@ and sthen@. thanks.
2012-11-08 22:21:45 +00:00
tobiasu
18e9b90a33
Add Ada support on amd64 and sparc64
...
Also unbreak and improve adastrap generation
Cleanup bootstrap libc handling
ok pascal@
2012-11-06 00:57:43 +00:00
kili
7c0fe71272
Stop ghc-pkg unregister <pkgname> -v0 --force issuing warnings that
...
this would break other packages.
Please note that those warnings are only disabled if both
-v0 *and* --force are given.
'no objections' dcoppa@
2012-11-05 20:20:07 +00:00
pascal
f5236c82d9
Update to parrot 4.9.0, nqp/rakudo 2012.10. Tested on amd64/powerpc. Still
...
broken on sparc64 (though differently), tested by landry@.
ok landry@
2012-11-05 17:57:50 +00:00
sthen
61b9f7545f
fix on powerpc, and add an explicit ONLY_FOR_ARCHS listing the arches
...
which the JIT has been written for (though some may not work in the port yet).
2012-11-02 02:08:38 +00:00
jasper
60f3feab3f
- store the version in a variable instead of duplicating it all over
...
- regen patches while here
2012-11-01 21:31:55 +00:00
avsm
21a5f242c1
unbreak ocaml on macppc by fixing the configure script
2012-11-01 07:57:26 +00:00
kili
457e93d6f7
Add hs-syntactic.
2012-10-31 19:27:29 +00:00
kili
0e435d1579
Unbreak by updating to feldspar-compiler-0.6.0.2.
...
ok jasper@
2012-10-31 19:23:33 +00:00
kili
77912263d5
Unbreak by updating to feldspar-language-0.6.0.2.
...
ok jasper@
2012-10-31 19:22:44 +00:00
kili
96b710d449
This library provides:
...
* Generic representation and manipulation of abstract syntax
using a practical encoding of open data types (based on Data
Types a la Carte)
* Utilities for analyzing and transforming generic syntax
* General variable binding constructs
* Utilities for building extensible embedded languages based
on generic syntax
* A small proof-of-concept implementation of the embedded
language Feldspar (see the examples directory)
ok jasper@
2012-10-31 19:21:14 +00:00
gsoares
14262d8a99
add MODLUA_BIN to SUBST_VAR
...
no bump needed in lua packages, since this doesn't affect generated packages
OK jasper@ sthen@
2012-10-31 13:39:32 +00:00
kili
2acb3c8385
Move the @exec and @unexec lines running the {,un}register.sh scripts
...
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
abieber
ddb1073515
+ luajit
...
OK sthen@ landry@
2012-10-27 14:08:05 +00:00
abieber
07e730c218
Initial import of luajit - a just-in-time compiler for Lua
...
OK sthen@ landry@
2012-10-27 14:05:33 +00:00
jeremy
2f43e2b597
Show actual compilation commands when building C extension
...
gems on ruby 1.9.
2012-10-24 22:51:26 +00:00
jeremy
ccf58b6fcc
Update to ruby 1.9.3-p286. Remove security patch included in new
...
version. Switch rubygems to handle building of C extension
gems as non-root in more cases.
OK jcs@
2012-10-24 22:49:05 +00:00
pea
5f21f03efe
Allow php to build on loongson
...
Fix types for sparc64
With help from Miod@, thanks you !
ok robert@
2012-10-24 07:58:48 +00:00
sthen
e64809b25c
trailing whitespace in CATEGORIES
2012-10-23 09:33:44 +00:00
kurt
b6875bfd59
Use gcj 4.6 instead of 4.2 to build. Also fix conflict with gcj 4.6.
...
okay jasper@
2012-10-19 22:28:41 +00:00
kurt
e6d0f75aab
Fix boehm-gc and increase gcj default thread stack size. Makes gjc work
...
well enough to bootstrap devel/jdk/1.6. okay pascal@ jasper@
2012-10-17 19:58:21 +00:00
sthen
9615c3d6d8
zap trailing whitespace in files where it's present on PERMIT_* lines
2012-10-15 15:18:31 +00:00
sthen
3a1c6d10f6
zap trailing whitespace where it's present in MASTER_SITES/COMMENT
...
lines in ports Makefiles
2012-10-15 15:06:41 +00:00
landry
b77153cb11
Add a patch allowing gforth to build on mips64el.
...
From Donovan Watteau on ports@, thx
2012-10-14 20:18:56 +00:00
rpointel
1305786da7
remade the MODPY_DEFAULT_VERSION_2 and MODPY_DEFAULT_VERSION_3 external variables,
...
used in few ports...
spotted by jasper@ and Alexandr Shadchin.
2012-10-14 17:26:12 +00:00
abieber
dc751ca217
+libv8
2012-10-14 03:29:35 +00:00
abieber
880429309e
import lang/libv8 - a javascript engine for clients and servers
...
OK jeremy@, sthen@
2012-10-13 15:09:58 +00:00
rpointel
32dc0089f4
begin to clean python.port.mk by making these variables internal:
...
_MODPY_DEFAULT_VERSION_2
_MODPY_DEFAULT_VERSION_3
_MODPY_PRE_BUILD_STEPS
_MODPY_BIN_ADJ
ok sthen@ reads good espie@.
2012-10-12 19:57:46 +00:00
sthen
6eacdb91e8
bump various packages with static libs which frequently get pulled in;
...
this is to force pkg_add -u to pick them up because moving to PIE does change
these files but since there are no library bumps, the package signature stays
the same.
there are probably others, these are just ones I've run into. not a great
fix, and needs to be repeated when other arch move, but it's the simplest low
impact fix and I'm fed up with "relocation R_X86_64_32S can not be used
when making a shared object; recompile with -fPIC"
2012-10-12 14:53:39 +00:00
pascal
9af6846f71
configure doesn't pass LDFLAGS for some tests, so add -nopie to CFLAGS as well
...
on powerpc.
ok aja@
2012-10-11 18:12:53 +00:00
dcoppa
9d4b8c4681
Fix fallout of haskell ports, now that devel/gmp is no more a
...
dependency for ghc - lang category
2012-10-11 14:39:45 +00:00
kili
7531d4bb00
Don't remove the bin directory when building a bootstrapper.
...
While here, remove the commands that attempt to rename
*-x86_64-* to *-amd64-*, because it currently doesn't
work anyways (VERSION_DATE is ignored by the bootstrapper
build).
2012-10-11 11:05:02 +00:00
dcoppa
47aa23534d
Fix random crashes at runtime when there's heavy use of libgmp.a
...
(e.g. large Fibonacci numbers): link GHC with its bundled gmp library
that has customized memory allocation functions.
While here, fix two other problems as well:
- undefined references to 'ffi_call_unix64', 'ffi_closure_unix64'
on amd64
- unknown symbol '__guard_local' (caused by gcc's switch from __guard
to __guard_local)
Joint work with kili@
OK kili@
2012-10-11 07:51:10 +00:00
stu
02783054e0
Update to eltclsh-1.12.
...
ok matthieu@
2012-10-10 22:09:29 +00:00
jeremy
d2417c156f
Backport security fix and test for it from ruby SVN revision 37068.
...
OK jasper@
2012-10-08 13:17:11 +00:00