Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2011 16:33:23 +0100 (CET)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155438: [update] sysutils/synergy -> 1.3.6
Message-ID:  <201103101533.p2AFXN2F079903@freefall.freebsd.org>
Resent-Message-ID: <201103101540.p2AFeBJU080328@freefall.freebsd.org>

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

>Number:         155438
>Category:       ports
>Synopsis:       [update] sysutils/synergy -> 1.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 10 15:40:11 UTC 2011
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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