Linus Groh
6595db9ecf
Ports: Build Python with --enable-optimizations
...
This no longer results in linker errors as the FIXME states, so let's
get some perf for free :^)
2021-09-11 00:28:39 +02:00
Linus Groh
6b15faed30
Ports: Build Python with libuuid
...
This makes the _uuid module work :^)
2021-09-11 00:28:39 +02:00
Linus Groh
8b3e1c0016
Ports: Add libuuid
2021-09-11 00:28:39 +02:00
Ken Herner
84f0d2aece
Ports: Update libarchive to v3.5.2
...
Updated GPG fingerprint to Martin Matuska's latest public key
Fixes #9921
2021-09-09 22:57:09 +01:00
Ken Herner
f5071e7b2d
Ports: Disable IPV6 in OpenSSL
...
Fixes #9902
2021-09-09 22:39:45 +01:00
Rodrigo Tobar
430e5d27aa
Ports: Fix compilation of python3 socket module
2021-09-09 17:51:15 +01:00
Rodrigo Tobar
3373090993
Ports: Add gsl
2021-09-08 08:49:56 +01:00
Andreas Kling
aa2e19e58f
Ports: Update relocated ports
...
Port repos have been moved to the new SerenityPorts organization on
GitHub, to declutter the main SerenityOS organization.
2021-08-30 20:18:07 +02:00
Dante Catalfamo
0f3f814945
Ports: Add port for mruby
2021-08-25 02:22:01 +02:00
Federico Guerinoni
ed5ae7b093
Ports: Bump git to 2.33.0
2021-08-23 23:35:39 +02:00
Linus Groh
9e225d2d05
Ports: Add libatomic_ops
2021-08-21 13:16:51 +01:00
Nico Weber
788472f91a
Ports: Add libsixel
...
This contains `img2sixel`.
2021-08-15 19:48:11 +01:00
sin-ack
06a6b68690
Ports: Make the build step messages use ellipsis rather than excl. point
...
This stops the port build system from yelling at the user. This commit
also adds a "success" message after the "Adding to database" message.
2021-08-15 14:50:39 +01:00
Kenneth Myhra
df176ca2d9
Ports: Add glib version 2.69.0
2021-08-14 22:32:00 +01:00
Gunnar Beutner
4b4fe29c39
Ports: Remove SHA256 checksum for the doom port
2021-08-14 20:28:55 +02:00
Gunnar Beutner
582d74b729
Ports: Bump vlang version to weekly.2021.31
...
The previous version failed to build.
2021-08-14 20:28:55 +02:00
Gunnar Beutner
909e19f753
Ports: Fix reinstalling the mysthous port
...
Reinstalling the port failed because some of its files were installed
with permissions that prevented overwriting the existing files with cp.
2021-08-14 20:28:55 +02:00
Gunnar Beutner
e7d7b43f99
Ports: Fix reinstalling the lure port
...
Reinstalling the port failed because some of its files were installed
with permissions that prevented overwriting the existing files with cp.
2021-08-14 20:28:55 +02:00
Nico Weber
7d4addc6d3
Ports: Add a space to end of shell name in neofetch
...
Matches what neofetch does for other shell names.
2021-08-14 22:46:34 +04:30
Gunnar Beutner
7d493bbf98
Ports: Fix building the wget port
2021-08-14 12:40:49 +02:00
Gunnar Beutner
ff8e016d94
Ports: Fix building the nano port
2021-08-14 12:40:49 +02:00
Gunnar Beutner
f8d91c8f8f
Ports: Make sure to remove the .la file after building libxml2
...
Otherwise libtool gets confused and tries to link against files that
don't exist.
2021-08-14 12:40:49 +02:00
Gunnar Beutner
5eae6ccfb0
Ports: Add missing dependency for libxml2
...
When xz was previously built we'd end up with a shared library for
libxml2 that depends on xz features but isn't linked against liblzma.
2021-08-14 12:40:49 +02:00
Gunnar Beutner
bd43530750
Ports: Make sure to remove the .la file after building libiconv
...
Otherwise libtool gets confused and tries to link against files that
don't exist.
2021-08-14 12:40:49 +02:00
Gunnar Beutner
c5b069eb9d
Ports: Build a shared library for curl
...
This fixes building the git port.
2021-08-13 21:29:48 +02:00
Gunnar Beutner
79db56eb82
Ports: Make sure re-installing the gcc port doesn't fail
...
Re-installing the gcc port would previously fail because we failed to
overwrite the symlink.
2021-08-13 21:29:48 +02:00
Gunnar Beutner
6eee60de41
Ports: Make sure HOST_* variables are set correctly for nested builds
...
When building a port as a dependency for another port the HOST_*
variables were previously initialized with values referring to the
SerenityOS toolchain.
Fixes #9168 .
2021-08-13 21:29:48 +02:00
TheFightingCatfish
0921390109
Ports: Support libcurl in the git build
...
Previously, libcurl is not used in the git build because the test
program in configure fails to link against it properly. We bypass the
test and make sure we link against all necessary libraries (libssl,
libcrypto and zlib).
2021-08-13 15:43:36 +02:00
TheFightingCatfish
ff8630c66f
Ports: Disable uname detection when building git
...
Previously, the git port would fail in various ways because it uses an
uname detection mechanism to update the configurations, and Makefile
would receive incorrect configurations from the host system. This makes
sure the build uses the correct configurations detected by ./configure.
Fixes #9357 .
2021-08-13 15:43:36 +02:00
TheFightingCatfish
2fbeacb9e7
Ports: Use TextEditor and less as git's default editor and pager
2021-08-13 15:43:36 +02:00
Kenneth Myhra
6ace2187e2
Ports/stress-ng: Remove custom pause function from patch
...
This removes the custom pause function in patch so that we can use our
own LibC pause function.
2021-08-13 07:54:26 +02:00
Jean-Baptiste Boric
072961090f
Ports: Add cc symlink to gcc port
2021-08-12 18:56:30 +02:00
Jean-Baptiste Boric
c9d287b226
Ports: Add awk symlink to mawk port
2021-08-12 18:56:30 +02:00
roytam1
8545bd5fdb
Ports/ed: Make the configure script use the target toolchain
...
With this patch, ed's configure script will not override
CC and *FLAGS if they are not unset.
2021-08-11 08:41:17 +02:00
Kenneth Myhra
3e0d0847b6
Ports: Compile ncurses as a shared library
...
This sets the --with-shared switch for the configure script so that
ncurses is compiled as a shared library in addition the default which is
a static library.
Without the --with-shared switch ncurses will only be compiled as a
static library.
To properly set the environment variables LOCAL_LDFLAGS and
LOCAL_LDFLAGS2, a case in the configure script had to be updated to
include '*serenity*'.
2021-08-09 20:08:36 +02:00
roytam1
6de6dff5b9
Ports: Add missing fnmatch patch for diffutils
...
It requires FNM_EXTMATCH in order to build.
This patch is based on an existing patch for gettext
(Ports/gettext/patches/fnmatch.patch).
2021-08-09 17:56:29 +01:00
Gunnar Beutner
a29c18f969
Toolchain+Ports: Let -nostdlib make us not link against libgcc_s
...
For now this is not a mandatory toolchain rebuild.
2021-08-08 16:41:51 +02:00
Linus Groh
81784afbe1
Ports: Fix Python's expected SHA256 sum
...
Fixes #9265 .
2021-08-07 15:10:50 +01:00
Jelle Raaijmakers
d2379dfe96
Ports: Add PHP entry to taskbar menu
2021-08-04 13:54:08 +01:00
Jelle Raaijmakers
a76c208bae
Ports: Support icons for launchers with arguments
2021-08-04 13:54:08 +01:00
Jelle Raaijmakers
8493477cc7
Ports: Convert only first index of ico files
...
When installing an icon, we fall back to a resizing strategy when an
exact match on the image dimensions is missing. However, if we are
dealing with an `.ico` file with multiple indices, `convert` will
resize every separate index and will create multiple files.
This changes makes sure we only resize the first index. A future
improvement could be to select an index most closely matching the
requested dimensions.
2021-08-04 13:54:08 +01:00
Jelle Raaijmakers
546af2d9ef
Ports: Notify user of missing ImageMagick binaries
2021-08-04 13:54:08 +01:00
Linus Groh
18f507520e
Ports: Update Python to 3.10.0rc1
...
Released on 2021-08-02.
https://www.python.org/downloads/release/python-3100rc1/
This contains the first upstreamed change for SerenityOS, making the
webbrowser module work with Browser out of the box :^)
2021-08-03 21:01:07 +01:00
Linus Groh
5a0a426c18
Ports: Make Python version check work with suffixed versions
...
E.g. a1, b1, rc1. Simply don't parse anything beyond major and minor.
2021-08-03 21:01:07 +01:00
Linus Groh
a613e00caa
Ports: Change Python's auth_type to sha256
2021-08-03 21:01:07 +01:00
Kenneth Myhra
cb9de1d741
Ports: Bump pkgconf from version 1.7.3 to 1.8.0
2021-08-02 00:35:35 +02:00
Luke
4ca14d6e67
Ports: Update OpenSSL to 1.1.1k
2021-07-30 20:49:56 +02:00
Luke
dc34cbe28b
Ports: Update curl to 7.78.0
2021-07-30 10:23:33 +02:00
Luke
999448066f
Ports: Update bash to 5.1.8
...
Also switches to using a sha256 signature check.
2021-07-29 19:35:03 +01:00
Jelle Raaijmakers
6eb3bfb171
Ports: Update PHP to version 8.0.8
2021-07-29 15:58:38 +02:00