Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2008 19:34:13 -0500 (EST)
From:      Robert Noland <rnoland@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lme@FreeBSD.org
Subject:   ports/129773: [PATCH] sysutils/quicksynergy: update to 0.8.1
Message-ID:  <200812200034.mBK0YDtX092354@wombat.2hip.net>
Resent-Message-ID: <200812200110.mBK1A2xH026997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129773
>Category:       ports
>Synopsis:       [PATCH] sysutils/quicksynergy: update to 0.8.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 20 01:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Robert Noland
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wombat.2hip.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Nov 18 20:01:48 EST 2008
>Description:
- Update to 0.8.1
- Fix Build

Added file(s):
- files/patch-src-callbacks.c
- files/patch-src-main.c

Port maintainer (lme@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- quicksynergy-0.8.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/quicksynergy/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	19 Dec 2008 22:00:31 -0000	1.5
+++ Makefile	20 Dec 2008 00:32:57 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	quicksynergy
-PORTVERSION=	0.7
-PORTREVISION=	1
+PORTVERSION=	0.8.1
+#PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -17,15 +17,14 @@
 BUILD_DEPENDS=	synergys:${PORTSDIR}/sysutils/synergy
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk20 libglade
+USE_ICONV=	yes
+USE_GETTEXT=	yes
+USE_GNOME=	gnomehack gnomeprefix libglade2
 
-BROKEN=		does not build
-DEPRECATED=	has been broken for more than 6 months
-EXPIRATION_DATE=2009-01-19
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
 
-PLIST_FILES=	bin/quicksynergy
-
-pre-configure:
-	@${REINPLACE_CMD} 's|ac_default_prefix=/usr/local|ac_default_prefix=${PREFIX}|' ${WRKSRC}/configure
+PLIST_FILES=	bin/quicksynergy \
+		share/locale/pt_BR/LC_MESSAGES/quicksynergy.mo
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/sysutils/quicksynergy/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	28 Mar 2008 23:05:47 -0000	1.1
+++ distinfo	20 Dec 2008 00:32:57 -0000
@@ -1,3 +1,3 @@
-MD5 (quicksynergy-0.7.tar.gz) = e44ef082db09124c01e3bdb92d970b8e
-SHA256 (quicksynergy-0.7.tar.gz) = b5612abec7a65a8236efbe8b34afa8b4ad82d881dacea19a962cdd298f9f6733
-SIZE (quicksynergy-0.7.tar.gz) = 175522
+MD5 (quicksynergy-0.8.1.tar.gz) = 2f8b915dfcce7134eb10444217fb6d8d
+SHA256 (quicksynergy-0.8.1.tar.gz) = 1590c351994f463d0900b9df704429f963f26523e41e740faed06f8eed3284bc
+SIZE (quicksynergy-0.8.1.tar.gz) = 176978
Index: files/patch-src-callbacks.c
===================================================================
RCS file: files/patch-src-callbacks.c
diff -N files/patch-src-callbacks.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-callbacks.c	20 Dec 2008 00:32:57 -0000
@@ -0,0 +1,15 @@
+--- src/callbacks.c.orig	2008-07-28 17:56:10.000000000 -0400
++++ src/callbacks.c	2008-12-19 18:34:57.000000000 -0500
+@@ -43,9 +43,9 @@
+     "</popup>"
+     "</ui>\n";
+ 
+-static GtkActionEntry popup_menu_actions[] = {
+-    { "ActionSettings", GTK_STOCK_PREFERENCES, N_("Settings"), NULL, NULL, show_main_window },
+-    { "ActionQuit",     GTK_STOCK_QUIT,        N_("Quit"),     NULL, NULL, quicksynergy_quit },    
++static const GtkActionEntry popup_menu_actions[] = {
++    { "ActionSettings", GTK_STOCK_PREFERENCES, N_("Settings"), NULL, NULL, G_CALLBACK(show_main_window) },
++    { "ActionQuit",     GTK_STOCK_QUIT,        N_("Quit"),     NULL, NULL, G_CALLBACK(quicksynergy_quit) },    
+ };
+ #endif
+ 
Index: files/patch-src-main.c
===================================================================
RCS file: files/patch-src-main.c
diff -N files/patch-src-main.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src-main.c	20 Dec 2008 00:32:57 -0000
@@ -0,0 +1,11 @@
+--- src/main.c.orig	2008-12-19 17:40:19.000000000 -0500
++++ src/main.c	2008-12-19 17:49:51.000000000 -0500
+@@ -84,7 +84,7 @@
+             GTK_WIN_POS_CENTER);
+     gtk_window_set_resizable(GTK_WINDOW(main_window), FALSE);
+     gtk_container_set_border_width(GTK_CONTAINER(main_window), 5);
+-    gtk_window_set_icon(main_window,gdk_pixbuf_new_from_inline(-1, qslogo,
++    gtk_window_set_icon(GTK_WINDOW(main_window),gdk_pixbuf_new_from_inline(-1, qslogo,
+         FALSE, NULL));
+     
+     /* main window events */
--- quicksynergy-0.8.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812200034.mBK0YDtX092354>