summaryrefslogtreecommitdiffstats
path: root/ham
diff options
context:
space:
mode:
author JK Wood <joshuakwood@gmail.com>2017-09-14 08:26:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-14 08:27:14 +0700
commitbe4a06665a9de7fe645006a9d95537de90cdb097 (patch)
tree6e051da8b1a64c9ac997c39d6e1951d8b7e476c1 /ham
parent3d967b7025367622c8169957d123fa7d87e0af28 (diff)
downloadslackbuilds-be4a06665a9de7fe645006a9d95537de90cdb097.tar.gz
slackbuilds-be4a06665a9de7fe645006a9d95537de90cdb097.tar.xz
ham/grig: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham')
-rw-r--r--ham/grig/g_thread.patch12
-rw-r--r--ham/grig/grig.SlackBuild5
-rw-r--r--ham/grig/grig.info6
3 files changed, 4 insertions, 19 deletions
diff --git a/ham/grig/g_thread.patch b/ham/grig/g_thread.patch
deleted file mode 100644
index 7679122ef4..0000000000
--- a/ham/grig/g_thread.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/main.c 2011-06-27 12:02:28.000000000 +0200
-+++ src/main.c 2014-07-14 17:06:44.649235990 +0200
-@@ -182,8 +182,7 @@
- the program if threads are not supported... then why doesn''t it work
- on FreeBSD?
- */
-- if (!g_thread_supported ())
-- g_thread_init (NULL);
-+ g_thread_init (NULL);
-
-
-
diff --git a/ham/grig/grig.SlackBuild b/ham/grig/grig.SlackBuild
index 41cc4cdf2b..03df4aeaf4 100644
--- a/ham/grig/grig.SlackBuild
+++ b/ham/grig/grig.SlackBuild
@@ -21,7 +21,7 @@
# that is unlikely, as I am rather tall.
PRGNAM=grig
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,9 +66,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# g_thread_supported patch from Arch
-patch -p0 < $CWD/g_thread.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
LDFLAGS="-L/lib${LIBDIRSUFFIX} -L/usr/lib${LIBDIRSUFFIX} -lm" \
diff --git a/ham/grig/grig.info b/ham/grig/grig.info
index 4ab778d9cb..ecde801435 100644
--- a/ham/grig/grig.info
+++ b/ham/grig/grig.info
@@ -1,8 +1,8 @@
PRGNAM="grig"
-VERSION="0.8.0"
+VERSION="0.8.1"
HOMEPAGE="http://groundstation.sourceforge.net/grig/"
-DOWNLOAD="http://sourceforge.net/projects/groundstation/files/Grig/0.8.0/grig-0.8.0.tar.gz"
-MD5SUM="c145327e72e462512e7835f3808f2bae"
+DOWNLOAD="http://sourceforge.net/projects/groundstation/files/Grig/0.8.1/grig-0.8.1.tar.gz"
+MD5SUM="a9c0bbd58ba48d01a2fc4bcdc7bc44fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="hamlib"