ajacoutot
438fef2cf7
This has been BROKEN on powerpc for a while, so mark it as such.
2012-05-06 07:35:32 +00:00
robert
9711706740
update to 5.3.12
2012-05-05 14:26:14 +00:00
jeremy
800354698d
Update to jruby 1.6.7.2, only change is a rubygems update to work
...
fix SSL security issues when installing gems.
2012-05-04 20:15:53 +00:00
pascal
46702013ca
Do not let different versions of libstdc++ conflict with each other. At the
...
same time, make sure that g++ is never installed alongside a higher version
of libstdc++, so that stuff will always link to the correct library.
feedback espie@ and kurt@, ok kurt@
2012-05-04 08:47:55 +00:00
jasper
913ad4ab81
- update to 0.92.2
2012-05-03 20:46:24 +00:00
espie
5189f3d2f9
g++ 4.7 doesn't really work with gcc 3.3.6, since it won't find -lgcc
2012-05-03 11:49:14 +00:00
espie
863d932489
give C++ a chance to work...
2012-05-03 11:22:29 +00:00
kili
cf3d6a5d7f
Bump. Just to enforce rebuilds of all hs-* packages.
...
Blame the famous "ghc-builds are not deterministic" bug for this.
2012-05-02 22:58:31 +00:00
matthieu
1a1298f853
Update HOMEPAGE and MASTER_SITE
2012-04-28 20:20:15 +00:00
stu
35bfbd45a0
Update to otcl 2.0
...
ok sthen@ sebastia@
2012-04-28 18:06:29 +00:00
ajacoutot
689f54b24a
--localstatedir=/var is the default now.
2012-04-28 10:52:08 +00:00
sthen
f2c437ed01
Let php-config-5.[23] --php-binary report the correct path. This fixes
...
regression tests in pecl ports. Part of my pecl.port.mk work which was
OK'd by jasper@ (maintainer timeout).
2012-04-28 08:34:56 +00:00
jeremy
b7330716bb
Update to ruby 1.9.3-p194. Fixes SSL security issues when installing
...
gems, and has other significant bugfixes.
2012-04-27 18:40:02 +00:00
rpointel
58f0310490
Update Python 2.7.2 to 2.7.3.
...
ok mpi@, gonzalo@. tested in a bulk build by landry@.
2012-04-27 08:18:59 +00:00
kili
24610fc0e9
Set GhcThreaded=NO again.
...
Bulk builders suffer without this, and we already have a sligt
idea what's going wrong (new thread receives a signal before
__tfork returns and then it fails in sigreturn).
I hope to find some time to work on a regression test for this
problem (which isn't related at all to ghc).
2012-04-25 22:50:37 +00:00
sthen
977a5cf9a6
missing bump -estdc
2012-04-24 09:47:31 +00:00
pascal
90cf7ab585
s/_POSIX_THREADS/_REENTRANT/, noticed by Brad.
2012-04-24 07:05:34 +00:00
pascal
1f2db171c7
sync WANTLIB version
2012-04-23 21:32:29 +00:00
espie
a046747283
well, void distfile names are a bad idea.
2012-04-23 21:22:09 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
pascal
6382574149
aja is mirroring adastrap; thanks!
2012-04-23 16:30:48 +00:00
pascal
f2b393605c
Import gcc 4.7.
...
ok espie@
2012-04-23 15:56:40 +00:00
pascal
ffe09c8f33
tedu old versions of gcc
...
ok kurt@ espie@ sthen@
2012-04-23 15:17:56 +00:00
pascal
b15c7fe082
- define _REENTRANT, not _POSIX_THREADS for -pthread
...
- sync kprintf formats with base
looks ok to kurt@
2012-04-23 14:16:34 +00:00
pascal
7db97b1c58
Define _REENTRANT, not _POSIX_THREADS for -pthread; ok kurt@
2012-04-23 14:12:18 +00:00
pascal
83058afc05
- define _REENTRANT, not _POSIX_THREADS for -pthread
...
- enable thread model posix; bump estdc++ major
- fix manpages: install cpp.1 and gcov.1 with an 'e' prefix, and install
another copy of gcc.1 as eg++.1 instead of an effectively empty page.
feedback and ok kurt@
2012-04-23 14:06:42 +00:00
ajacoutot
0691c69586
Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
...
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
sthen
e5d6b57eb2
add a patch to railo's README to make it easier to apply the config changes
...
to tomcat's web.xml file for the common case where you haven't made extensive
changes already.
2012-04-20 15:08:40 +00:00
jasper
9a48f02b1d
add conflict marker for gambit
2012-04-20 10:48:40 +00:00
jasper
3be6750273
sync
2012-04-20 10:48:03 +00:00
jasper
4106d78c2d
import gambit 4.6.5
...
The Gambit Scheme system is a complete, portable, efficient and reliable
implementation of the Scheme programming language.
The Gambit-C system conforms to the R4RS, R5RS and IEEE Scheme
standards. The full numeric tower is implemented, including: infinite
precision integers (bignums), rationals, inexact reals (floating point
numbers), and complex numbers.
ok sthen@
2012-04-20 10:47:40 +00:00
sthen
739fe130d6
add a MODULE for pecl ports. ok jasper@
2012-04-19 21:29:33 +00:00
okan
0255d2d454
+pcc
2012-04-19 14:48:16 +00:00
okan
8e12a935be
import pcc; ok sthen@
...
portable C compiler
from Eric Radman
2012-04-19 14:47:17 +00:00
jasper
d214d28479
- install examples
...
- fix the dyn_open() call in the FFI example
2012-04-19 06:46:41 +00:00
jasper
fa27aa91db
- drop USE_GROFF
...
- fix HOMEPAGE to point to the docs, instead of a redirect to a vaporware project.
2012-04-19 06:34:04 +00:00
jasper
84e93dff36
- update clojure to 1.4.0
...
* many changes, please refer to the changelog for a full list:
http://groups.google.com/group/clojure/browse_thread/thread/1f87f69db07a8162
2012-04-18 20:18:43 +00:00
pascal
3f726ecffb
Enhance this module to provide ${MODGCC4_CPPLIBDEP} and ${MODGCC4_CPPWANTLIB}.
...
ok robert@
2012-04-18 18:41:22 +00:00
sthen
fdbafc41d0
+railo
2012-04-17 13:12:50 +00:00
sthen
e6cebce522
import ports/lang/railo, ok gsoares@
...
Railo is a high-performance open-source CFML engine. It has good
compatibility with other CFML engines. Most sites can be ported to
Railo with very little effort and all of the major CFML frameworks
support Railo out of the box.
Railo will very probably run your sites faster than any other CFML
engine, allowing you to handle more load and to provide a better
experience for end users.
2012-04-17 13:12:28 +00:00
jsing
2070d9343a
Use the __tfork() syscall instead of rfork(), which no longer exists.
...
ok sthen@
2012-04-15 13:37:27 +00:00
jsing
d2d32d4d60
Remove incorrect ${FULLPKGNAME} from PLIST.
2012-04-15 13:19:15 +00:00
robert
b47270d725
update to mono-2.10.8 and remove some old hacks now that we have
...
sem_timedwait()
2012-04-13 11:51:49 +00:00
jasper
24497dd8b7
- update to 1.3.1
2012-04-12 19:08:46 +00:00
pascal
0e321f98b8
Defaulting to march=i486 in the compiler doesn't help much if the driver
...
overrides that setting. Sync both to use i486. Fixes libreoffice and chromium
on i386, tested by both me and naddy@.
2012-04-09 11:55:53 +00:00
ajacoutot
06fdf8fa76
Use PKGSPEC to make sure the 2 spidermonkey ports are differentiated
...
when checking for dependencies.
2012-04-08 17:21:35 +00:00
pascal
589e02ed65
Fix previous to work when building java, but not go. Noticed and patch by
...
Andre Zepezauer on ports@ (thanks).
ok sthen@
2012-04-08 12:40:51 +00:00
landry
447d77c70a
Update lang/spidermonkey to build from firefox 3.6.28 sources.
...
While here add @option no-default-conflict + @conflict
spidermonkey->=1.9.2 in preparation for devel/spidermonkey import.
MAINTAINER timeout, ok/prodding ajacoutot@
2012-04-07 13:39:02 +00:00
pascal
52678a89c6
Also build libffi on arches where java isn't supported, it's needed for libgo.
...
tested on powerpc and ok aja@
2012-04-06 07:50:32 +00:00
sthen
685822afb0
Add a module to allow for easier building of a port using CLang/LLVM
...
by adding MODULES=lang/clang. Based on gcc4.port.mk and simplified.
OK robert@
2012-04-05 18:28:16 +00:00