Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 11:28:45 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369717 - head/comms/usbmuxd
Message-ID:  <201410011128.s91BSjCe031763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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