Commit Graph

226 Commits

Author SHA1 Message Date
Adrien Destugues
d47ea7d656 OpenJDK: remove outdated and broken recipe.
The one Ingo wrote looks lore solid, but needs support for building as
an hybrid.
2014-03-10 16:54:26 +01:00
Alexander von Gluck IV
e7d3c5b0e0 python: add 2.6.9
* Fix user site package directory
2014-01-22 01:34:32 +00:00
Alexander von Gluck IV
07beea3fb7 lua: Fix lua 5.1.4 runtime 2014-01-15 17:26:55 -06:00
Alexander von Gluck IV
4110cd10c8 luajit: Add pkg-config script
* Only needed for 5.1 compat
2014-01-15 15:52:02 -06:00
Adrien Destugues
4938e7012d Merged in 5HT/haikuports (pull request #143)
Complete Latest R16B03 Erlang Recipe with All OTP Applications
2014-01-15 20:17:33 +01:00
Alexander von Gluck IV
9ab2744293 lua: fix lua 5.1.4 recipe 2014-01-15 13:12:01 -06:00
Maxim Sokhatsky
6c06b62ea2 fix runConfigure omit-dirs and 2014-01-15 00:28:58 +00:00
Maxim Sokhatsky
56bdcda5d1 [erlang] fix recipe and patches 2014-01-14 20:41:35 +00:00
Maxim Sokhatsky
7aa7394731 Erlang R16B03 Recipe 2014-01-14 18:15:07 +00:00
Adrien Destugues
b50de044e8 Add luajit.
This is source-compatible with lua-5.1, but faster!
There is also a separate native interface with less overhead.
2014-01-13 22:16:07 +01:00
Scott McCreary
c82a01055a Initial recipe for squirrel 2014-01-09 01:25:56 -08:00
Scott McCreary
71a0686c7a Merged in munchausen/haikuports (pull request #132)
Update swi_prolog recipe for PM. (and small fix for gmp)
2014-01-07 22:25:04 -08:00
Ed Robbins
ed4bfc0f68 Update swi_prolog recipe for PM. (and small fix for gmp) 2014-01-07 15:52:48 +00:00
Scott McCreary
58e5059100 Merged in AdrianArroyoCalle/haikuports (pull request #127)
FreePascalCompiler 2.6.2
2014-01-05 11:37:14 -08:00
noryb009
f12ffeae0f Add rebol recipe 2014-01-05 03:14:59 +00:00
Adrián Arroyo Calle
42119c8d14 FreePascalCompile 2.6.2 recipe (fixed) 2014-01-04 22:46:44 +00:00
Adrián Arroyo Calle
8d492a37b3 FreePascalCompile 2.6.2 recipe 2014-01-04 22:32:32 +00:00
Adrián Arroyo Calle
3aeb5e200e Preliminary FreePascal 2014-01-04 13:25:52 +00:00
noryb009
1fa8788a0c Rewrap dev-lang DESCRIPTIONs 2014-01-02 16:40:56 -05:00
Alexander von Gluck IV
d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Ingo Weinhold
c60ef3bce2 openjdk: Build with external zlib
* Patch the build system to allow building with an external zlib
  instead of using the included one. Since the included zlib symbols
  would be visible also to other JNI code (e.g. translators used by the
  SWT libs), this could cause problems where a newer version was
  required (e.g. libpng used by the PNG translator).
* Verified ALT_JDK_IMPORT_PATH as needed to be set.
2013-12-23 01:07:55 +01:00
Rene Gollent
bc706f4dcf Get Ruby building on x86-64. 2013-12-18 21:58:16 -05:00
Ingo Weinhold
cfdced4d7f openjdk: Fix data/profile.d/openjdk.sh
Quoting was missing, so we'd always get an empty JAVA_HOME.
2013-12-08 02:33:17 +01:00
François Revol
72ac1f84c6 Convert some remaining bep syntax to shell syntax 2013-12-07 02:00:02 +01:00
Ingo Weinhold
4de4abc407 openjdk: Add some packaging treats
Add to the package:
* bin/java-config: When invoked with option -H it prints the java home
  directory.
* data/profile.d/openjdk.sh: It is automatically sourced by
  /etc/profile and sets JAVA_HOME.
2013-12-06 02:40:58 +01:00
Ingo Weinhold
c814ab3969 openjdk: Fix missing classes in rt.jar
We invoke make twice to work around a bug in the build system which
causes (some) generated java files not to be picked up and compiled
the first time around.

The issue is in jdk/make/common/Rules.gmk the way $(JAVA_SOURCE_LIST)
is generated. That happens as a side-effect of the */%.class rules
which are triggered due to $(FILES_class) being listed as prerequisites
of $(JAVA_SOURCE_LIST). That means $(FILES_class) -- which ultimately
is based on a shell invocation which finds .java files via find -- is
evaluated in the first pass, i.e. long before the generated source
files are made. Hence they aren't compiled and will be missing from
rt.jar. Running make a second time works around the issue, since the
source files will already be present then.
2013-12-04 03:51:39 +01:00
Ingo Weinhold
2ceacd897f openjdk: Fix for missing java.lang.CharacterData* classes 2013-12-04 03:51:38 +01:00
Ingo Weinhold
10a35d3fa3 openjdk: Update recipe
* Disable source package for the time being.
* Implement INSTALL.
* Add provides for the commands.

The package builds, but due to some missing classes it doesn't really
work yet.
2013-11-26 22:51:03 +01:00
Ingo Weinhold
91dc0dcc7e Make use of $ORIGIN in rpath now supported in Haiku 2013-11-26 22:51:02 +01:00
Ingo Weinhold
bd4216a951 openjdk: Update hard-coded library paths 2013-11-26 22:51:01 +01:00
Ingo Weinhold
587fb33a47 openjdk: Some hotspot build fixes, typo in recipe 2013-11-26 00:12:54 +01:00
Adrien Destugues
d2ead6eb33 Lua: Create symlink matching the soname
prepareInstalledDevelLib will only take care of $developDir.
2013-11-22 22:26:36 +01:00
Adrien Destugues
a8671aabf4 Lua: fix devel package provide.
Thanks to augiedoggie for spotting this.
2013-11-17 11:06:55 +01:00
Adrien Destugues
62984b532f Lua: allow hybrid builds. 2013-11-16 21:59:30 +01:00
Chris Roberts
c0ac90b86c Fix ruby on gcc4 and enabled building of shared libruby
* Switch to gcc for linking modules in order to handle the rpath
   flags
 * Enable -export-dynamic flag so we can lookup symbols properly
 * Add soname flags so that haikuporter doesn't freak out when
   trying to package the devel libs
2013-11-11 23:41:49 -07:00
Ingo Weinhold
9e27639aac openjdk: WIP recipe
Doesn't fully build yet. The build runs for a while, but eventually,
when building the jaxws/jaf sources, javac hangs. It blocks trying to
write to stderr, a pipe whose other end isn't read from (by Ant). I
haven't determined yet, whether the hang is an Ant bug and the issue
is javac simply encountering too many issues, or whether javac writing
a lot to stderr is just fine (verbose diagnostics?) and the hang is
actually a Haiku (pipe related?) bug, a combination of the two, or
something else entirely.
2013-11-12 03:06:42 +01:00
Chris Roberts
8261d97b78 Mark ruby as broken with gcc4
Seems we've developed some symbol lookup problems since the last
time ruby was built(pre PM)
2013-11-09 14:28:38 -07:00
Chris Roberts
09dc223926 Convert ocaml to working recipe
It's only had minor testing with 'unison' which works fine aside
from some minor locking issues.
2013-10-30 23:12:03 -06:00
Chris Roberts
a8998d1f71 (Mostly) Fixed ruby recipe
Base package works fine but we need to look into adding vendor dir
support and changing the gem install/lookup locations
(similar to how python/perl were changed)

Also, need to figure out how to get the shared library flags right.
gcc2 doesn't like the flags it uses for rpath and disabling rpath
causes a failure at install time because the modules can't find
libruby.so.  This isn't critical though, the pre-PM packages weren't
built with a shared library either.
2013-10-30 02:41:30 -06:00
Chris Roberts
bc943b4535 Minor fixes for lua package info 2013-10-30 01:09:47 -06:00
Chris Roberts
d170f209a5 Fix man page installation dir for lua 2013-10-30 00:17:44 -06:00
Chris Roberts
5f70a8f6a3 Convert/update swig to working recipe 2013-10-30 00:17:42 -06:00
Chris Roberts
b12de3de28 Preliminary recipe for V8 2013-10-28 20:00:14 -06:00
Scott McCreary
5deea2bf0a WIP - first pass at making a recipe for ruby-1.9.1 2013-10-23 23:46:38 +00:00
Chris Roberts
659f58dc82 Increment lua revision.
I probably shouldn't be pushing changes at 3AM ;)
2013-10-22 02:59:47 -06:00
Chris Roberts
6eea71fd10 Fix issues with lua-5.2.1
Created a devel portion to the recipe
Fixed lookup of directories for lua root/modules
Fixed soname not being set in the lib
2013-10-22 02:51:57 -06:00
Chris Roberts
bd04c88bb6 Convert tcl to working recipe 2013-10-16 16:16:26 -06:00
Chris Roberts
f583e06d22 Cleanup leftover directories from the merge.
--HG--
rename : dev-libs/apr-util/patches/apr-util-1.3.10.patch => dev-libs/apr_util/patches/apr_util-1.3.10.patch
rename : haiku-apps/caya-gpl-protocols/patches/caya-gpl-protocols-0.HEAD.patch => haiku-apps/caya_gpl_protocols/patches/caya_gpl_protocols-0.HEAD.patch
2013-10-16 14:59:48 -06:00
Oliver Tappe
8d6506b5c9 Adjust python to the moved bzip2-header.
* the header for bzip2 has been moved out of its subdir recently,
  so python was no longer building the bz2 module
2013-10-16 16:26:13 +02:00
Oliver Tappe
94877c4f68 Drop unused patch file for python. 2013-10-16 16:26:12 +02:00