[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:/lunar-linux/moonbase-other
stumbles
stumbles at lunar-linux.org
Tue Apr 2 22:54:25 CEST 2013
commit c7adf5341e27b02932442260730113f3014dfe32
Author: stumbles <stumbles at lunar-linux.org>
Date: Tue, 02 Apr 2013 13:54:17 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/c7adf5341e27b02932442260730113f3014dfe32
Merge branch 'master' of github.com:/lunar-linux/moonbase-other
---
archive/sharutils/DETAILS | +3/-3
compilers/gringo/BUILD | +3/-12
compilers/gringo/DEPENDS | +4/-3
compilers/gringo/DETAILS | +4/-6
doc-tools/re2c/DETAILS | +1/-1
5 files changed, 15 insertions(+), 25 deletions(-)
--- a/archive/sharutils/DETAILS
+++ b/archive/sharutils/DETAILS
@@ -1,11 +1,11 @@
MODULE=sharutils
- VERSION=4.13.3
+ VERSION=4.13.4
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$GNU_URL/$MODULE
- SOURCE_VFY=sha1:50582fcededd1891c47ec1caa98491e280950cbd
+ SOURCE_VFY=sha1:9becdd47dd03a6e139f29c9a2ab311a541409553
WEB_SITE=http://www.gnu.org/software/sharutils
ENTERED=20020420
- UPDATED=20130115
+ UPDATED=20130402
SHORT="GNU shar for handling shell archives"
cat << EOF
--- a/compilers/gringo/BUILD
+++ b/compilers/gringo/BUILD
@@ -1,12 +1,3 @@
-(
- patch_it $SOURCE2 0 &&
-
- if in_depends $MODULE lua; then
- sedit 's/WITH_LUA=shipped/WITH_LUA=system/' Makefile
- fi &&
-
- make $OPTS &&
- prepare_install &&
- install -m755 build/release/bin/gringo /usr/bin
-
-) > $C_FIFO 2>&1
+scons -j${MAKES:=1} --build-dir=release $OPTS &&
+prepare_install &&
+install -m755 build/release/gringo /usr/bin
--- a/compilers/gringo/DEPENDS
+++ b/compilers/gringo/DEPENDS
@@ -1,4 +1,5 @@
-depends cmake
-depends boost
+depends scons
+depends re2c
+depends bison
-optional_depends lua "" "--dummy" "for system lua library"
+optional_depends llvm "" "CXX=g++" "build with clang compiler(enable in llvm)"
--- a/compilers/gringo/DETAILS
+++ b/compilers/gringo/DETAILS
@@ -1,15 +1,13 @@
MODULE=gringo
- VERSION=3.0.4
+ VERSION=4.0
SOURCE=$MODULE-$VERSION-source.tar.gz
SOURCE2=patch-clang.diff
- SOURCE_URL=$SFORGE_URL/potassco/$MODULE/$VERSION
- SOURCE2_URL=http://potassco.svn.sourceforge.net/viewvc/potassco/tags/${MODULE}-${VERSION}/patches/
+ SOURCE_URL=$SFORGE_URL/potassco/$MODULE/${VERSION}.0
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-source
- SOURCE_VFY=sha1:a9057c602126f39fdf691336147987f2cef864e0
- SOURCE2_VFY=sha1:2c38954e247f925c4e86b27c376341cc9342fcd8
+ SOURCE_VFY=sha1:e651c4d3d463393e4a6710742699733d0e8fd6ce
WEB_SITE=http://potassco.sf.net
ENTERED=20120512
- UPDATED=20120512
+ UPDATED=20130402
SHORT="grounder for logic programs with first order variables"
cat << EOF
--- a/doc-tools/re2c/DETAILS
+++ b/doc-tools/re2c/DETAILS
@@ -1,7 +1,7 @@
MODULE=re2c
VERSION=0.13.5
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE/$VERSION
+ SOURCE_URL=$SFORGE_URL/$MODULE/$MODULE/$VERSION
SOURCE_VFY=sha1:3d334efab53a4a051a2b189b49a849e13523b6c0
WEB_SITE=http://re2c.sourceforge.net/
ENTERED=20091001
More information about the Lunar-commits
mailing list