- drop patch, seems included in upstream with condition:
    #if !GLIB_CHECK_VERSION(2,32,0)
(upstream)
- Updated ham/grig to 0.8.1
-------------------------
GRIG 0.8.1:
- Maintenance update
- French l10n
This commit is contained in:
mef 2016-07-14 12:11:56 +00:00
parent 8b47aac54f
commit a09363ca42
4 changed files with 11 additions and 32 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.42 2015/04/25 14:23:21 tnn Exp $
# $NetBSD: Makefile,v 1.43 2016/07/14 12:11:56 mef Exp $
#
DISTNAME= grig-0.8.0
PKGREVISION= 8
DISTNAME= grig-0.8.1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}

View file

@ -1,12 +1,14 @@
@comment $NetBSD: PLIST,v 1.6 2012/11/03 22:56:06 gdt Exp $
@comment $NetBSD: PLIST,v 1.7 2016/07/14 12:11:56 mef Exp $
bin/grig
lib/locale/fr/LC_MESSAGES/grig.mo
man/man1/grig.1
share/grig/AUTHORS
share/grig/COPYING
share/grig/ChangeLog
share/grig/NEWS
share/grig/README
share/locale/de/LC_MESSAGES/grig.mo
share/locale/fr/LC_MESSAGES/grig.mo
share/locale/tr/LC_MESSAGES/grig.mo
share/pixmaps/grig/digits_normal.png
share/pixmaps/grig/digits_small.png
share/pixmaps/grig/grig-logo.png

View file

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.9 2015/11/02 23:57:23 agc Exp $
$NetBSD: distinfo,v 1.10 2016/07/14 12:11:56 mef Exp $
SHA1 (grig-0.8.0.tar.gz) = 4de0b484dcc868eddf82ead66ef6a337592b9aee
RMD160 (grig-0.8.0.tar.gz) = a4854280717ac38419848b70c8e4f457c3c2d7ca
SHA512 (grig-0.8.0.tar.gz) = 204256a382dd2faf5c380d036d5c75748a24d683e1f3625cc75d5f41a3e73a57c5720cc6db3ad8968c741835516a241680af4e83c32dc0e0951731548fb82357
Size (grig-0.8.0.tar.gz) = 514072 bytes
SHA1 (patch-src_main.c) = 6939910340b89ec00247f920b4ffb2b487b079a3
SHA1 (grig-0.8.1.tar.gz) = 6c93486c3d9fd692a4ce70a8274f57ef51238c4f
RMD160 (grig-0.8.1.tar.gz) = 01deadaea1ae2e6ed3e27ada07ad4557039ddf8c
SHA512 (grig-0.8.1.tar.gz) = 84eda8db5d18324f26f0775483c8272296aad05dd75f0572c01a3c7af6dbd14bff7b98cc6a61fe3c43d25193866be4b3dafdc4e68dfc37217e88b53ca53266f9
Size (grig-0.8.1.tar.gz) = 621728 bytes

View file

@ -1,21 +0,0 @@
$NetBSD: patch-src_main.c,v 1.1 2013/06/26 21:21:26 joerg Exp $
--- src/main.c.orig 2013-06-26 20:34:46.000000000 +0000
+++ src/main.c
@@ -177,16 +177,6 @@ main (int argc, char *argv[])
g_free (fname);
-
- /* initialize threads; according to glib docs, this call will terminate
- the program if threads are not supported... then why doesn''t it work
- on FreeBSD?
- */
- if (!g_thread_supported ())
- g_thread_init (NULL);
-
-
-
/* decode command line arguments; this part of the code only sets the
global flags and variables, whereafter we check each variable in
descending priority order. This way it is easy to exit the program