From bfa2b909021fd5c03cff4eeebe84a6f2ba7f499c Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 25 Mar 2023 18:59:34 +0000 Subject: Sat Mar 25 18:59:34 UTC 2023 l/netpbm-11.02.00-x86_64-1.txz: Upgraded. x/mesa-23.0.1-x86_64-1.txz: Upgraded. Properly apply/revert patches for the amber drivers. Thanks to lucabon. --- source/x/mesa/mesa-amber.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/x/mesa/mesa-amber.build b/source/x/mesa/mesa-amber.build index 1c39b04e9..650dd8d8a 100755 --- a/source/x/mesa/mesa-amber.build +++ b/source/x/mesa/mesa-amber.build @@ -29,15 +29,15 @@ find . \ # Patches obtained by: # git checkout origin/17.2 # git format-patch 93c2beafc0a7fa2f210b006d22aba61caa71f773 # 17.2.6 release -if /bin/ls $CWD/patches/*.patch 1> /dev/null 2> /dev/null ; then - for patch in $CWD/patches/*.patch ; do +if /bin/ls $CWD/amber/patches/*.patch 1> /dev/null 2> /dev/null ; then + for patch in $CWD/amber/patches/*.patch ; do patch -p1 --verbose < $patch || exit 1 ; done fi # Revert these patches from git (and maybe elsewhere): -if /bin/ls $CWD/patches-revert/*.patch 1> /dev/null 2> /dev/null ; then - for patch in $CWD/patches-revert/*.patch ; do +if /bin/ls $CWD/amber/patches-revert/*.patch 1> /dev/null 2> /dev/null ; then + for patch in $CWD/amber/patches-revert/*.patch ; do patch -p1 -R --verbose < $patch || exit 1 ; done fi -- cgit v1.2.3-80-g2a13