Fix: Patch attached with submission follows:
Maintainer of palm/pilot-link, Please note that PR ports/177600 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177600 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: wg Date: Sat Apr 6 23:20:30 2013 New Revision: 315748 URL: http://svnweb.freebsd.org/changeset/ports/315748 Log: - Fix typo in OptionsNG conversion PR: ports/177600 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> Approved by: portmgr (miwi), jpaetzel (mentor) Modified: head/palm/pilot-link/Makefile Modified: head/palm/pilot-link/Makefile ============================================================================== --- head/palm/pilot-link/Makefile Sat Apr 6 17:21:21 2013 (r315747) +++ head/palm/pilot-link/Makefile Sat Apr 6 23:20:30 2013 (r315748) @@ -40,7 +40,7 @@ LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/deve CONFIGURE_ARGS+=--enable-libusb LDFLAGS+= -L${PREFIX}/lib -lusb -.if ! ${PORT_OPTIONS:THREADS} +.if ! ${PORT_OPTIONS:MTHREADS} IGNORE= cannot be built: USB support requires THREADS turned on. Please reconfigure using 'make config' .else LDFLAGS+= ${PTHREAD_LIBS} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!