mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update diffutils to 3.12
This commit is contained in:
@@ -53,7 +53,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`deutex`](deutex/) | DeuTex | 5.2.2 | https://github.com/Doom-Utils/deutex |
|
||||
| [`devilutionX`](devilutionX/) | DevilutionX | 1.5.3 | https://github.com/diasurgical/devilutionX |
|
||||
| [`dialog`](dialog/) | Dialog | 1.3-20220526 | https://invisible-island.net/dialog/ |
|
||||
| [`diffutils`](diffutils/) | GNU Diffutils | 3.10 | https://www.gnu.org/software/diffutils/ |
|
||||
| [`diffutils`](diffutils/) | GNU Diffutils | 3.12 | https://www.gnu.org/software/diffutils/ |
|
||||
| [`dmidecode`](dmidecode/) | dmidecode | 3.6 | https://github.com/mirror/dmidecode |
|
||||
| [`doom`](doom/) | DOOM | | https://github.com/ozkl/doomgeneric |
|
||||
| [`dos2unix`](dos2unix/) | dos2unix | 7.5.1 | https://waterlan.home.xs4all.nl/dos2unix.html |
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='diffutils'
|
||||
version='3.10'
|
||||
version='3.12'
|
||||
depends=(
|
||||
'libiconv'
|
||||
)
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/diffutils/diffutils-${version}.tar.xz#90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e"
|
||||
"https://ftpmirror.gnu.org/gnu/diffutils/diffutils-${version}.tar.xz#7c8b7f9fc8609141fdea9cece85249d308624391ff61dedaf528fcb337727dfd"
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=(
|
||||
'build-aux/config.sub'
|
||||
configopts=(
|
||||
# [diffutils/configure] checking whether strcasecmp works...
|
||||
# [diffutils/configure] configure: error: cannot run test program while cross compiling
|
||||
'gl_cv_func_strcasecmp_works=yes'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user