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
jasper
0023e677a1
- update to coffeescript-1.5.0
2013-03-02 12:22:28 +00:00
jeremy
1f6d81dd85
Update to ruby 1.9.3-p392, fixing CVE-2013-0269 and a DoS
...
vulnerability in REXML.
OK jasper@ sthen@
2013-02-23 01:22:26 +00:00
sthen
34d753f122
unbreak build on a clean system. reported by nigel (and I hit it too),
...
ok jasper@ nigel@
2013-02-15 12:06:11 +00:00
jasper
2fe11c9811
- correctly pass SMLNJ_HOME around, unbreaking some scripts.
...
from Alexander Polakov
ok sthen@
2013-02-12 22:32:39 +00:00
jasper
a464ad68b1
move two files from -main to -c++ to fix a conflict between gcc version.
...
the conflict was already marked, but these two files were in the wrong PLIST.
ok pascal@ (MAINTAINER) sthen@
2013-02-11 14:29:54 +00:00
bcallah
b222b6899a
Mark as BROKEN on mips64* - no atomics on those archs.
...
Remove devel/llvm as a BUILD_DEPENDS, as it is not actually used.
ok jasper@ aja@ jeremy@ (MAINTAINER)
2013-02-10 11:10:02 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
jturner
009bdc57c9
Only install docs once and definitely not in the wrong location. Bump.
...
ok bcallah@ landry@
2013-02-08 14:39:50 +00:00
stu
8f429d480a
Use the core dist instead of the bundled one.
...
ok landry@
2013-02-07 22:46:53 +00:00
ajacoutot
e03c56c9c5
MODGCC4_VERSION default to 4.6 now.
2013-02-07 19:13:49 +00:00