Commit Graph

555 Commits

Author SHA1 Message Date
Adrien Destugues
b17ac441ce OpenJDK: fix build.
- Needs an existing openjdk package
- Some policy warnings (appears to be false positives)
2017-12-20 19:55:20 +01:00
Adrien Destugues
f2bc78a187 Some fixes to OpenJDK
Builds ok (if you have an older version installed), but runs out of
memory during INSTALL. Help welcome.
2017-12-19 22:12:27 +01:00
Augustin Cavalier
54852b5e55 Enable TCC. 2017-12-11 19:37:43 -05:00
alaviss
a0fdf8cf1f Add TEST() to various ports (#1832)
* app-crypt/rhash: disable on x86_gcc2, also fixed secondary arch

* dev-lang/tcc: make tcc actually works

  - update patches: define custom haiku definitions, use haiku
    start/end objects

  - make tcc uses haiku custom paths

  - add secondary arch support
  - add x86_64

* dev-lang/tcc: disable on all architectures

  - Haiku's BeBuild.h depends on __GNUC__ macro to select ABI, which
    unfortunately we can't risk to define, so disabling for now

* dev-python/pyqt: use correct name for sip

* dev-lang/spidermonkey: fix build

  - add x86 to snd arch

  - update config.sub and config.guess

  - add missing cmd:js_config
  - add missing cmd:zip

* dev-python/pyqt: clean up the spaces left by previous contributor

* add TEST() for the following ports:
  - sys-devel/flex
  - app-crypt/rhash
  - app-text/podofo
  - app-crypt/qca
  - app-editors/retext
  - app-i18n/mozc
  - dev-lang/tcc
  - dev-lang/yasm
  - dev-lang/spidermonkey
  - dev-libs/glib
  - dev-libs/jsoncpp
  - dev-libs/libtommath
  - dev-libs/libxslt
  - dev-libs/libyajl
  - dev-libs/zziplib
2017-12-10 13:49:50 +01:00
Mason X
66c159c152 Add some SUMMARY's to ports 2017-12-04 20:28:10 +01:00
oco27
40acec10b2 fpc: rename binary only recipe fpc_bootstrap (#1803)
This will make place for a coming fpc full source recipe instead of
this "repackaging" only recipe. But this one is still necessary to bootstrap
the process : fpc is written in pascal.
2017-11-24 12:32:28 +03:00
Sergei Reznikov
ab669dac9b python3: bump revision 2017-11-22 16:01:11 +03:00
Sergei Reznikov
2284b95e6b python3: disable debug build, drop testsuit
* turns out exportig OPT var disables debug build
* drop testsuite as it takes a lot of space, perhaps needs to be moved into a separate package
* should we drop __pycache__ as well?

Used https://git.centos.org/blob/rpms!rh-python36-python.git/c7/SPECS!python.spec#L1484
and https://packages.debian.org/source/buster/python3.6 as a reference
2017-11-22 13:41:20 +03:00
Adrien Destugues
da22871c3c BRexx: fix checksum 2017-11-14 20:34:52 +01:00
Jerome Duval
9f487cd246 swift: add recipe for 4.1.0 git version.
stays disabled:
* the package is definitely too large (500MB).
* this doesn't use cmake for the installation, so binaries have
a RPATH hardcoded, this is bad.
2017-11-11 18:49:22 +01:00
Jerome Duval
1cb2a20e9e erlang: add recipe for version 20.1.
enable-threads crashed erlang.
2017-11-07 22:03:58 +01:00
koletzky
3ed8854485 Update hugs98-dec2001.recipe (#1760)
Adding x86_gcc2 architecture, as it has been proven to work.
2017-10-30 12:47:32 +01:00
Sergei Reznikov
346098b9c9 fpc: drop old recipe 2017-10-24 16:15:37 +03:00
Niels Sascha Reedijk
f45daffffc Rust: several changes to the 1.15.1 recipe (#1735)
Add the cargo command to the package. Rust's package management tool is now
included in the package. The rationale for inclusion versus external package
is that the cargo command is closely related to the version of the rustc
compiler, and with the future dependency of the rust build system on cargo
they are closely linked.
2017-10-24 07:35:54 +02:00
Humdinger
d01a8f7dc8 Bump yab, yab_ide
needed a rebuild. Something went wrong with my last uploaded
build still hitting the BControlLook ABI change...
2017-10-23 18:32:21 +02:00
Calvin Hill
110f530393 swift-lang: new recipe (#1383) 2017-10-19 22:06:05 +02:00
Jerome Duval
9a7d02dd25 lua51: bump version. 2017-10-13 19:39:19 +02:00
Jerome Duval
e1a5ec0f24 python3: bump version. 2017-10-12 21:41:25 +02:00
Jim Saxton
13ba298e69 yab: update, fix build after BControlLook ABI changes (#1706)
* remove old recipes.
2017-10-11 17:19:17 +02:00
Jerome Duval
d83c25aec6 erlang: fix build. 2017-10-08 22:47:41 +02:00
Niels Sascha Reedijk
02720c5025 Rust: add recipe for 1.15.1 (#1701)
The recipe is based on the official github sources, plus patches where
applicable. The tree including patches can be found at
https://github.com/nielx/rust
2017-10-08 19:23:21 +03:00
Niels Sascha Reedijk
2c67b6bd90 Rust: add recipe for 1.14.0 (#1689)
This recipe is based on the official sources, but has some additional patches.
The tree with integrated patches can be found at https://github.com/nielx/rust
2017-10-05 09:27:57 +02:00
Niels Sascha Reedijk
c432f58865 Rust: add recipe for rust 1.13.0 (#1668)
The difference with the recipes for versions 1.9.0 through 1.12.1 is that
this one is based off the "official" rust sources, after Alexander
von Gluck integrated the existing patches and added some additional of his
own. The recipe uses some additional patches to fix the build system (and
some oversights). The complete patched source tree can be found at
https://github.com/nielx/rust
2017-10-04 07:21:36 +02:00
Niels Sascha Reedijk
b7be7b5b6f Rust 1.12.1: Specify the buildtools version (#1683) 2017-10-03 18:55:58 +02:00
Jerome Duval
0af94db9f8 r: bump version. 2017-09-29 20:16:58 +02:00
Jerome Duval
39e5c67367 perl: bump version.
* now uses the short version for vendor and site paths: they are
supposed to be compatible for even version numbers. needs to rebuild
perl modules though.
2017-09-29 18:46:23 +02:00
Jerome Duval
f37c397e4f ruby: bump version.
* libruby is actually at version 2.2.0.
2017-09-29 18:43:15 +02:00
Jérôme Duval
55a4c36af6 rust: enable 1.12 on gcc2_x86. 2017-09-25 15:30:11 +02:00
Jérôme Duval
a96cc162f4 rust: enable 1.11 on gcc2_x86. 2017-09-25 08:16:31 +02:00
Niels Sascha Reedijk
2dd16a1b3a Rust: fix checksums for 1.10.0 and 1.11.0 (#1666) 2017-09-24 22:49:49 +03:00
Jerome Duval
515034125a rust: enable 1.10 on gcc2_x86. 2017-09-24 20:38:55 +02:00
Niels Sascha Reedijk
71d6de91d6 Rust 1.9.0: fixed invalid checksums (#1665) 2017-09-24 09:17:30 +02:00
Jérôme Duval
03895ad142 rust: disable x86 on 1.9.0. 2017-09-23 22:34:55 +02:00
Jérôme Duval
9d264a2498 rust: disable versions for which reqs can't be met. 2017-09-23 22:21:17 +02:00
Niels Sascha Reedijk
abcea533a6 Rust: mark the x86 as tested, to see whether this triggers the buildbot (#1659) 2017-09-23 16:30:30 +02:00
Niels Sascha Reedijk
0b46481fce rust: mark as tested 1.9.0 through 1.12.1 on gcc2_x86 (#1658) 2017-09-22 22:06:25 +02:00
Niels Sascha Reedijk
a4a30447cb rust: add recipe for version 1.12.1 (#1651) 2017-09-21 17:50:47 +02:00
Jessica Hamilton
89c999e9e0 rust: updated development snapshot with working cargo. 2017-09-22 03:33:54 +00:00
Jerome Duval
a223f56d0e python: bump version.
* remove two old recipes.
2017-09-20 18:54:45 +02:00
Sergei
90bb554ac4 fpc: recipe for version 3.0.2 (#1637) 2017-09-18 15:00:49 +03:00
Niels Sascha Reedijk
4eb0c64530 rust: add recipe for rust-1.11.0 (#1630)
Note that this recipe depends in on an older version of binutils
(2.26.1), as the current version of binutils (version 2.28.1) has ld
crash in linking the libLTO.so library from the bundled llvm. This is,
by the way, the same on the recipe of llvm-3.8.1 in this repository.
2017-09-10 12:05:25 +02:00
Niels Sascha Reedijk
76873fc5cb rust: add recipes for 1.9.0 and 1.10.0 (#1626)
The recipe for 1.9.0 will build the full compiler suite for x86_gcc2,
and it will 'wrap' a binary stage0 compiler for x86_64.
The recipe for 1.10.0 is a complete build.

These recipes don't create the rust_runtime packages. This package
should be recreated at a later point, but we will need to think about
the package naming, as it will be very much possible to have various
runtime libraries running alongside each other.
2017-09-07 07:32:27 +02:00
Jessica Hamilton
b2214fb42c rust: development snapshot for now.
* This is just the cross-compiled version of rust, rather than a
  native build. However, it should hopefully be sufficient for
  building rust natively.
2017-09-05 20:50:02 +00:00
Adrien Destugues
a6c11d978a php: bump version for ICU dependency update.
Version in repos depends on ICU 55.
2017-08-29 18:38:59 +02:00
Adrien Destugues
0c75a5e67a vasm: also add vobjdump to the package. 2017-08-29 18:38:46 +02:00
Adrien Destugues
13e845cf89 Update vlink to latest release. 2017-08-27 20:30:39 +02:00
Adrien Destugues
3e9e9f65b0 vasm: add recipe for version 1.8a
* Add 6800 CPU, just because.
2017-08-26 21:08:33 +02:00
Sergei Reznikov
efb6dbacb0 lua: provide lua5.x.pc file
* needed at least by vlc configure
2017-08-24 09:24:15 +03:00
Jim Saxton
455b2c22e0 yab and yab-IDE: bump version. (#1567) 2017-08-09 06:50:01 +02:00
Schrijvers Luc
ad6ded8c90 squirrel: bump version (#1559) 2017-08-06 17:30:17 +02:00