aboutsummaryrefslogtreecommitdiff
path: root/comms/dfu-util
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* comms/dfu-util: Update version 0.1=>0.10Muhammad Moinur Rahman2020-11-283-5/+7
| | | | | | | - update WWW Notes: svn path=/head/; revision=556475
* comms/dfu-util: drop nop flagsJan Beich2017-01-051-2/+0
| | | | Notes: svn path=/head/; revision=430670
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* comms/dfu-util: Update version 0.8=>0.9Muhammad Moinur Rahman2016-02-182-3/+3
| | | | Notes: svn path=/head/; revision=409141
* comms/dfu-utils: Unbreak fetchJohn Marino2015-04-091-2/+1
| | | | | | | | | | | The exact missing distfile is hosted at sourceforge.net, but not in the usual mirrored file area. The SF magic doesn't work, so I used a hard link to restore the port. Approved by: blanket Notes: svn path=/head/; revision=383642
* Mark as broken unfetchable portsBaptiste Daroussin2015-04-051-0/+1
| | | | Notes: svn path=/head/; revision=383311
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* - Update to version 0.8Pawel Pekala2014-09-202-5/+5
| | | | | | | | | | - Give maintainership to submitter PR: ports/193635 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=368674
* Support STAGEDIR.Vanilla I. Shu2013-11-181-3/+1
| | | | Notes: svn path=/head/; revision=334137
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | comms) Notes: svn path=/head/; revision=327714
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-7/+1
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* - Update to 0.7Martin Wilke2013-03-144-33/+14
| | | | | | | | PR: 176565 Submitted by: Ports Fury Notes: svn path=/head/; revision=314146
* - Update MAINTAINER: use canonical format for ports@FreeBSD.orgSunpoet Po-Chuan Hsieh2013-03-121-1/+1
| | | | Notes: svn path=/head/; revision=313987
* Reset maintainer - I no longer have an OpenMoko device.Rebecca Cran2012-05-132-2/+1
| | | | Notes: svn path=/head/; revision=296551
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Remove pkg-message, not needed any moreDmitry Marakasov2009-03-202-5/+0
| | | | | | | | PR: 132825 Submitted by: Bruce Cran <bruce at cran dot org dot uk> (maintainer) Notes: svn path=/head/; revision=230457
* - Chase libusb20 rename in r189585.Stanislav Sedov2009-03-097-61/+6
| | | | | | | | | | | - Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi Notes: svn path=/head/; revision=229765
* dfu-util is a program that implements the host (PC) side of the USB DFUDmitry Marakasov2009-02-1810-0/+119
(Universal Serial Bus Device Firmware Upgrade) protocol. In the OpenMoko project (for example), this program is used to communicate with the specially enhanced u-boot boot loader, which implements the DFU device side. Author: Bruce Cran <bruce@cran.org.uk> WWW: http://wiki.openmoko.org/wiki/Dfu-util PR: 131430 Submitted by: Bruce Cran <bruce at cran dot org dot uk> Notes: svn path=/head/; revision=228618