From e7bff4f95c3081df81180d52e2a67edb094fb002 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Wed, 30 Dec 2020 16:48:52 +1300 Subject: system/unison: Updated for version 2.51.3. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/unison/unison.SlackBuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'system/unison/unison.SlackBuild') diff --git a/system/unison/unison.SlackBuild b/system/unison/unison.SlackBuild index 6d43f2fab0cd7..3e82e4a68b31b 100644 --- a/system/unison/unison.SlackBuild +++ b/system/unison/unison.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for unison # Copyright 2007-2011 Ferenc Deak -# Copyright 2018 Andrew Clemons, Wellington New Zealand +# Copyright 2018,2020 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unison -VERSION=${VERSION:-2.51.2} +VERSION=${VERSION:-2.51.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,6 +63,11 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION + +if [ "$(ocamlc --version | cut -d. -f1)" = "4" ] && [ "$(ocamlc --version | cut -d. -f2)" = "03" ] ; then + zcat $CWD/old_ocaml.diff.gz | patch -p1 +fi + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -- cgit v1.2.3