From 7cd75136a24593287a9d6de2694a58d793fc1d9d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 19 Jan 2018 20:41:32 +0100 Subject: dpes: synced mesa and xorg-server with Slackware --- deps/mesa/mesa.SlackBuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'deps/mesa/mesa.SlackBuild') diff --git a/deps/mesa/mesa.SlackBuild b/deps/mesa/mesa.SlackBuild index 7496b47..826856b 100755 --- a/deps/mesa/mesa.SlackBuild +++ b/deps/mesa/mesa.SlackBuild @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PKGNAM=mesa -VERSION=${VERSION:-17.3.1} +VERSION=${VERSION:-17.3.2} DEMOVERS=${DEMOVERS:-8.3.0} BUILD=${BUILD:-1} @@ -81,16 +81,13 @@ find . \ # Apply patches from git (and maybe elsewhere): # Patches obtained by: # git checkout origin/17.2 -# git format-patch 96ad27f8fcf3979c577c052f725e2a80035295aa # 17.2.5 release +# 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 patch -p1 < $patch || exit 1 ; done fi -## Don't worry if Mako is not present: -#cat $CWD/mesa.no.mako.diff | patch -p1 --verbose || exit 1 - # This doesn't fully do the trick. See below. ;-) #./autogen.sh -- cgit v1.2.3