Commit graph

23 commits

Author SHA1 Message Date
Jan Beich
5c82686458 comms/dfu-util: drop nop flags 2017-01-05 22:58:18 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
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
2016-09-09 19:42:46 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Muhammad Moinur Rahman
fb7ce39864 comms/dfu-util: Update version 0.8=>0.9 2016-02-18 23:47:56 +00:00
John Marino
ae0ab8a5ee comms/dfu-utils: Unbreak fetch
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
2015-04-09 13:07:13 +00:00
Baptiste Daroussin
5245516957 Mark as broken unfetchable ports 2015-04-05 18:12:55 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Pawel Pekala
5ed37ddf78 - Update to version 0.8
- Give maintainership to submitter

PR:		ports/193635
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-09-20 18:26:59 +00:00
Vanilla I. Shu
57e3213639 Support STAGEDIR. 2013-11-18 00:37:15 +00:00
Baptiste Daroussin
2b300eeb3f Add NO_STAGE all over the place in preparation for the staging support (cat: comms) 2013-09-20 16:03:29 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Eitan Adler
b0533230a5 Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by:	miwi
2013-03-28 15:51:16 +00:00
Martin Wilke
1ce51726cc - Update to 0.7
PR:		176565
Submitted by:	Ports Fury
2013-03-14 11:33:19 +00:00
Sunpoet Po-Chuan Hsieh
b61557c436 - Update MAINTAINER: use canonical format for ports@FreeBSD.org 2013-03-12 17:16:37 +00:00
Rebecca Cran
2d495097ea Reset maintainer - I no longer have an OpenMoko device. 2012-05-13 19:08:00 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Dmitry Marakasov
45166df402 - Remove pkg-message, not needed any more
PR:		132825
Submitted by:	Bruce Cran <bruce at cran dot org dot uk> (maintainer)
2009-03-20 01:23:22 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Dmitry Marakasov
aa562d1c4d dfu-util is a program that implements the host (PC) side of the USB DFU
(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>
2009-02-18 23:07:57 +00:00