Bug 177600 - [PATCH] fix Makefile in port: palm/pilot-link
Summary: [PATCH] fix Makefile in port: palm/pilot-link
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 08:50 UTC by Andrei Lavreniyuk
Modified: 2013-04-07 00:30 UTC (History)
0 users

See Also:


Attachments
file.diff (392 bytes, patch)
2013-04-03 08:50 UTC, Andrei Lavreniyuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Lavreniyuk 2013-04-03 08:50:00 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-03 08:50:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-03 08:50:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-04-07 00:20:43 UTC
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"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-04-07 00:20:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!