From ehaupt@FreeBSD.org  Thu Mar 10 15:33:23 2011
Return-Path: <ehaupt@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4BD6B106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Mar 2011 15:33:23 +0000 (UTC)
	(envelope-from ehaupt@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id 396668FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Mar 2011 15:33:23 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2AFXNmS079904
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Mar 2011 15:33:23 GMT
	(envelope-from ehaupt@freefall.freebsd.org)
Received: (from ehaupt@localhost)
	by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2AFXN2F079903;
	Thu, 10 Mar 2011 16:33:23 +0100 (CET)
	(envelope-from ehaupt)
Message-Id: <201103101533.p2AFXN2F079903@freefall.freebsd.org>
Date: Thu, 10 Mar 2011 16:33:23 +0100 (CET)
From: Emanuel Haupt <ehaupt@freebsd.org>
Reply-To: Emanuel Haupt <ehaupt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] sysutils/synergy -> 1.3.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155438
>Category:       ports
>Synopsis:       [update] sysutils/synergy -> 1.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kevlo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 10 15:40:11 UTC 2011
>Closed-Date:    Fri Mar 11 02:35:19 UTC 2011
>Last-Modified:  Fri Mar 11 02:40:10 UTC 2011
>Originator:     Emanuel Haupt
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 8.1-STABLE FreeBSD 8.1-STABLE #2 r215627: Sun Nov 21 13:36:51 UTC 2010 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
Update sysutils/synergy to 1.3.6
>How-To-Repeat:
	
>Fix:

	

--- synergy.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/synergy/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	1 Nov 2010 06:15:35 -0000	1.23
+++ Makefile	10 Mar 2011 15:31:52 -0000
@@ -6,24 +6,29 @@
 #
 
 PORTNAME=	synergy
-PORTVERSION= 	1.3.4
+PORTVERSION=	1.3.6
+DISTVERSIONSUFFIX=	-Source
 CATEGORIES=	sysutils
-MASTER_SITES=	http://synergy-plus.googlecode.com/files/
-DISTNAME=	${PORTNAME}-plus-${PORTVERSION}
+MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	kevlo@FreeBSD.org
 COMMENT=	Mouse and keyboard sharing utility
 
-GNU_CONFIGURE=	yes
+USE_CMAKE=	yes
 USE_XORG=	ice xtst x11 sm
-CONFIGURE_ENV=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
-		PTHREAD_LIBS="${PTHREAD_LIBS}"
+MAKE_ENV+=	PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
+		PTHREAD_LIBS="${PTHREAD_LIBS}" \
+
+CFLAGS+=	-L${LOCALBASE}/lib -I${LOCALBASE}/include
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/configure
+	@${ECHO_CMD} >> ${WRKSRC}/lib/base/LogOutputters.cpp
 
-post-install:
-	${MKDIR} ${PREFIX}/share/examples/synergy
-	${INSTALL_DATA} ${WRKSRC}/examples/synergy.conf ${PREFIX}/share/examples/synergy
+do-install:
+.for f in synergys synergyc
+	${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+.endfor
+	${MKDIR} ${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}.conf ${EXAMPLESDIR}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/synergy/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	1 Nov 2010 06:15:35 -0000	1.11
+++ distinfo	10 Mar 2011 15:31:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (synergy-plus-1.3.4.tar.gz) = b3c3ae4cd5e907d2584b939793da3323836bcc1222c38910decce9ae68335272
-SIZE (synergy-plus-1.3.4.tar.gz) = 754640
+SHA256 (synergy-1.3.6-Source.tar.gz) = b136fcd2795837c5c56050c32ab32e7305a84fd4ac8f3dd6458d3abc18179162
+SIZE (synergy-1.3.6-Source.tar.gz) = 659025
--- synergy.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kevlo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Mar 10 15:40:21 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155438 
State-Changed-From-To: open->		 closed 
State-Changed-By: kevlo 
State-Changed-When: Fri Mar 11 02:34:55 UTC 2011 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155438 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155438: commit references a PR
Date: Fri, 11 Mar 2011 02:34:50 +0000 (UTC)

 kevlo       2011-03-11 02:34:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/synergy     Makefile distinfo 
   Log:
   Update to 1.3.6
   
   PR:     ports/155438
   Submitted by:   ehaupt
   
   Revision  Changes    Path
   1.24      +15 -10    ports/sysutils/synergy/Makefile
   1.12      +2 -2      ports/sysutils/synergy/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
