Commit Graph

3134 Commits

Author SHA1 Message Date
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
jeremy
677fe6240f Update to jruby 1.7.3.
Drop support for C extensions (which were always expiremental).
Use jruby.jar instead of jruby-complete.jar, for a more typical
jruby installation.
2013-03-19 23:43:06 +00:00
jeremy
281ba04434 Link ruby 2.0 to the build. 2013-03-19 23:39:10 +00:00
jeremy
8647f643c6 Import ruby 2.0.0-p0. 2013-03-19 23:38:23 +00:00
sthen
7a2709cf4c update to Railo 4.1.0.004 2013-03-19 22:32:28 +00:00
pascal
8baa850476 Also build the 'clocale' unit on OpenBSD. 2013-03-19 18:47:45 +00:00
naddy
4db810c975 Remove ezm3. It's only purpose was to provide a minimal Modula-3
system for cvsup, and it won't survive the 5.3->5.4 API changes
anyway.  ok sthen@
2013-03-18 20:01:14 +00:00
jasper
fcf6c14869 directly write the completions file into ${FILESDIR} 2013-03-17 19:38:04 +00:00
jasper
54fa946827 - update to clojure-1.5.1 2013-03-17 19:35:06 +00:00
ajacoutot
dfb0f5142e Use a MODRUBY_pre-configure variable instead of a pre-configure target.
This allows using pre-configure in ruby ports without loosing the
MODRUBY_ADJ_REPLACE feature.

ok jeremy@ (maintainer)
2013-03-13 22:49:37 +00:00
miod
f282c92402 Update g77 to the in-tree 3.3.6 codebase, bringing support for m68k and m88k.
All previous patches have also been applied, and a new distribution tarball
has been created.
ok sthen@; help naddy@ espie@
2013-03-13 21:23:48 +00:00
jsing
61de7b7719 Unbreak the lang/go port by switching from the old __tfork syscall that no
longer exists, to the current __tfork syscall. Also use __set_tcb instead
of sysarch.

ok sthen@
2013-03-12 09:57:10 +00:00
sthen
73bb1be303 update to php 5.3.22, fixes a couple of segfaults and some other bugs
(http://www.php.net/ChangeLog-5.php).  ok robert@
2013-03-12 09:01:58 +00:00
sthen
0a00c8de38 PERMIT_* 2013-03-11 13:42:59 +00:00
jasper
7d8e365ddf some ports want to retrieve their .app.src version through git, so provide
an easier way to use SUBST_CMD instead.
2013-03-11 13:01:39 +00:00
jasper
f022d33893 - use cp -f to copyin rebar so abborted builds can be restarted. 2013-03-11 12:40:15 +00:00
sthen
7b10e7c633 PERMIT_* 2013-03-11 12:27:53 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
jasper
f701be9f16 must use $$ for the per-build target to work. 2013-03-10 19:52:56 +00:00
jasper
5a45c33a46 if no CONFIGURE_STYLE was set, then assume "rebar" 2013-03-10 19:35:03 +00:00
jasper
6ddc14fc03 add a module primarily for erlang modules 2013-03-10 19:16:16 +00:00
pascal
c3915bd071 + fpc 2013-03-08 11:35:15 +00:00
pascal
230df100e2 Import FPC.
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal
compiler. It is available for different processors: Intel x86,
Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0
version also supports the Motorola 680x0. The following operating
systems are supported: Linux, FreeBSD, Haiku, Mac OS X/Darwin, DOS,
Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS.

Thanks to pierre at freepascal dot org for taking care of the patches
and to aja@ for mirroring the bootstrap.

tweaks and ok jasper@ sthen@
2013-03-08 11:34:15 +00:00
jasper
b1896dcfdb - update to jimtcl-0.73 2013-03-08 10:24:47 +00:00
jasper
c43b38e45e add a maintainer target to generate the completions with. 2013-03-08 10:24:00 +00:00
sthen
46969090dc update to Railo 4.0.3.006 2013-03-07 10:18:01 +00:00
bentley
a38210dc3d Update to cython-0.18.
ok benoit@
2013-03-06 07:42:54 +00:00
zhuk
d6c6d588ae Add -f to rm and mv calls, allowing some gems being worked on to build,
Those gems contain files with 444 rights.

okayed by jeremy@ during lock.
2013-03-04 18:39:06 +00:00
abieber
a5af302e1f upgrade to 0.8.21
OK jasper@
2013-03-04 14:29:24 +00:00
krw
e9661ac4c3 Update to 1.1.5.
ok jasper@
2013-03-03 03:18:47 +00:00
jasper
3bd2806f69 - update HOMEPAGE 2013-03-02 12:42:39 +00:00