Commit graph

11 commits

Author SHA1 Message Date
jperkin
9f58505a35 USE_LANGUAGES=c99. 2013-10-29 11:16:31 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
mef
68ff8b47c7 PR pkg/46363
(misc/urjtag gettext-lib support)

This commit apparently fixes the PLIST problem on Linux.
Linux seems always gettext-lib available, while in
NetBSD (other *BSD ?) has it conditionally.
(As a side fix, add msgfmt to USE_TOOLS, thanks obache)

This commit adds gettext-lib support unconditionally.
Resulting some *.mo files are added to PLIST.
2012-04-22 01:17:58 +00:00
obache
4233570bbd Set suitable one for MASTER_SITES/HOMEPAGE/LICENSE. 2012-04-22 00:19:54 +00:00
mef
05d0aa91b4 PR pkg/46320
Add USB cable (with FTDI USB chip) support by
just including libftdi/buildlink3.mk. Now the number of
cables supported increased from 16 to 27.
(and Bump revision)
2012-04-10 15:24:59 +00:00
obache
00932248ef Fixes build on DragonFly-i386. 2011-01-02 13:01:44 +00:00
drochner
317a90d51b -clean up the last patch - remove unneeded code (submitted upstream)
-add a "sync" option to the "dr" command which sets the next written
 value to the last read one, seems useful to me to do least invasive
 tests in a running system
-flush stdout on progress reports of the svf player (fixed differently
 in the development branch upstream)
bump PKGREVISION
2010-08-09 19:37:45 +00:00
drochner
bdb884c89a fix a bug in optimizer code which is used by some cable drivers to
reduce the number of transactions which resulted in a wrong TDO
picked up under some circumstances
being here, quell a warning in the usbprog driver which only tells
us what we already know, and improve an error message
bump PKGREVISION
2010-08-03 15:22:27 +00:00
drochner
34b2cbdc13 there is no point in keeping a runtime dependency on bash just
for a trivial script, so fix the script instead
2010-07-30 16:59:48 +00:00
drochner
34fa13a450 add urjtag-0.10, a command-line tool for JTAG testing, successor
of the openwince-jtagtools (added features are ejtag support,
bsdl file import and svf player, probably more)
I've added a minimal driver for the "usbprog" adapter. It needs the
"usbprogJTAG" firmware which is not distributed in binary
by the developers but can be easily built with pkgsrc/cross/avr-gcc.
(There is some "openocd" firmware which looks similar, it might be
possible to make this work.)
Caution: The usbprog adapter does no Vref sampling but drives always 5V.
Make sure your taget device tolerates that. (I've tested with a PIC32
eval board.)
2010-07-30 16:02:45 +00:00