jasper
484c392291
update to coffeescript 1.6.2
2013-05-07 06:54:55 +00:00
naddy
06fb5f2660
avoid picking up bash in a sub-configure started during the build stage
2013-05-06 17:49:37 +00:00
tobiasu
12a99dc798
Take another stab at debugging the sporadic build failures in the gnat
...
build tools. Split compiling and linking/binding into two parts and add
some ls in between to spot the disappearing object file...
Reverts previous attempt running gnatmake with -j1 which turned out to
be insufficient.
ok pascal@ sthen@
2013-05-03 23:23:26 +00:00
tobiasu
277833d422
Sync 4.8 changes to 4.7 and 4.6
...
- Absolute path for STRIP
- Enable ncpu detection in gnatlib
- Force sequential "make install" target
2013-05-03 23:13:49 +00:00
kili
a9ea0742e8
The precompiled (and braindead) ghc-pwd in the binary bootstrapper
...
is poisoned with code from some very early bootstrapper, which
causes failure when bootstrapping from 6.6 via 6.10, 6.12, 7.0
to 7.4. So just overwrite it with /bin/pwd.
2013-05-03 09:41:29 +00:00
fgsch
605cea37db
hook python 3.3. 3.2 is still the default until some issues are sorted
...
with 3.3.
needed by and ok ajacoutot@
2013-05-03 08:52:13 +00:00
fgsch
88d0fdad29
allow to override the default python 3 version.
...
needed by and ok ajacoutot@
2013-05-03 08:51:05 +00:00
pascal
c4c645927e
* fix fixincludes (again)
...
* disable acats tests for now; the attempts to make sure that the ada tools in
${WRKBUILD}/gcc are used are quirky, wrong and don't work, causing the test
suite to fail early.
This allows the actual regression tests to run.
ok naddy@ tobiasu@
2013-05-03 07:44:55 +00:00
ajacoutot
0e97520794
Mark BROKEN on powerpc.
2013-05-02 07:36:01 +00:00
sthen
114602ef6e
revert last MODPY_PY_PREFIX change in SUBST_VARS, it prevents update-plist from
...
replacing share/doc/py-something with share/doc/${MODPY_PY_PREFIX}-something.
requested by fgsch@
2013-04-30 17:20:58 +00:00
fgsch
16a37755ae
pickup the system readline even if devel/readline is installed.
...
reported by nigel@, sthen@ ok.
2013-04-28 22:42:41 +00:00
jasper
c04e497daa
no need for gtar anymore, all erl-* ports build fine now.
2013-04-28 16:40:42 +00:00
fgsch
e4d0154245
Import python 3.3.1. Not hooked to the tree yet.
2013-04-28 01:29:57 +00:00
fgsch
9da5564087
Handle upcoming 3.3 directory
2013-04-28 01:00:33 +00:00
fgsch
6138e0b6fa
Update to 3.2.4.
...
Bring patches from 2.7, remove unneeded ones, change plist to not conflict
with upcoming 3.3.1 version and update changes specific to OpenBSD.
2013-04-28 00:55:26 +00:00
fgsch
fa8e43c0f5
- Update changes specific to OpenBSD
...
- Update comments on patch-configure_ac
- Drop uneeded change in setup.py
- Bump package
2013-04-28 00:51:34 +00:00
fgsch
7f313b784c
- change post-patch to use configure.ac
...
- set default autoconf version to 2.69
- explicitly set tk version to 8.5. prompted by sthen.
2013-04-28 00:49:11 +00:00
fgsch
a6b9736e09
This will be the only python version using configure.in soon so copy
...
the post-patch target that uses it here.
2013-04-28 00:40:47 +00:00
landry
fdf6b26fc1
Mark as BROKEN-sparc64, segfaults during build
...
generating constant definitions
../.././ext/socket/mkconstants.rb: [BUG] Segmentation fault
*** Signal SIGABRT in ext/socket
2013-04-22 19:18:16 +00:00
landry
c048f76975
Mark as BROKEN-hppa, no atomic ops on this arch like mips64*.
2013-04-22 19:13:40 +00:00
pascal
ac98887a45
Add alpha support.
...
Help/testing by naddy@
2013-04-20 20:54:04 +00:00
sthen
140db71305
regen distinfo and patches of a few things in ports which use the
...
Bellovin/$alz/Berets date.y, no package changes
2013-04-19 20:20:36 +00:00
jturner
bcb38ecb5d
Update tinyscheme to 1.41.
...
ok jasper@
2013-04-18 22:35:36 +00:00
bentley
71e03229ae
Update to iverilog-0.9.6.
...
ok jasper@
2013-04-18 17:57:07 +00:00
sthen
95064792af
update to PHP 5.3.24 and switch 5.3 to tar.bz2 distfiles
...
ok (and original diff for 5.3.23) william@, maintainer timeout
2013-04-18 08:38:54 +00:00
ajacoutot
cddca397cd
Well, that was quick... re-add BROKEN, it hangs on my first dpb build :-(
2013-04-17 13:52:07 +00:00
ajacoutot
e98aeda0e6
Unset BROKEN to see if this finally builds reliably.
...
ok sthen@
2013-04-17 08:00:48 +00:00
sthen
bb2ee20682
fix with libxml 2.9
2013-04-14 23:22:06 +00:00
fgsch
1f62a58148
Update python 2.7 to 2.7.4.
...
This is a slighly different version that I sent that includes an updated
kqueue diff that works with python 2 and 3 and puts test_bsddb and
test_bsddb3 back on the skip list as they're not built outside amd64
and i386.
Only 2 tests are known to fail: test_kqueue (broken) and test_threading
(failing on 2.7.3, under investigation but likely broken). If something
else fails please send your test.log.
Tested on a bulk by landry, sparc64 by brad, ppc gonzalo and amd64 by me.
2013-04-13 22:31:42 +00:00
tobiasu
8575a638bc
Add Ada support for sparc64.
...
Use SJLJ exceptions instead of ZCX because gcc produces broken code
for the later. Enable ncpu detection in the runtime for all archs.
ok pascal@
2013-04-12 10:01:47 +00:00
pascal
d4d059a765
Attempt to fix longstanding ada build failure when building in parallel by
...
forcing gnatmake to use -j1.
ok sthen@
2013-04-11 08:34:13 +00:00
pascal
1767b62d53
Load libcrypto before libssl in the OpenSSL package.
2013-04-10 08:29:56 +00:00
jasper
04733a41c5
update to vala-0.20.1
2013-04-08 13:13:58 +00:00
pascal
9015c34346
+ 4.8
2013-04-08 08:21:42 +00:00
pascal
174fb904d7
Import gcc 4.8.
...
For a full Changelog, see: http://gcc.gnu.org/gcc-4.8/changes.html
Tested by me on amd64, i386 and powerpc and by brad@ on sparc64.
Adds support for -java on powerpc. -faggressive-loop-optimizations is
disabled by default in the port, and the default debugging format changed
to DWARF2 (instead of 4).
tweaks and ok tobiasu@
2013-04-08 08:20:19 +00:00
sthen
378e074c6d
use ^ before MODPY_PREFIX in SUBST_VARS to reduce bogus subst's (this is
...
only used by "make plist" and doesn't chnage packages). ok fgsch rpointel aja
2013-04-04 12:36:43 +00:00
tobiasu
22ba0b47ce
Update adastrap tarball due to libm major bump. Bundle libm with adastrap
...
as we do for libc since it's cheap to do and can save us some work in the
future.
ok pascal@
2013-04-04 04:21:14 +00:00
zhuk
05aaa890e8
Tweak previous: escape all the dots in ${PATCHORIG}, not first one only.
...
Based on Jérémie Courrèges-Anglas, thanks!
ok jeremy@
2013-04-02 15:41:23 +00:00
fgsch
d63ebc46ea
expose _MODPY_BIN_ADJ (remove underscore)
2013-04-01 16:49:53 +00:00
bcallah
28e3ca351b
Fix a hardcoded INSTSONAME, which happens to be wrong for Python 2.7
...
Bump everyone's REVISION.
ok sthen@
2013-03-31 21:35:26 +00:00
zhuk
1f1faf1c1c
Modify gem contents packing command in a way that some gems (not
...
imported yet) could be built. As a bonus, use PATCHORIG instead of
hardcoding ".orig" and save a call to find(1). Requires fresh pax(1).
ok jeremy@
2013-03-28 06:54:49 +00:00
jasper
730a8a6511
- update to lua-5.2.2
2013-03-27 22:13:53 +00:00
jasper
5203bcc3a0
- update to vala-0.20.0
2013-03-27 18:12:20 +00:00
jeremy
43a6ba7492
Change MODRUBY_RUBY_ADJ to just replace a shebang in the first line
...
of the files, instead of all lines. Additionally, loosen the regexp
slightly so that it handles more cases automatically. This makes
ruby.port.mk's behavior similar to python.port.mk.
OK sthen@
2013-03-26 18:51:44 +00:00
sthen
a7cd230692
use movw (not movl) with (16-bit) segment registers.
2013-03-21 22:21:05 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
landry
5b766363f2
Explicitely set USE_LIBTOOL=No for ports we know don't work with our
...
libtool.
Joint work with ajacoutot@
2013-03-21 08:33:51 +00:00
jeremy
ac78ad4e83
Make ruby 1.9 the default ruby for non-gem/extconf ports,
...
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
2013-03-20 19:13:50 +00:00
jasper
d9c29a085c
Fixup two REGRESS -> TEST.
2013-03-20 07:27:30 +00:00
jeremy
800f1b3689
Add support for building ruby 2.0 libraries to ruby.port.mk.
...
Refactor the conflicting FLAVOR code to be less verbose,
thanks to sthen@. Additional indentation fixes from sthen@.
Modify the jruby code to work with jruby 1.7.
Deal with newer gems containing checksum files by deleting
the checksums.
2013-03-19 23:46:41 +00:00