Panagiotis Vasilopoulos
492f7132d2
Ports: Improve consistency and quality of ports
...
- Replaced /Root with
- Improved documentation.
- Removed a few typos.
- Replaced with
- Added brackets in some cases.
Most of the changes were reviewed and applied manually.
2021-04-20 18:20:00 +02:00
Panagiotis Vasilopoulos
139288b071
Ports: Fix up imgcat
2021-04-20 17:32:10 +02:00
Gunnar Beutner
12ed436562
Ports: Remove auth_type for our own packages
...
Otherwise we'd have to update them in this repository
every time something changes.
2021-04-20 17:04:51 +02:00
Panagiotis Vasilopoulos
e45e0eeb47
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
2021-04-20 15:27:52 +02:00
Panagiotis Vasilopoulos
152c54a00a
Ports: Improve variable names in .hosted_defs.sh
...
- SERENITY_ROOT is being kept around for compatibility reasons, and will
be removed gradually
- SERENITY_INSTALL_ROOT points to DESTDIR but will be preferred over
that in the future
- SERENITY_SOURCE_DIR points to the root folder of the repository. Let's
keep the root terminology in the directory structure sort of sense out
of here
2021-04-19 22:43:54 +02:00
Gunnar Beutner
81f85746f6
Ports: Link libtiff against xz
2021-04-19 18:27:09 +02:00
Gunnar Beutner
ca06dfd1a0
Ports: Update tarball hash for quake
2021-04-19 18:27:09 +02:00
Gunnar Beutner
14de8c2dd2
Ports: Remove obsolete patch for hatari
2021-04-19 18:27:09 +02:00
Gunnar Beutner
f4bd739bd5
Ports: Link libtiff against zstd
2021-04-19 18:27:09 +02:00
Gunnar Beutner
e0363a612d
Ports: Fix ports when building with ccache
...
When building with ccache these ports failed to build because
CC contains more than one word.
The ncurses port also doesn't like how ccache preprocesses
files. This patch fixes that.
2021-04-19 18:27:09 +02:00
Gunnar Beutner
253c1aa644
Ports: Fix SDLPoP
...
This port was still using the upstream's master branch as opposed to
a fixed git commit.
Also, now that SDL2 is installed into /usr/local the build failed.
I have also removed an obsolete patch because we're now linking
against shared libraries for SDL2 and those already have appropriate
library dependencies.
2021-04-19 18:27:09 +02:00
Gunnar Beutner
8388e822cb
Ports: Add xz port
2021-04-19 17:55:35 +02:00
Gunnar Beutner
f7c9cd06ac
Ports: Build shared library for libtiff
2021-04-18 16:35:00 +02:00
Gunnar Beutner
97ecdd5215
Ports: Fix the tarball hash for nasm
...
For some reason the hash was incorrect. Also, changed the hash
type to SHA256. We should consider deprecating everything other than
SHA256 maybe.
2021-04-18 16:35:00 +02:00
Gunnar Beutner
4104846bd1
Ports: Fix dependency and linker options for SDL2_image
2021-04-18 16:35:00 +02:00
Gunnar Beutner
33a9b2a3c3
Ports: Enable building cmake on the host
2021-04-18 11:09:44 +02:00
Gunnar Beutner
407b066ba4
Ports: Update the gcc port with the patches from the toolchain
2021-04-18 10:55:25 +02:00
Gunnar Beutner
6eedb570a2
Ports: Enable building ports with ccache
2021-04-18 10:42:41 +02:00
Brendan Coles
258a49346d
Ports: AvailablePorts.md: Fix column alignment
2021-04-17 22:01:00 +02:00
Brendan Coles
8e0beda13a
Ports: genemu: Pin version to latest release rather than use master branch
2021-04-17 19:25:23 +02:00
Brendan Coles
65a89ea67e
Ports: vim: Pin version to latest release rather than use master branch
2021-04-17 18:29:50 +02:00
Panagiotis Vasilopoulos
40c2c24984
Ports: Add imgcat port
...
Co-authored-by: Linus Groh <mail@linusgroh.de>
2021-04-17 16:28:58 +02:00
Brendan Coles
a89986608a
Ports: c-ray: Pin version to latest commit rather than use master branch
2021-04-17 11:19:33 +02:00
Gunnar Beutner
eee8352494
Ports: Fix key path for ed
2021-04-17 09:30:06 +02:00
Brendan Coles
cfad6606f0
Ports: SDL2: Use correct CMAKE_TOOLCHAIN_FILE in configopts
2021-04-16 21:49:51 +02:00
Brendan Coles
a206ab2211
Ports: Add auth_type verification to all package.sh files
2021-04-16 21:14:00 +02:00
Gunnar Beutner
da92c0e1ca
Ports: Build shared libraries for a few more ports
...
This manually builds shared libraries for a bunch of ports. Using
libtool would be preferable but that's currently broken so I'm
linking the shared libraries manually.
2021-04-16 19:04:24 +02:00
Gunnar Beutner
c9d5358685
Ports: Make sure ports are installed into /usr/local
2021-04-16 19:04:24 +02:00
Gunnar Beutner
594d480391
Toolchain+Ports: Move the CMake toolchain file into a subdirectory
2021-04-16 19:04:24 +02:00
Gunnar Beutner
1aa34d9d6a
Ports: Update the gcc port to 10.3.0
2021-04-16 17:57:22 +02:00
Gunnar Beutner
3d8311ac7b
Ports: Remove obsolete patch for mrsh
2021-04-16 17:56:12 +02:00
Federico Guerinoni
e9837bed33
Ports: Bump git to 2.31.1
2021-04-16 17:38:54 +02:00
Gunnar Beutner
e932129e5a
Ports: Use HTTPS when accessing ftpmirror.gnu.org
...
Unlike what the name might suggest ftpmirror.gnu.org isn't
accessible via FTP.
2021-04-15 17:06:59 +02:00
Gunnar Beutner
46d8104012
Ports: Fix download URL for libiconv
2021-04-15 17:06:47 +02:00
Gunnar Beutner
94bc886593
Ports: Make sure we're building libvorbis before SDL2_mixer
2021-04-15 09:41:32 +02:00
Brendan Coles
62ced35346
Ports: Use ftpmirror.gnu.org mirror server for GNU ports
2021-04-15 09:30:42 +02:00
Gunnar Beutner
d96354f58e
Ports: Remove obsolete patch for the oksh port
...
The patch is not necessary anymore and breaks the build
now that LibC has isblank.
2021-04-14 22:43:53 +02:00
Gunnar Beutner
f62f6c2b37
Ports: Add missing dependency for the gnupg port
2021-04-14 22:43:27 +02:00
Gunnar Beutner
2ef7e757ad
Ports: Enable audio for the Super-Mario port
...
According to @Baitinq the original port crashed with audio enabled.
I suspect that this was because the SDL2 headers didn't match between
the host and target system. Now that we properly use target's headers
this is no longer an issue so I enabled audio:
https://www.youtube.com/watch?v=ZTFvrcpZjY8
2021-04-14 22:43:13 +02:00
Brendan Coles
d65e74bffa
Ports: Add emu2 DOS emulator
2021-04-14 21:48:55 +02:00
Gunnar Beutner
6ac7d946be
Ports: Don't export the DESTDIR variable by default
...
Exporting DESTDIR interferes with cmake-based ports:
Install the project...
-- Install configuration: ""
-- Up-to-date: /home/gunnar/serenity/Build/i686/Root/home/gunnar/serenity/Build/i686/Root/usr/lib/libSDL2.a
-- Up-to-date: /home/gunnar/serenity/Build/i686/Root/home/gunnar/serenity/Build/i686/Root/usr/lib/libSDL2-2.0.a
-- Up-to-date: /home/gunnar/serenity/Build/i686/Root/home/gunnar/serenity/Build/i686/Root/usr/lib/libSDL2main.a
-- Up-to-date: /home/gunnar/serenity/Build/i686/Root/home/gunnar/serenity/Build/i686/Root/usr/lib/cmake/SDL2/SDL2Targets.cmake
2021-04-14 21:46:20 +02:00
Gunnar Beutner
b02f215ca7
Ports: Remove obsolete patch for tr
...
The tr port had its own ctype functions. With the recent LibC
changes these are no longer necessary.
2021-04-14 21:46:20 +02:00
Gunnar Beutner
f0b34277bb
Ports: Fix building the mrsh port
2021-04-14 21:46:20 +02:00
Gunnar Beutner
097901818e
Ports: Fix building the dash port
2021-04-14 21:46:20 +02:00
Gunnar Beutner
80af81bab6
Ports: Fix building the nano port
2021-04-14 21:46:20 +02:00
Gunnar Beutner
86189bd93b
Ports: Link libarchive against pcre because the system's libregex doesn't support re_nsub
2021-04-14 21:46:20 +02:00
Gunnar Beutner
97471030e7
Ports: Add port for pcre
2021-04-14 21:46:20 +02:00
Gunnar Beutner
f5ccecacc5
Ports: Remove obsolete _SC_CLK_TCK patch for hatari
2021-04-14 21:46:20 +02:00
Gunnar Beutner
27befa6595
Ports: Fix building the ninja port
...
The build failed because the main symbol has hidden visibility.
2021-04-14 21:46:20 +02:00
Gunnar Beutner
509c5c6577
Ports: Add nethack
2021-04-14 21:46:20 +02:00