summaryrefslogtreecommitdiffstats
path: root/development/darcs/darcs.SlackBuild
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:03:57 +0100
committer dsomero2013-03-04 23:26:37 +0100
commit4641c75bc91e643cdfcc2652c761ba68b6475691 (patch)
tree5a1aade87873b2e54277a943d112d40411bea578 /development/darcs/darcs.SlackBuild
parentac2cfb6ab6ec0b68f6e5cba76ccd4398720471f6 (diff)
downloadslackbuilds-4641c75bc91e643cdfcc2652c761ba68b6475691.tar.gz
development/darcs: Updated for version 2.8.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/darcs/darcs.SlackBuild')
-rw-r--r--development/darcs/darcs.SlackBuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/development/darcs/darcs.SlackBuild b/development/darcs/darcs.SlackBuild
index caaea0ba02..e7ea086a5d 100644
--- a/development/darcs/darcs.SlackBuild
+++ b/development/darcs/darcs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for darcs
-# Copyright 2012 Mikko Värri, Finland
+# Copyright 2013 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=darcs
-VERSION=${VERSION:-2.8.1}
+VERSION=${VERSION:-2.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,11 +71,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Bump haskell-tar version (all tests pass)
-patch -p0 <$CWD/darcs_cabal_tar.patch
-# Fix haskell-tar compatibility
-patch -p0 <$CWD/src_Darcs_Repository_hs.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
runghc Setup configure \