Commit Graph

3061 Commits

Author SHA1 Message Date
jeremy
6061383cfb Update to jruby 1.6.8. 2012-09-24 17:07:39 +00:00
kili
c03859effa Add archivers/gtar to BUILD_DEPENDS, because without it, configure
may detect it but dpb(1) may remove it afterwards, which causes the
build to fail (spotted by naddy).

This *could* be done simpler (by adding TarCmd=/bin/tar to
CONFIGURE_ENV), but this would break the bootstrap target.

Some more dependency odditiies (dblatex, docboo*, libxslt may be
not necessary for the no_doc FLAVOR, also noticed by naddy@) will
be checked and fixed later.
2012-09-23 20:26:57 +00:00
jeremy
9292714b1a Switch gem/extconf ports to build with ruby 1.9 by default, allowing
the use of the ruby18 FLAVOR to explicitly build a version for ruby 1.8.
To handle updates, add a @pkgpath marker with the unflavored PKGPATH
to all ruby18 FLAVOR gem/extconf PLISTs.

Remove format-executable CONFIGURE_STYLE, since only one port uses it.
Instead, allow the port Makefile to set GEM_FLAGS, and have ruby.port.mk
append to that if it already exists.
2012-09-23 16:56:15 +00:00
espie
19a7a697da fix parallel builds. fixincludes doesn't own that directory, so don't
clean it up.

More recent gcc have a cleaner fix, where fixincludes has been moved to
another directory that it truly owns, but in our case, we do not need to
clean up the fake directory as it's just been created.

okay pascal@, naddy@
2012-09-23 10:32:16 +00:00
kili
9a64b5e40a Use the new bootstrapper.
i386 bits (bootstrapper build and test) from sthen@, Thanks!
2012-09-20 16:38:16 +00:00
sthen
8953ad4aeb add elf note section for OpenBSD. patches from jsing, applied to port by me. 2012-09-19 21:10:38 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
jasper
7881cf1c45 the heuristic to set pkg_arch was wrong; so remove it alltogether. 2012-09-19 08:14:51 +00:00
kili
b87b83173a Prepare for a new bootstrapper (now statically linked). 2012-09-18 18:24:26 +00:00
espie
fdf185a970 fuck that shit 2012-09-18 16:53:17 +00:00
jeremy
ccb66ed2cc Fix a backport of a patch that never made it to ruby 1.8.7, which left
out the definition of a new function added in the patch.  Allows usage
of the ruby 1.8 socket extension with LD_BIND_NOW=1.

OK naddy@
2012-09-18 16:02:53 +00:00
abieber
3e94622fe2 sync patch comments for upstream openbsd activity
OK jasper@
2012-09-18 13:56:09 +00:00
jasper
5324b2d106 - update to vala 0.17.7 2012-09-17 07:10:33 +00:00
kili
5fa7016113 Add a no_doc pseudo flavor which disables the -doc subpackage and
skips building the documentation.
2012-09-16 08:33:04 +00:00
abieber
2ebb59e099 - update node to 0.8.9
OK jasper@
2012-09-14 22:40:20 +00:00
jasper
fb0d28343d - update erlang to R15B02 2012-09-10 20:35:19 +00:00
matthew
3da8280559 Link DSOs with 'cc -shared' instead of 'ld -shared' so that
__guard_local is defined appropriately.

ok nigel
2012-09-06 00:57:54 +00:00
avsm
e1e478862b CONFIGURE_STYLE=oasis should BUILD_DEPENDS on sysutils/findlib, as OASIS
hardcodes its use, and naddy@ found several broken builds as a result.

ok from czimmermann too.
2012-09-05 21:36:31 +00:00
pascal
402ab6593a adapt a sparc64 patch; still not enough because it decides to segfault in
libgcc.

found by landry@ in a bulk.  fuck gcc.
2012-09-04 10:11:56 +00:00
jasper
5a6141aaec add not-really-missing build dependency 2012-09-04 08:50:52 +00:00
jasper
12ae55016d - update to 0.17.6 2012-09-03 20:58:59 +00:00
pascal
f080554be1 Make gcc 4.[67] use __guard_local instead of __guard. From Brad.
ok matthew@
2012-09-03 13:24:58 +00:00
kili
09098ed653 Blame the memory eater. 2012-09-02 23:01:29 +00:00
kili
96b899408f Remove BROKEN marker. Everything should build and work fine now. 2012-09-02 22:21:51 +00:00
kili
5bcacc0c78 Update to haskell-src-exts-1.13.3. 2012-09-02 21:30:38 +00:00
kili
35b9390b81 Update to HsParrot-0.0.2.20110925. 2012-09-02 21:29:58 +00:00
kili
ccf859926a Update to haskell-src-1.0.1.5. 2012-09-02 20:19:19 +00:00
kili
b2e79ee47e Update to ghc-7.4.2, but keep it marked as broken (and not only for amd64).
Most of the -nopie changes are from pascal@ (thanks); I only had to
merge them for ghc-7.4 and tweak configure and mk/config.mk.in.
2012-09-02 19:53:46 +00:00
kili
4f6e960e6d Mark as broken for now, because it doesn't build with ghc-7.4.
A newer version probably works but needs some new dependencies,
IIRC.

ok, jasper@ (during g2k12).
2012-09-02 18:08:33 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
pascal
13f6a15732 Patch GCC and derived ports to use PIE by default on the same architectures it
is enabled on in base; except for gcc 3.3, which does not have PIE support and
therefore needs to pass -nopie to the linker.

Also, sync powerpc pthread specs with base.  From Brad.

ok naddy@
2012-09-01 00:00:32 +00:00
pascal
5eeb506019 tedu gcc 3.4. unused, incomplete, nobody working on it.
ok naddy@, "don't care" espie@
2012-08-31 18:37:47 +00:00
pascal
fa14b0b8b9 For now, mark GHC broken on amd64. kili@ is sitting on an update at the moment
so it doesn't make sense for him to fix this old version.

ok kili@
2012-08-31 18:10:14 +00:00
pascal
07ffe3ec07 Adapt PIE fixes to new gcc/ld behaviour: Use -nopie as LDFLAGS and -fno-pie as
CFLAGS.

found in a bulk by and ok naddy@
2012-08-30 20:54:59 +00:00
abieber
518d4efd72 - upgrade node to 0.8.8
OK sthen@, jasper@
2012-08-30 01:13:32 +00:00
sthen
757b73bc31 missing bump, pointed out by nigel@ 2012-08-29 20:53:32 +00:00
sthen
a1154fc621 missing bump, pointed out by nigel@
adjust comment about bundled libc for adastrap while there
2012-08-29 20:51:41 +00:00
jasper
3d1f96a2c4 skip the test for get_fpc_csr() on OpenBSD; we do have the function,
but gambit expects union fpc_csr to be present too, which we lack.
2012-08-29 18:46:24 +00:00
jasper
6fce3c10e7 - update to 0.17.5, which will be needed soon by newer gnome
ok aja@
2012-08-29 14:11:17 +00:00
sthen
c8cbedb21c sync OBSD_LIB_SPEC in the ports tree compilers with the updated one
in base; from Brad
2012-08-28 23:39:12 +00:00
espie
6857535880 consistent style
okay rpointel@
2012-08-28 19:10:45 +00:00
sthen
c44d5938af oops, lost "m" in WANTLIB-estdc in wantlib sync commit; fix and bump REVISION. 2012-08-27 20:06:16 +00:00
krw
ad485c2079 Upgrade to 1.58.
From Manuel Giraud via tech@. Thanks!

Tested on i386/amd64/macppc to show fewer regressions failing than
1.54!

ok joshe@
2012-08-27 18:03:32 +00:00
sthen
668f1ff16a update to gawk 4.0.1, from rpe, ok ajacoutot@ 2012-08-27 13:38:08 +00:00
stu
2c58c07dfb Fix bad patch from previous commit. 2012-08-26 16:51:13 +00:00
stu
9270b14ff5 Update to 8.5.12.
Ok sebastia@
2012-08-26 15:47:00 +00:00
stu
a09a1f9b85 Update to beta-24.
Ok sebastia@
2012-08-26 15:43:51 +00:00
pascal
3dd48630d4 missing .endif, found by and ok aja@ 2012-08-26 10:19:48 +00:00
pascal
081a373d7b Set PKGSPEC-main to be more strict about versions (>=4.6,<4.7) of the -main
package.  g++ et alii should always depend on a matching gcc.  Same solution as
for 4.7 by espie@.

found by and ok aja@
2012-08-25 18:22:54 +00:00
sthen
ed5718d175 update to PHP 5.3.16, ok robert@ 2012-08-24 08:11:13 +00:00
sthen
cc855487de sync wantlib for pecl-* 2012-08-23 19:35:31 +00:00
sthen
701ea4d98f sync wantlib 2012-08-23 19:19:16 +00:00
sthen
4c19121165 sync wantlib and bump epoch 2012-08-23 18:53:49 +00:00
abieber
8d0b2ad861 - update node to 0.8.7
- add @mandir to plist
OK sthen@, jasper@
2012-08-23 17:29:44 +00:00
avsm
d9100de916 specify the correct man page location for CONFIGURE_STYLE=oasis ports 2012-08-21 00:24:22 +00:00
pascal
e27ffe7e0c Sync -pthread semantics with base gcc. From Brad.
ok matthew@
2012-08-20 12:35:41 +00:00
pascal
e051391d3c After feedback from kettenis@, we won't be defining -DPIC on PIE archs per
default.  Garbage collect the patches that dealt with these issues, and use
the builtin define __PIC__ to detect if we're PIE/PIC.

ok naddy@
2012-08-20 11:50:59 +00:00
pascal
ffeba43ac8 PIE preparations: Do not use gmalloc, except on powerpc, which breaks with
libc malloc and as a result must use -fno-pie for now.

Various diffs tested by joshe@ and landry@ on sparc64/powerpc;
ok joshe@ (maintainer)
2012-08-20 09:23:15 +00:00
ajacoutot
057028b194 RCS id cleanup; also add OpenBSD RCS Id where missing... 2012-08-19 22:30:36 +00:00
pascal
ec96a5487f Build fixes for powerpc.
ok aja@
2012-08-19 15:11:21 +00:00
avsm
0ffcd882eb update to ocaml-4.00.0
- uses new ocaml_native and ocaml_native_dynlink arch properties
- changelog: http://caml.inria.fr/pub/distrib/ocaml-4.00/notes/Changes

From Christopher Zimmermann <madroach@gmerlin.de> with fixes from me
2012-08-18 21:49:16 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
stu
5a1e432e5c Increase coverage of MODTCL_*_ADJ to 30 lines; catches more ports.
Ok sthen
2012-08-13 21:06:43 +00:00
pascal
167aa2e265 For now, disable PIE in GHC. This will be revisited later on by kili@ in the
next update.  And again, calling stuff "PIC" is a bad idea ...

ok kili@
2012-08-12 11:31:33 +00:00
pascal
b118d4e770 Neither of these ports can use PIE.
ok naddy@
2012-08-11 23:02:23 +00:00
landry
6c0818a009 Mark as BROKEN-sparc64, almost killed the build machine..
ok sthen@ a while ago.
2012-08-06 13:09:39 +00:00
sthen
8130c0d888 update PHP to 5.3.15 for real this time (committed previous from wrong machine) 2012-08-05 12:00:54 +00:00
sthen
463de630e1 bugfix update to php 5.3.15, ok robert@ 2012-08-05 10:32:09 +00:00
sthen
c40bb774c3 XXX comment, PKG_ARCH=* is set too easily. Add reminder to remove workaround
from games/freedroidrpg when this is fixed.
2012-08-05 08:07:28 +00:00
espie
ccd1190a52 make sure make plist works on any arch, should fix pkglocatedb troubles. 2012-07-30 15:49:55 +00:00
jasper
af916f73a3 add MODLUA_DEP_VERSION to SUBST_VARS 2012-07-19 20:25:16 +00:00
jasper
91d743a84d - Fix use of "clever" mktime.
-  Fix support for leap seconds-aware timezones.

from piotr sikora
2012-07-18 13:44:31 +00:00
pascal
002cee8638 Enable gcc 4.7 for release.
ok espie@
2012-07-15 08:56:55 +00:00
pascal
f2e4c82f69 Disable -java until I get around to fixing it.
ok espie@
2012-07-15 08:56:26 +00:00
jasper
802663255c Security fix for CVE-2012-3382, Mono "ProcessRequest()" Cross-Site Scripting Vulnerability
ok robert@ (MAINTAINER)
2012-07-13 16:59:15 +00:00
jasper
afe54d5764 regen 2012-07-13 16:59:01 +00:00
pascal
8060bec3df Update to rakudo 2012.06. 2012-07-13 09:47:01 +00:00
pascal
6ee4b374e1 Update to nqp 2012.06.1; give arm a chance to work. 2012-07-13 09:46:41 +00:00
pascal
ffa60ef381 Update to parrot 4.5.0, fix detection of libffi and IPv6. 2012-07-13 09:46:05 +00:00
jasper
bb57cf2769 fix net/nmap 2012-07-12 12:54:50 +00:00
jasper
92a0eb7c2b check for invalid modlua_versions 2012-07-11 10:10:57 +00:00
jasper
f1ab9af1e0 redo flavor handling 2012-07-11 10:06:11 +00:00
robert
8bf8339b57 update to 2.10.9 2012-07-10 22:32:01 +00:00
jasper
89882b25dc start fixing flavors 2012-07-10 18:34:26 +00:00
jasper
71ba6a5b3e if a port already has flavors, allow it to use the lua52 flavor too.
spotted by william@
2012-07-10 17:14:53 +00:00
jasper
9a3fabe227 - update to 5.2.1 2012-07-10 15:23:43 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
1ab04af85e - rewrite lua.port.mk to support multiple lua versions.
written and rewritten above and in budapest, with some help from sthen@ (and his cider)
2012-07-10 15:09:25 +00:00
jasper
e5fed29a14 remove lua 5.1 leftovers 2012-07-10 15:07:55 +00:00
jasper
511ec1da34 add lua 5.2 2012-07-10 15:06:21 +00:00
jasper
4d5f9beaf3 Move lua 5.1 into it's own directory 2012-07-10 15:04:52 +00:00
abieber
c18fbf0a5f - update node to 0.8.2
- really remove @extraunexec

ok sthen@, jeremy@
2012-07-10 00:45:10 +00:00
abieber
f253937abb - update node to 0.8.1
- remove @extraunexec

ok jeremy@, sthen@
2012-07-09 13:54:54 +00:00
jasper
3d06a421a9 - don't install emacs files; since it'll break when emacs is not available. 2012-07-07 10:15:24 +00:00
jasper
d414bb5e45 - update to 4.6.6 2012-07-07 09:39:55 +00:00
jasper
611142c06d allow regress tests to run 2012-07-07 09:11:59 +00:00
jasper
2ba13ad0e5 - update to 0.92.2.1, no visible changes for us. 2012-07-07 09:07:03 +00:00
jasper
24834cb0f9 - update to 1.8.8 (last release in the 1.8 series)
* the update to the 2.x series will require a lot more work
2012-07-07 08:31:57 +00:00
stu
5f4341a3c7 Update to beta-23.
ok landry@
2012-07-04 17:47:27 +00:00
stu
9e9c68c951 Bump number of lines processed to 20
in MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ.
Catches more scripts; lessens the need for patching.

ok landry@
2012-07-04 17:04:01 +00:00
sthen
265570289f allow native-compat_o51___tfork until Go is ported to the new system call.
I was going to add this to the global infrastructure/db/systrace.filter
(which was OK'd by phessler) but realised it makes more sense to
put it here.  ok jsing@
2012-07-04 15:20:31 +00:00
jsing
1b3eb18043 Update to Go version 1.0.2.
ok jasper@ sthen@
2012-07-04 15:18:39 +00:00
ajacoutot
db4cc08965 Mark BROKEN on powerpc. 2012-07-04 12:47:50 +00:00
jeremy
88c8137132 Update to ruby 1.8.7-p370.
One of our local patches for a security fix was applied upstream, so
remove that patch.
2012-07-03 19:58:39 +00:00
jasper
0dde8e2808 Allow building against OpenSSL without SSLv2 support.
from brad
ok robert@ (MAINTAINER)
2012-07-02 08:14:26 +00:00
pascal
3c23183a62 Update to gcc 4.7.1.
- add some fixes for hppa, though it still isn't ready for prime time yet.
  Chances are it will only work with -O1, pending testing.  Many optimisations
  lead to broken code and segfaults on hppa.  Joint work with jsg@.
- fix libstdc++ upgrade path
- bring in recent fixes for execinfo/magic.h from 4.6

ok espie@
2012-07-01 18:56:45 +00:00
pascal
c648bb387c Deal with hidden dependencies libmagic and libexecinfo, found by Mikolaj
Kucharski:
- disable detection of magic.h
- record build dependency on devel/libexecinfo.  Note that this affects only
  profiling features of libstdc++, enabled by defining _GLIBCXX_PROFILE.

ok espie@
2012-07-01 18:28:40 +00:00
sthen
69db9fb84d update Railo to 3.3.4.003 2012-06-30 20:47:53 +00:00
kili
67005b2c07 Use new bootstrappers and bump.
(i386 from sthen@, thanks!)
2012-06-29 05:52:01 +00:00
jasper
e65c567a95 - update node to 0.8.0
* please see this blog post for more details on the changes:
  http://blog.nodejs.org/2012/06/25/node-v0-8-0/
  * the migration wiki can be consulted to port your code to node 0.8:
    https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
    - expose node-gyp, so it's now installed into ${LOCALBASE}/bin/ too

    from aaron bieber with tweaks by me
    ok jeremy@
2012-06-28 08:30:28 +00:00
naddy
dd246c15f1 remove gcc3 workaround 2012-06-27 19:28:52 +00:00
rpointel
1411c3f1b5 Update Python 3.2.2 to 3.2.3.
Changelog: http://www.python.org/getit/releases/3.2.3/
ok landry@.
2012-06-27 18:58:25 +00:00
rpointel
9f5c81ba5f needed for the python 3.2.3 update (to understand the splendid pep3147...)
ok landry@.
2012-06-27 18:56:26 +00:00
jasper
6bbe01dca4 sync 2012-06-26 19:54:00 +00:00
jasper
fc6be5c733 import tinyscheme 1.40
TinyScheme is a lightweight Scheme interpreter that implements as large
a subset of R5RS as was possible without getting very large and
complicated. It is meant to be used as an embedded scripting interpreter
for other programs. As such, it does not offer IDEs or extensive
toolkits although it does sport a small top-level loop, included
conditionally.

ok sthen@
2012-06-26 19:53:38 +00:00
kili
0b00fbcf29 We need a new Timmy^WBootstrapper!
(It would be nice if someone could build one on a current i386)
2012-06-26 18:17:18 +00:00
jasper
02abd40f9d - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:02:18 +00:00
jasper
82493d7030 - update to 0.16.1 2012-06-25 12:26:03 +00:00
espie
10adbfb29c use TRUEPREFIX to allow correct behavior wrt do-install.
from Christopher Zimmermann
2012-06-25 11:43:35 +00:00
jasper
8000c77301 - update to 1.1 2012-06-22 16:38:21 +00:00
phessler
c46c212820 mark as broken on 32bit sparc 2012-06-22 13:08:09 +00:00
naddy
c45cf8037b drop GCC4 support from a port that is only for GCC2 archs 2012-06-22 11:59:51 +00:00
naddy
be03335dc4 bump for plist changes 5.1 -> 5.2 2012-06-22 11:28:51 +00:00
naddy
758513708e GCC3 is gone, we don't need to deal with it any longer; ok sthen@ 2012-06-21 16:17:40 +00:00
sthen
49a55c3e0f bump for plist changes 5.1 -> 5.2 2012-06-21 13:56:57 +00:00
ajacoutot
c6730eabb5 Merge pdo_sqlite into the core package; we have sqlite3 in base now.
input/ok sthen@ robert@ (maintainer)
2012-06-21 06:58:51 +00:00
jasper
135c62319b Adjust now that libtool lives in base
ok aja@ (who came up with the same goi diff)
2012-06-19 17:21:15 +00:00
kili
bad59a088d Add CFLAGS to the link targets (to get all binaries linked with libpthread).
From and with matthew. ok matthew, sthen
2012-06-18 22:03:46 +00:00
ajacoutot
52c20b12d7 Put the ln(1) and rm(1) commands on one line so that lazy people like me
can just copy/paste it.

ok robert (maintainer)
2012-06-17 06:49:07 +00:00
sthen
b2170de7b1 fix @conflict line (it was wrong in submitted diff, I fixed 5.3
but forgot 5.2..) - pointed out by nigel@, thanks!
2012-06-16 19:00:07 +00:00
sthen
015918373e update to PHP 5.3.14, "please do" robert@
- also build the zip extension, from wen heping
2012-06-16 12:51:06 +00:00
kili
1dbbaaa459 Remove pointless test suite patch. It just covered up some fd leak
in the test framework, and the process007 test still failed for the
threaded variants (in the system(3) call).
2012-06-12 20:11:22 +00:00
jasper
e607b9c7b2 - fix build with new nant
from ryan boggs (MAINTAINER)
2012-06-12 17:31:32 +00:00
landry
16be6f2293 Mark as BROKEN on hppa, no __sync_bool_compare_and_swap() /
__sync_add_and_fetch() support and no asm fallback in
./sapi/fpm/fpm/fpm_atomic.h
2012-06-12 09:23:10 +00:00
pascal
7969fd62e7 Fix NQP on big-endian platforms, tested by landry@ on both powerpc and sparc64.
Thanks to Jonathan Worthington for coming up with a fix upstream.
Also, add -Werror fixes for powerpc, tested by aja@.

ok landry@
2012-06-12 08:21:54 +00:00
sthen
7a9c056e4c update to Node 0.6.19, from maintainer Aaron Bieber 2012-06-06 20:33:50 +00:00
pascal
9f95f81221 Use PROPERTIES to check for be/le, reorganise Makefile to make usd of
bsd.port.arch.mk and convert the WORDSIZE check to PROPERTIES while here,
requested by naddy@.

ok jasper@ naddy@
2012-06-04 21:02:15 +00:00
pascal
60449f9aa7 Make use of ${BE_ARCHS}. 2012-06-04 18:43:18 +00:00
pascal
067e7e86b5 Disable on big-endian platforms due to upstream bugs.
ok landry@
2012-06-04 16:58:59 +00:00
pascal
9f8beb2799 OpenGL bindings also need pcre present. Noticed by landry@. 2012-06-04 15:59:36 +00:00
sthen
9824cf43ee update to Railo 3.3.3.001 2012-06-04 13:49:19 +00:00
pascal
70734078be Respect CC/CFLAGS for all parts of nqp; don't add -O3 in 3rdparty/dyncall.
prodded by and ok aja@
2012-06-03 12:17:54 +00:00
jasper
588f2ae2fb sync 2012-06-02 12:25:11 +00:00
jasper
b9aaca8cf6 import elixir 0.5.0
Elixir is a programming language built on top of the Erlang VM. As
Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.

Elixir is also dynamic typed but, differently from Erlang, it is also
homoiconic, allowing meta-programming via macros. Elixir also supports
polymorphism via protocols (similar to Clojure's), dynamic records and
provides a reference mechanism.

Finally, Elixir and Erlang share the same bytecode and data types. This
means you can invoke Erlang code from Elixir (and vice-versa) without
any conversion or performance hit. This allows a developer to mix the
expressiveness of Elixir with the robustness and performance of Erlang.

feedback/ok sthen@
2012-06-02 12:24:13 +00:00
jasper
004e63f74b add MODCLANG_VERSION
prompted by sthen@
2012-05-26 09:13:43 +00:00
jasper
71870ac24b - update to R15B01
- reset maintainer as requested by alex
2012-05-26 09:08:57 +00:00
ajacoutot
6b2f4f84a5 unexec -> unexec-delete.
ok from maintainer Ryan Boggs
2012-05-25 22:21:53 +00:00
sthen
5a611d1b88 Don't assume that llvm-config is a perl script, will fix build with LLVM 3.1
ok jeremy@
2012-05-24 08:51:32 +00:00
jasper
1dd4aa573a adjust for node.port.mk location change 2012-05-23 15:13:20 +00:00
jasper
c8eca07c5b sync 2012-05-23 15:12:12 +00:00
jasper
5d73d74c96 re-import node into lang, www was poorly chosen at the time of import
from aaron bieber (MAINTAINER), with cluestick hitting by espie@ 
as discussed with and ok sthen@
2012-05-23 15:11:43 +00:00
jasper
3ac8824849 - enable smp support
from icepiz.de at gmail.com and reminded by brad
ok MAINTAINER
2012-05-21 07:37:45 +00:00
jsing
30a5bd85bc Update lang/go to version 1.0.1.
ok sthen@
2012-05-20 16:32:51 +00:00
william
3f958812cc Disable reloads of php-fpm for now, as it spins instead of reloading.
ok robert
2012-05-19 02:49:45 +00:00
jasper
2adfb0a1d4 - update to 1.3.3
- take maintainership
2012-05-17 08:05:05 +00:00
jasper
7aedd86c8a drop an underscore 2012-05-15 19:24:21 +00:00
jasper
2da6934e08 add MODLUA_BUILD_DEP and rename MODLUA_RUN_DEP for consistency 2012-05-15 18:14:44 +00:00
jasper
b089987cb2 add support for retrieving MODLUA_WANTLIB and MODLUA_LIB_DEPENDS through the module. 2012-05-15 18:03:18 +00:00
jasper
18e764b415 add MODLUA_EXAMPLEDIR too 2012-05-15 15:11:06 +00:00
jasper
1eff428b0f add MODLUA_DOCDIR, this will help when we have two lua versions with which
ports can be built with..
2012-05-15 12:25:17 +00:00
pascal
a51e30b3c9 Fix build with Brad's sysconf(3) diff, found by naddy@ in his bulk build. 2012-05-14 23:39:39 +00:00
jasper
8e1b3389ac oops 2012-05-11 21:37:41 +00:00
jasper
cebfd4813c - update to 2.2 2012-05-11 21:36:48 +00:00
jasper
629d37ace8 add MODLUA_VERSION to SUBST_VARS, this will ease the PLIST churn when
lua gets updated to 5.2...
2012-05-11 20:48:38 +00:00
pascal
4001191856 forgot one patch 2012-05-09 13:53:28 +00:00
pascal
826ee3bbdd Update to rakudo 2012.04.1. 2012-05-09 13:51:35 +00:00
pascal
4a5ed836cf Update to nqp 2012.04.1. 2012-05-09 13:50:58 +00:00
pascal
a9ef031d4f Update to parrot 4.3.0. 2012-05-09 13:36:45 +00:00
jasper
3681ae85d3 - bump node requirement to the latest and greatest 2012-05-09 06:39:04 +00:00
ajacoutot
c6cc5cfb1b Don't overwrite THREAD_STACK_SIZE but use the default.
ok fgsch@
2012-05-09 06:21:12 +00:00
sthen
42b89bb2c5 update to PHP 5.3.13, fixing the fix for CVE-2012-2311 affecting CGI-based
setups (mod_php and FPM are unaffected).  OK robert@.
2012-05-08 21:29:16 +00:00
jasper
c9b9ea117b - bump after recent node.port.mk change 2012-05-08 17:11:02 +00:00
ajacoutot
2177400423 Add missing @sample.
ok robert@ (maintainer)
2012-05-07 14:41:56 +00:00
pascal
21fda32a64 Don't hardcode GC_nprocs to 1 in boehm-gc, but get it from sysconf instead,
following a similar change in devel/boehm-gc.
From Brad.

ok kurt@
2012-05-07 10:34:33 +00:00
pascal
e8a23c8e5e The old (ms2) garbage collector is apparently broken now; using the new one
like everywhere else gives us at least a working parrot on powerpc.

ok ajacoutot@
2012-05-07 09:17:41 +00:00
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