View | Details | Raw Unified | Return to bug 103301
Collapse All | Expand All

(-)./grig/Makefile (-5 / +5 lines)
Lines 5-32 Link Here
5
# $FreeBSD: ports/comms/grig/Makefile,v 1.8 2006/05/03 23:38:35 edwin Exp $
5
# $FreeBSD: ports/comms/grig/Makefile,v 1.8 2006/05/03 23:38:35 edwin Exp $
6
6
7
PORTNAME=	grig
7
PORTNAME=	grig
8
PORTVERSION=	0.2.2
8
PORTVERSION=	0.7.1
9
PORTREVISION=	4
10
CATEGORIES=	comms hamradio
9
CATEGORIES=	comms hamradio
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
10
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	groundstation
11
MASTER_SITE_SUBDIR=	groundstation
13
12
14
MAINTAINER=	matt@mattsnetwork.co.uk
13
MAINTAINER=	matt@chronos.org.uk
15
COMMENT=	Amateur Radio control front-end
14
COMMENT=	Amateur Radio control front-end
16
15
17
LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/hamlib
16
LIB_DEPENDS=	hamlib:${PORTSDIR}/comms/hamlib
18
17
19
USE_X_PREFIX=	yes
20
USE_GNOME=	gconf gtk12 gnomecanvas
18
USE_GNOME=	gconf gtk12 gnomecanvas
21
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
22
USE_GMAKE=	yes
20
USE_GMAKE=	yes
23
CONFIGURE_ARGS=	--disable-nls	# nls not supported yet
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
		LIBS="-L${LOCALBASE}/lib"
22
		LIBS="-L${LOCALBASE}/lib"
23
CONFIGURE_ARGS=	--mandir=${PREFIX}/man
26
24
27
.include <bsd.port.pre.mk>
25
.include <bsd.port.pre.mk>
28
26
29
post-patch:
27
post-patch:
30
	@${REINPLACE_CMD} -e 's|GCONF_LIBS="`|GCONF_LIBS="-lgconf-gtk-1 `|' ${WRKSRC}/configure
28
	@${REINPLACE_CMD} -e 's|GCONF_LIBS="`|GCONF_LIBS="-lgconf-gtk-1 `|' ${WRKSRC}/configure
29
30
MAN1=		grig.1
31
31
32
.include <bsd.port.post.mk>
32
.include <bsd.port.post.mk>
(-)./grig/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (grig-0.2.2.tar.gz) = 6d9786c7a5ee5e1f95d2572d3c7ce277
1
MD5 (grig-0.7.1.tar.gz) = d490fa348fa2edfd6f6e3723d47a5684
2
SHA256 (grig-0.2.2.tar.gz) = f5fa1c698980fe5577d30537ac779519e6dc5f02835cf37b25c034e2e9a631b8
2
SHA256 (grig-0.7.1.tar.gz) = cc84d1a685801ebdf9e8afc70da2a3fab9b572e71d3d762a46454ec79ab2ef85
3
SIZE (grig-0.2.2.tar.gz) = 227274
3
SIZE (grig-0.7.1.tar.gz) = 494181
(-)./grig/files/patch-aa (-18 lines)
Lines 1-18 Link Here
1
--- ./src/gnome-hamlib-rig.c.orig	Mon Sep 20 15:35:02 2004
2
+++ ./src/gnome-hamlib-rig.c	Mon Sep 20 15:38:35 2004
3
@@ -495,6 +495,7 @@
4
 		case 2: pbwidth = rig_passband_narrow (GNOME_HAMLIB_RIG (ghr)->rig, mode);
5
 			break;
6
 		default: /* THIS SHOULD NEVER HAVE HAPPENED ERROR */
7
+			break;
8
 		}
9
 		retcode = rig_set_mode (GNOME_HAMLIB_RIG (ghr)->rig, RIG_VFO_CURR, mode, pbwidth);
10
 		if (retcode != RIG_OK) {
11
@@ -1367,6 +1368,7 @@
12
 	case 2: pbwidth = rig_passband_narrow (ghr->rig, mode);
13
 		break;
14
 	default: /* THIS SHOULD NEVER HAVE HAPPENED ERROR */
15
+		break;
16
 	}
17
 	retcode = rig_set_mode (ghr->rig, RIG_VFO_CURR, mode, pbwidth);
18
 	if (retcode == RIG_OK) {
(-)./grig/files/patch-ab (-18 lines)
Lines 1-18 Link Here
1
--- ./src/grig-config-rig.c.orig	Mon Sep 20 15:36:13 2004
2
+++ ./src/grig-config-rig.c	Mon Sep 20 15:37:42 2004
3
@@ -433,6 +433,7 @@
4
 	case 1: /* Cancel */
5
 		break;
6
 	default:
7
+		break;
8
 	}
9
 	gnome_dialog_close (GNOME_DIALOG (dialog));
10
 }
11
@@ -575,6 +576,7 @@
12
 	case 1: /* Cancel */
13
 		break;
14
 	default:
15
+		break;
16
 	}
17
 	gnome_dialog_close (GNOME_DIALOG (dialog));
18
 }
(-)./grig/files/patch-ac (-18 lines)
Lines 1-18 Link Here
1
--- ./src/grig-config-rot.c.orig	Mon Sep 20 15:39:11 2004
2
+++ ./src/grig-config-rot.c	Mon Sep 20 15:40:07 2004
3
@@ -429,6 +429,7 @@
4
 	case 1: /* Cancel */
5
 		break;
6
 	default:
7
+		break;
8
 	}
9
 	gnome_dialog_close (GNOME_DIALOG (dialog));
10
 }
11
@@ -571,6 +572,7 @@
12
 	case 1: /* Cancel */
13
 		break;
14
 	default:
15
+		break;
16
 	}
17
 	gnome_dialog_close (GNOME_DIALOG (dialog));
18
 }
(-)./grig/files/patch-ad (-18 lines)
Lines 1-18 Link Here
1
--- ./src/grig-config.c.orig	Mon Sep 20 15:40:26 2004
2
+++ ./src/grig-config.c	Mon Sep 20 15:41:25 2004
3
@@ -161,6 +161,7 @@
4
 		break;
5
 #endif
6
 	default:
7
+		break;
8
 	}
9
 }
10
 
11
@@ -209,6 +210,7 @@
12
 		break;
13
 #endif
14
 	default:
15
+		break;
16
 	}
17
 }
18
 
(-)./grig/files/patch-ae (-19 lines)
Lines 1-19 Link Here
1
--- ./src/grig-druid-loc.c.orig	Sun May  9 07:18:50 2004
2
+++ ./src/grig-druid-loc.c	Sat Aug 14 15:39:16 2004
3
@@ -294,7 +294,7 @@
4
 	if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (radll))) {
5
 		longlat2locator (g_strtod (gtk_entry_get_text (GTK_ENTRY (lonwdg)), NULL),
6
 				 g_strtod (gtk_entry_get_text (GTK_ENTRY (latwdg)), NULL),
7
-				 loc);
8
+				 loc, 3);
9
 		gtk_entry_set_text (GTK_ENTRY (locatorwdg), g_strdup (loc));
10
 	}
11
 #endif
12
@@ -342,6 +342,7 @@
13
 			gtk_widget_set_sensitive (locatorwdg, FALSE);
14
 			break;
15
 		default:
16
+			break;
17
 		}
18
 	}
19
 }
(-)./grig/pkg-descr (-2 / +1 lines)
Lines 4-11 Link Here
4
Part of the grounstation suite, it purpose is to control
4
Part of the grounstation suite, it purpose is to control
5
an amateur radio transceiver from X. It supports any of
5
an amateur radio transceiver from X. It supports any of
6
the transceivers that hamlib supports, including rpc.rigd
6
the transceivers that hamlib supports, including rpc.rigd
7
over the network. However, at present only a subset of the
7
over the network.
8
hamlib functions are provided.
9
8
10
The groundstation suite comprises Gnome-rig and Gnome-predict
9
The groundstation suite comprises Gnome-rig and Gnome-predict
11
and is intended to provide a low-cost amateur radio station
10
and is intended to provide a low-cost amateur radio station
(-)./grig/pkg-plist (-2 / +11 lines)
Lines 1-4 Link Here
1
bin/grig
1
bin/grig
2
share/pixmaps/grig/digits_normal.xpm
2
%%DATADIR%%/AUTHORS
3
share/pixmaps/grig/digits_small.xpm
3
%%DATADIR%%/COPYING
4
%%DATADIR%%/ChangeLog
5
%%DATADIR%%/NEWS
6
%%DATADIR%%/README
7
share/pixmaps/grig/digits_normal.png
8
share/pixmaps/grig/digits_small.png
9
share/pixmaps/grig/grig-logo.png
10
share/pixmaps/grig/ic910.png
11
share/pixmaps/grig/smeter.png
4
@dirrm share/pixmaps/grig
12
@dirrm share/pixmaps/grig
13
@dirrm %%DATADIR%%

Return to bug 103301