diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:03:57 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:37 -0500 |
commit | 4641c75bc91e643cdfcc2652c761ba68b6475691 (patch) | |
tree | 5a1aade87873b2e54277a943d112d40411bea578 /development/darcs/darcs.SlackBuild | |
parent | ac2cfb6ab6ec0b68f6e5cba76ccd4398720471f6 (diff) |
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.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/development/darcs/darcs.SlackBuild b/development/darcs/darcs.SlackBuild index caaea0ba024d..e7ea086a5d64 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 \ |