Commit Graph

988 Commits

Author SHA1 Message Date
Schrijvers Luc
fcf50690a0 R, disable X11 for now (#7745) 2023-01-07 13:00:16 +01:00
Schrijvers Luc
4c1cc859ce R, bump version (#7725) 2023-01-06 13:52:25 +01:00
Joachim Mairböck
e7fd291c8c tcl: update to version 8.16.13 (#7721)
The so version is the same as in 8.6.12 therefore the recipe was just renamed.
OpenCASCADE's DRAW still runs.

Tests don't run successfully. Some tests hang, and one test even crashes with an assertion in free.
2023-01-05 07:10:11 +01:00
Niels Sascha Reedijk
a0134f2b41 Rust: update rust_bin and rust_wasm_bin to 1.66.0 (#7707)
This commit also clears out older recipes from the recipe directory.
There is no need to keep them: stable rust itself is fully backward
compatible with older code in almost all cases, and it is unlikely
that someone will ever want/need to build an older compiler.
2022-12-31 12:43:45 +03:00
Schrijvers Luc
61acf60c67 orc, add buildtype (#7656) 2022-12-25 15:41:23 +01:00
Schrijvers Luc
74b7800b93 orc, remove static library (#7655) 2022-12-25 15:31:32 +01:00
Schrijvers Luc
245d38dda5 lua, remove static libraries (#7640) 2022-12-25 11:48:38 +01:00
Samuel Crow
390ae9277d w2c2: new package: WebAssembly to C transpiler (#7608)
it's a WebAssembly to C transpiler
2022-12-22 06:16:29 +01:00
OscarL
08152db1bc python3.10: bump version to 3.10.8. (#7313)
* python310: bump revision to 3.10.8.

* Use "make altinstall".
* Documented problematic tests, and skipped the ones that hang/stall.
* Enable optimizations.
* Added a note regarding tests that invoke the crash dialog.

Running "hp --test python310" now gives the same results[*] for both
non-optimized, and optimized builds, so let's just enable
optimizations for 3.10.8.

[*] As there's some randomness involved in the test runs, YMMV.

Anecdotal/aditional info:

Building and testing with "--disable-test-modules" might be
considered? Python's docs read:

   "The test package is meant for internal use by Python only."

And that those are used for regression testing mostly. See:
https://docs.python.org/3/library/test.html#module-test

Personal experience: I got more consistent results with that flag
enabled, than witout it. I left it out, trying to avoid hiding
problems (a.k.a.: failing silently. A big NO-NO in QA/QC), and
because I assume that packaging Python counts as "internal use".

* python310: patch tests that need several GB of storage.

They now behave like on Windows or MacOSX, requiring to be enabled
by the use of the "largefile" resource usage flag.

* python3.10: rename package from python310 to python3.10.

This matches the rename of python3 to python3.7, and the similar
change for Python 3.9.

Renamed patchset files to match the recipe naming.

Sorted sections according to the Haikuporter Guidelines.
2022-12-04 16:53:38 +01:00
Schrijvers Luc
cf02035c93 vala, add $portVersion to cmd's (#7516) 2022-12-03 18:37:32 +01:00
Gerasim Troeglazov
ee79c7a700 vala: enable introspection 2022-11-29 13:28:51 +10:00
PulkoMandy
e9ede922e6 vasm: enable on all architectures.
Should build just fine.
2022-11-20 14:53:08 +01:00
Schrijvers Luc
f892775f2e squirrel, bump version, switch to cmake (#7433) 2022-11-20 14:48:09 +01:00
soci64
5cdd826915 64tass: Add updated recipe for 1.57.2900 (#7401) 2022-11-12 13:02:07 -07:00
Schrijvers Luc
511b1c99f7 brexx, revbump for 64bit build on buildmaster (#7375) 2022-11-06 08:33:59 +01:00
dokutan
68809e02a8 fennel: add new recipe (#7331)
* fennel: add new recipe, version 1.2.1

* Fix DESCRIPTION of fennel
2022-11-01 09:29:16 +01:00
Schrijvers Luc
f6e88ed8ff brexx, bump srcGitRev, fixes 32bit build (#7345) 2022-10-31 08:21:12 +01:00
PulkoMandy
cb923a4605 brexx: fix and enable for all architectures 2022-10-29 10:33:23 +02:00
Augustin Cavalier
f4e7f37f8b Make Python 3.9 the default cmd:python3, rename recipes.
It's probable we should have a "_default" package for
Python3 the same way we do OpenJDK. But this should be OK
for the time being at least.
2022-10-19 16:10:24 -04:00
OscarL
1bd6275b9d python39: bump to version 3.9.14 (#7246)
* Sorted the requires libs/cmds. No functional changes intended.
* Removed a, now unnecessary, patch from the patchset.
2022-10-02 18:08:09 +02:00
OscarL
92a4913e68 python38: bump to version 3.8.14 (#7245)
Also: sorted the requires libs/cmds. No functional changes intended.
2022-10-02 16:19:03 +02:00
OscarL
ac2bea51f2 python3: bump to version 3.7.14 (#7244)
Also: sorted the requires libs/cmds. No functional changes intended.
2022-10-02 15:46:47 +02:00
Oscar Lesta
5d8b80ae20 python310: bumped version to 3.10.7
Also: build with "--with-readline=editline", which enables line-editting,
history, and tab-completion on the interactive interpreter prompt.

Closes #7183.
2022-10-02 08:34:52 +02:00
Schrijvers Luc
b7fa844cec python310, bump version (#7163) 2022-09-06 17:15:32 +02:00
kenmays
afeabff2a0 php: bump version (#7096)
* php: Updated LICENSE

* php: bump version

* php: bump version

* Delete php-7.4.16.patchset

* Delete php8-8.1.3.patchset

* Delete php-7.4.16.recipe

* Delete php8-8.1.3.recipe

* Update php8-8.1.9.recipe

* Update php-7.4.30.recipe

* Update php-7.4.30.recipe

* Update php-7.4.30.recipe
2022-08-14 16:24:32 +02:00
Niels Sascha Reedijk
5b90cb94be Rust: update to 1.63.0 (#7095) 2022-08-14 00:02:13 +03:00
PulkoMandy
e6834a01d5 naken_asm: update to current github source.
I need a bugfix that's only there for now.

Also delete duplicate recipe.
2022-08-06 10:21:40 +02:00
PulkoMandy
42f65f4bde naken_asm: new recipe. 2022-08-02 18:22:58 +02:00
Niels Sascha Reedijk
58ec5631ec Rust: Add version 1.62.0 (#7012) 2022-07-01 10:06:26 +03:00
Schrijvers Luc
fd1e09137a lua*, rename recipes, fix conflict for cmd's in lua5.3 and lua5.4 (#6946) 2022-06-20 10:35:12 +02:00
extrowerk
d003d58fee lua: bump (#6707)
* lua: bump

* Solution-proposal
2022-05-26 08:30:26 +02:00
Schrijvers Luc
90c40bd241 python 3.* revbump for 64bit (tk revbump) (#6938) 2022-05-24 08:14:09 +02:00
Schrijvers Luc
be87e11cf8 tk, revbump for x86_64 (#6937) 2022-05-24 07:54:48 +02:00
Schrijvers Luc
bda9fa31bd Python add tcl/tk dependency (make) for module _tkinter (#6932) 2022-05-24 07:05:08 +02:00
Schrijvers Luc
d66b4c2cbc tcl/tk, bump version, enable secondary architecture (#6912)
Fix detection for freetype
Since we pretend to be regular tk, rename the library names in the config files
2022-05-21 10:48:53 -04:00
Niels Sascha Reedijk
2c646229f0 Rust: add version 1.60.0 (#6816) 2022-04-19 09:08:43 +02:00
Ivan Holmes
8ae07e26d3 update mujs to version 1.2.0 (#6814) 2022-04-08 08:22:50 +02:00
Schrijvers Luc
420f82fa54 vala, bump version (#6753) 2022-03-25 15:53:29 +01:00
Schrijvers Luc
b25b178d42 xa65, bump, move to Gentoo layout (#6752) 2022-03-25 15:02:17 +01:00
extrowerk
1eeb3e15fd Python39: bump (#6716) 2022-03-15 14:37:59 -04:00
TheZeldakatze
fd00e310c7 php8: fix build for 32 bit (#6718) 2022-03-15 08:52:50 +01:00
lorglas
8c87bc5484 yam: bump revision (#6682)
* Revert forgotten Change in Columnbox
2022-03-03 13:42:04 +01:00
lorglas
e0d8f06eec YAB: bugs fix (#6680) 2022-03-03 09:21:54 +01:00
Niels Sascha Reedijk
61046c0248 Rust: update to Rust 1.59.0 (#6664) 2022-03-02 12:47:42 -05:00
Jerome Duval
8f0b488100 python310: bump version 2022-02-25 13:03:28 +01:00
Jérôme Duval
81cd83d186 php8: disable on x86 2022-02-24 10:14:57 +01:00
extrowerk
7865fa69e4 PHP 8 : new recipe (#6643)
* PHP8: new recipe
* Do not build zip in shared mode, otherwise php can't find it.

* conflicts added
* replace php7 with php8

Co-authored-by: Jérôme Duval <jerome.duval@gmail.com>
2022-02-24 10:06:38 +01:00
Jerome Duval
736bf766c4 python310: add recipe for version 3.10.1 2021-12-11 19:52:27 +01:00
Niels Sascha Reedijk
281d8cc4a9 Rust: update to 1.57.0 (#6466) 2021-12-09 11:21:18 +03:00
Jerome Duval
72c1b5431b python3: bump version 2021-11-22 21:04:22 +01:00