From owner-freebsd-ports@FreeBSD.ORG Sat Dec 9 17:31:14 2006 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB20816A416; Sat, 9 Dec 2006 17:31:14 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FF2F43CA1; Sat, 9 Dec 2006 17:30:08 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id kB9HVDgm038108; Sun, 10 Dec 2006 02:31:13 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 10 Dec 2006 02:31:12 +0900 From: Norikatsu Shigemura To: kevlo@FreeBSD.org Message-Id: <20061210023112.e64ae7ea.nork@FreeBSD.org> X-Mailer: Sylpheed version 2.3.0beta5 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 10 Dec 2006 02:31:13 +0900 (JST) Cc: ports@FreeBSD.org Subject: [ports/sysutils/synergy] Respect PTHREAD_LIBS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 17:31:14 -0000 Hi Kevin! I found a issue of not respect PTHREAD_LIBS. Please commit following patch. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/synergy/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 18 May 2006 03:22:46 -0000 1.10 +++ Makefile 9 Dec 2006 16:42:01 -0000 @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ + PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README