Commit Graph

2889 Commits

Author SHA1 Message Date
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