From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 10 15:40:12 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631811065670 for ; Thu, 10 Mar 2011 15:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F0358FC0C for ; Thu, 10 Mar 2011 15:40:12 +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 p2AFeBP1080329 for ; Thu, 10 Mar 2011 15:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2AFeBJU080328; Thu, 10 Mar 2011 15:40:11 GMT (envelope-from gnats) Resent-Date: Thu, 10 Mar 2011 15:40:11 GMT Resent-Message-Id: <201103101540.p2AFeBJU080328@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BD6B106564A for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/155438: [update] sysutils/synergy -> 1.3.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2011 15:40:12 -0000 >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 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: