mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:17:44 +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:
parent
bd6c48f6ea
commit
26a48f3516
4 changed files with 30 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue