1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:17:35 +00:00

Ports: Use GNU patch instead of the OpenBSD version

The OpenBSD version is having some weird issues, so:

Reject OpenBSD, return to GNU.
This commit is contained in:
Tim Schumacher 2021-11-10 02:07:36 +01:00 committed by Andreas Kling
parent bd6c48f6ea
commit 26a48f3516
4 changed files with 30 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=patch
version=6.6
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/patch-${version}.tar.gz patch-${version}.tar.gz b82ba726d9bdb683534839673f0c845d4f97c8d08490fa53dbef502665fee637"
version=2.7.6
useconfigure=true
files="https://ftp.gnu.org/gnu/patch/patch-${version}.tar.gz patch-${version}.tar.gz 8cf86e00ad3aaa6d26aca30640e86b0e3e1f395ed99f189b06d4c9f74bc58a4e"
auth_type=sha256
depends=("libpuffy")