mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 00:27:34 +00:00
Ports: Remove some config.sub patches and download a fresh one if needed
All of these patches did the same thing, which is already in upstream config.sub. With this change, we need only add `use_fresh_config_sub=true` to the package.sh file. Note that this is not done automatically in case the port has a modified config.sub file.
This commit is contained in:
parent
87630c5fd5
commit
cdd6d68b2a
135 changed files with 128 additions and 816 deletions
|
@ -2,6 +2,7 @@
|
|||
port=fontconfig
|
||||
version=2.13.94
|
||||
useconfigure="true"
|
||||
use_fresh_config_sub="true"
|
||||
depends=("libxml2")
|
||||
files="https://www.freedesktop.org/software/fontconfig/release/fontconfig-${version}.tar.xz fontconfig-${version}.tar.xz a5f052cb73fd479ffb7b697980510903b563bbb55b8f7a2b001fcfb94026003c"
|
||||
auth_type="sha256"
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- fontconfig-2.13.94/config.sub.orig 2021-10-24 19:47:39.283922896 -0700
|
||||
+++ fontconfig-2.13.94/config.sub 2021-10-24 19:47:56.679967977 -0700
|
||||
@@ -1334,6 +1334,7 @@
|
||||
# Each alternative MUST end in a * to match a version number.
|
||||
# sysv* is not here because it comes later, after sysvr4.
|
||||
gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
||||
+ | serenity* \
|
||||
| *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | kopensolaris* | plan9* \
|
Loading…
Add table
Add a link
Reference in a new issue