summaryrefslogtreecommitdiffstats
path: root/development/gc
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2012-09-07 22:29:23 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-09-07 22:29:23 -0500
commit975eb18fb95b65914313df051aade362a28cc9d8 (patch)
tree656925ee7dd7090da8a554e1e20581d99b8079b8 /development/gc
parentf72fd46a6724e709b7fbbe086d624cc69982f20c (diff)
downloadslackbuilds-975eb18fb95b65914313df051aade362a28cc9d8.tar.gz
slackbuilds-975eb18fb95b65914313df051aade362a28cc9d8.tar.xz
development/gc: Updated for version 7.2d.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gc')
-rw-r--r--development/gc/README3
-rw-r--r--development/gc/gc.SlackBuild12
-rw-r--r--development/gc/gc.info6
3 files changed, 13 insertions, 8 deletions
diff --git a/development/gc/README b/development/gc/README
index c7e216cad4..fc5ab50a46 100644
--- a/development/gc/README
+++ b/development/gc/README
@@ -9,3 +9,6 @@ The collector is also used by a number of programming language
implementations that either use C as intermediate code, want to
facilitate easier interoperation with C libraries, or just prefer
the simple collector interface.
+
+libatomic_ops is an optional dependency, but gc will use an internal copy
+if it's not already installed on the system.
diff --git a/development/gc/gc.SlackBuild b/development/gc/gc.SlackBuild
index 4c147b4ebd..ae3e7b4262 100644
--- a/development/gc/gc.SlackBuild
+++ b/development/gc/gc.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gc
-# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
+# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,10 +23,12 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gc
-VERSION=${VERSION:-7.1}
+VERSION=${VERSION:-7.2d}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+TARVERS=7.2
+
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -61,9 +63,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM-$TARVERS
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+cd $PRGNAM-$TARVERS
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
@@ -85,7 +87,7 @@ gzip -9 $PKG/usr/man/man1/gc.1
mkdir -p $PKG/usr/doc
mv $PKG/usr/share/gc $PKG/usr/doc/$PRGNAM-$VERSION
-cp $CWD/$PRGNAM.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION
+cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 644 {} \;
( cd $PKG/usr/share ; ln -s /usr/doc/$PRGNAM-$VERSION gc )
diff --git a/development/gc/gc.info b/development/gc/gc.info
index 0620749b6e..63894ac07e 100644
--- a/development/gc/gc.info
+++ b/development/gc/gc.info
@@ -1,8 +1,8 @@
PRGNAM="gc"
-VERSION="7.1"
+VERSION="7.2d"
HOMEPAGE="http://www.hpl.hp.com/personal/Hans_Boehm/gc/"
-DOWNLOAD="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.1.tar.gz"
-MD5SUM="2ff9924c7249ef7f736ecfe6f08f3f9b"
+DOWNLOAD="http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc-7.2d.tar.gz"
+MD5SUM="91340b28c61753a789eb6077675d87d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""