From be35adbd1160550e441ead585a97faba68a83f27 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 25 Dec 2019 19:00:02 +0000 Subject: Wed Dec 25 19:00:02 UTC 2019 d/ruby-2.7.0-x86_64-1.txz: Upgraded. Shared library .so-version bump. d/subversion-1.13.0-x86_64-2.txz: Rebuilt. Recompiled against ruby-2.7.0. kde/korundum-4.14.3-x86_64-8.txz: Rebuilt. Recompiled against ruby-2.7.0. kde/qtruby-4.14.3-x86_64-11.txz: Rebuilt. Recompiled against ruby-2.7.0. n/epic5-2.1.1-x86_64-3.txz: Rebuilt. Ruby support won't build, so we'll skip it for now. x/libva-2.6.0-x86_64-1.txz: Upgraded. x/libva-utils-2.6.0-x86_64-1.txz: Upgraded. --- source/n/epic5/epic5.SlackBuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'source/n/epic5') diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild index 0100fd9d3..f1cb70a28 100755 --- a/source/n/epic5/epic5.SlackBuild +++ b/source/n/epic5/epic5.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2013, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2013, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,11 @@ PKGNAM=epic5 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} EPICVER=5 HELPFILE=current -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} + +# Default to no Ruby support, since it seems that ruby-2.7.0 is not compatible. +# Patches to fix this are welcome, otherwise we'll keep an eye on upstream. +RUBY_OPTION=${RUBY_OPTION:---without-ruby} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -82,6 +86,7 @@ CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --with-tcl=/usr/lib${LIBDIRSUFFIX}/tclConfig.sh \ + $RUBY_OPTION \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 -- cgit v1.2.3