From owner-svn-ports-head@FreeBSD.ORG Wed Oct 1 11:28:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DEE0DB8; Wed, 1 Oct 2014 11:28:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4AC2F3F4; Wed, 1 Oct 2014 11:28:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s91BSjgX031764; Wed, 1 Oct 2014 11:28:45 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s91BSjCe031763; Wed, 1 Oct 2014 11:28:45 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201410011128.s91BSjCe031763@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 1 Oct 2014 11:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369717 - head/comms/usbmuxd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 11:28:45 -0000 Author: tijl Date: Wed Oct 1 11:28:44 2014 New Revision: 369717 URL: https://svnweb.freebsd.org/changeset/ports/369717 QAT: https://qat.redports.org/buildarchive/r369717/ Log: - Remove :build from USES=libtool because this port does not need /usr/local/bin/libtool - Don't replace -lpthread with -pthread because they are the same Modified: head/comms/usbmuxd/Makefile Modified: head/comms/usbmuxd/Makefile ============================================================================== --- head/comms/usbmuxd/Makefile Wed Oct 1 11:25:35 2014 (r369716) +++ head/comms/usbmuxd/Makefile Wed Oct 1 11:28:44 2014 (r369717) @@ -18,7 +18,7 @@ GH_ACCOUNT= libimobiledevice GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= 2f6d9d5 -USES= autoreconf libtool:build pathfix pkgconfig tar:bzip2 +USES= autoreconf libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-systemd \ libusb_CFLAGS="-I/usr/include" \ @@ -30,9 +30,9 @@ PORTDOCS= AUTHORS README OPTIONS_DEFINE= DOCS -pre-configure: +post-patch: # TODO: add devd(8) rule. - @${REINPLACE_CMD} -e 's,-lpthread,-pthread,g' \ + @${REINPLACE_CMD} \ -e '/*cygwin*/ s,),|*bsd*),' \ ${WRKSRC}/configure.ac