3863 Commits

Author SHA1 Message Date
landry
e7df1f7194 Mark BROKEN-alpha a bunch of ports that reliably failed (!) to build in
the past 3 bulks, or forever.

Various reasons: no d^Hrecent compiler available, base gcc generating
nice internal compiler errors, no atomic ops, etc, etc.

While here, mark all webkits as BROKEN-hppa, since this also requires
clang or g++ 4.7. Our g++ 4.8 port only builds on
i386|amd64|powerpc|sparc64 anyway...

if you're interested^Wbored to death, full past logs at
http://build-failures.rhaalovely.net/alpha/...
2014-12-30 21:50:24 +00:00
robert
bf790b6de2 fix reading past the end of a string when setting the native thread name,
which would lead to a crash on i386; noticed by sthen@

also remove a bogus patch which hardcodes the python path and properly
substitute the python binary's path in the Makefile instead
2014-12-30 18:47:31 +00:00
jturner
0026bac353 Update mlite to 20141229 2014-12-30 16:06:22 +00:00
robert
c71d17c3eb update to 3.10.0 2014-12-29 10:49:12 +00:00
jasper
98105518c6 don't use rm -f, as the files may be removed at some point and we'd never know
about it
2014-12-28 14:28:34 +00:00
robert
b643d1c962 security update to 5.6.4; fixes CVE-2014-8142 2014-12-28 13:01:42 +00:00
robert
50a7dd9dcf security update to 5.5.20; fixes CVE-2014-8142 2014-12-28 12:52:42 +00:00
kili
c3e8ee7e7f Mark as broken, because an update would need yet another hs- port
(tree-view). This also disables the build of the depending ports
feldspar-compiler (already disabled by marking hs-ghc-mtl as broken)
and feldspar-language.
2014-12-28 12:16:27 +00:00
robert
e81d32b615 security update to 5.4.36; fixes CVE-2014-8142 2014-12-28 12:13:04 +00:00
bcallah
1adcb6fa34 Update to 20141223. Introduce another perl line to prevent a compile error
from trying to redefine swap64.
2014-12-24 21:13:22 +00:00
jca
7daf9c2bc4 Update to mawk-1.3.4-20141206, fixes a bug for gsub and nextfile. 2014-12-23 12:50:24 +00:00
jsing
e1f15078f3 Update lang/go to version 1.4.
ok bmercer@ daniel@ sthen@
2014-12-23 12:21:37 +00:00
rpointel
5c528d5ce1 remove files fetched during regress tests.
reported by daniel@ and kili@
2014-12-22 06:29:59 +00:00
rpointel
fef5403543 Update to Python 3.4.2.
ok aja@ (thanks).
2014-12-19 20:32:07 +00:00
daniel
018d2f16ef Fix MODPY_TKINTER_DEPENDS when MODPY_SETUPTOOLS=Yes.
ok sthen@
2014-12-17 00:31:52 +00:00
sthen
f47c010e07 copy the license requirement comment from Makefile.inc to the relevant
version Makefiles (so that it will be clearly visible in files which are
edited when REVISION is bumped)
2014-12-16 10:05:40 +00:00
sthen
8cbcb56707 mention RAND_egd disabling in 3.4/CHANGES.OpenBSD (license requirement;
missed earlier)
2014-12-16 10:04:14 +00:00
kili
c11a3642b4 Comment about new dependency. 2014-12-15 20:03:33 +00:00
kili
f70dd769de Update to hs-haskell-src-exts-1.14.0.1. 2014-12-15 20:02:57 +00:00
rpointel
452edb578e Update Python 2.7 to 2.7.9.
ok sthen@, also tested on macppc by Fred <openbsd@crowsons.com> (thanks).
2014-12-14 08:32:55 +00:00
edd
7006e320f9 Update to PyPy-2.4.0.
OK benoit@
2014-12-13 13:53:18 +00:00
brad
8b1388af84 bump revision. 2014-12-12 21:52:26 +00:00
naddy
2b19bf5e90 Drop USE_GROFF because mandoc's rendering isn't worse than groff's. 2014-12-12 19:50:16 +00:00
jeremy
b8b891e80e Update to JRuby 1.7.17
Stop overriding the internal jnr-posix implementation, as the patches
in our copy have been merged upstream.  This also means we can drop the
zip/unzip BDEPs.

OK jasper@
2014-12-10 17:00:01 +00:00
sthen
cd0f18112b lua's math_randomseed needs srand_deterministic, pointed out by tedu 2014-12-10 00:44:52 +00:00
landry
8f003597b1 BROKEN-hppa: gcc ICE on _gambc.c since end of september 2014-12-08 14:28:00 +00:00
brad
7167d275f4 bump revision. 2014-12-06 06:10:19 +00:00
naddy
fb84824c2e Drop USE_GROFF since groff and mandoc produce identical output. 2014-12-05 12:50:09 +00:00
kili
52db5b1530 Remove dependencies on devel/hs-haskeline and devel/hs-transformers,
to unbreak ports like databases/sqlports (noticed by naddy).

plist changes and bumps included, but a little bit pointless (the
ports are still unbuildable).
2014-12-03 21:56:43 +00:00
jturner
d84e574736 Update mlite to 20141203 2014-12-03 19:57:05 +00:00
brad
9f36ae7c5b Correct the php.ini file name used for PHP 5.6 to look for php-5.6.ini instead
of php-5.5.ini as it looks like the patch was simply copied over from 5.5 when
creating the new port. Also use the ${PV} variable with the 5.5 / 5.6 ports as
well so as to do things in the same manner as done with the 5.3 / 5.4 ports.

Issue noticed by otto@
ok sthen@
2014-12-02 09:41:07 +00:00
jturner
6f7e06c28e Update mlite to 20141201 2014-12-01 18:15:34 +00:00
jturner
224ba6bd8e +mlite 2014-11-29 16:12:35 +00:00
jturner
cb296a6ae9 Import ports/lang/mlite. ok juanfra@ benoit@
mLite is a general-purpose, functional, lightweight, dynamic programming
language. It borrows ideas from both the Scheme [R4RS] and Standard ML
[DEFSML] languages, taking most of its syntax from ML and its dynamic
nature from Scheme. It extends ML-style pattern matching by adding
guarded patterns and also introduces the principle of implicit guards.
The implementation presented here is intended to be portable and easily
realized on top of existing Scheme systems.
2014-11-29 16:11:29 +00:00
naddy
27900aa769 temporarily disable Ada: it is broken with a strict memcpy that
checks for overlap; ok pascal@
2014-11-27 17:23:08 +00:00
dcoppa
9a89dbce1a Update to gawk-4.1.1
feedback naddy@
2014-11-27 13:06:11 +00:00
kili
8c02305e01 Oops! I disabled a little bit too much here. pPrPr_disableITimers() is
actually needed.

No bump, because ghc is still marked as broken.
2014-11-24 13:39:19 +00:00
kirby
b1134a92c8 fix HOMEPAFE and MASTER_SITES
regen distinfo while here
2014-11-23 10:12:28 +00:00
kili
5703f52e38 Update to haskell-src-1.0.1.6. 2014-11-22 20:55:27 +00:00
kili
d4c487a9ff Update to ghc-7.8.3, but mark as broken until all other
hs ports are done.

Please note that it still doesn't use shared libraries, so
still no ghci (and a lot of hs-ports not buildable) on i386.
2014-11-22 20:23:22 +00:00
brad
330eb0d64e Don't use malloc.h header on OpenBSD.
ok robert@
2014-11-22 20:14:21 +00:00
espie
1cb3951cf1 ada bootstrap missing. not sure it's gonna get fixed. No matter, just
disable the subpackage (minimizes diffs to other gccs)
2014-11-22 17:00:13 +00:00
pascal
7ac95f3a95 Update to 4.9.2. Finally gets rid of gfortran patches.
Tested on everything except sparc, adastraps mirrored by and ok tobiasu@
2014-11-20 19:54:40 +00:00
brad
0bd0eb80b5 bump REVISION for PKGSPEC. 2014-11-19 09:52:26 +00:00
brad
d1c9ea7572 Add the missing PKGSPEC for 5.6.
ok robert@
2014-11-19 09:41:05 +00:00
daniel
e8f0baec37 Update to cope with gets(3) removal. Still doesn't build so no bump.
ok espie@
2014-11-18 02:07:17 +00:00
bcallah
16f666c4eb Update to 20141116. 2014-11-16 21:08:47 +00:00
robert
51c712e43b add php-5.6; ok sthen@ 2014-11-15 13:43:01 +00:00
sebastia
71d99076cd make the no_ri_docs FLAVOR the default on alpha and hppa, tested with
running puppet on those.

OK jasper@, jeremy@
2014-11-15 11:36:14 +00:00
robert
57eb3208cd security update to php-5.4.35 2014-11-15 10:18:12 +00:00