ports/155438: [update] sysutils/synergy -> 1.3.6

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 10 15:40:12 UTC 2011


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list