#37321: new port: dfu-util -------------------------------+-------------------------- Reporter: benoit.triquet@… | Owner: ryandesign@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: dfu-util | -------------------------------+-------------------------- Changes (by ryandesign@…): * status: new => assigned * owner: macports-tickets@… => ryandesign@… Comment: Thanks. Using a tarball is preferable to fetching from a repository. The headers in the source files say: {{{ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. }}} So the license should be "GPL-2+" not "GPL-2". You can check what a port links with using `port contents` and `otool -L`; I do it like this: {{{ $ port -q contents | xargs otool -L | grep -v "not an object file" /opt/local/bin/dfu-suffix: /opt/local/lib/libusb-1.0.0.dylib (compatibility version 2.0.0, current version 2.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) /opt/local/bin/dfu-util: /opt/local/lib/libusb-1.0.0.dylib (compatibility version 2.0.0, current version 2.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0) }}} It seems to only link with libusb so the dependencies are fine. -- Ticket URL: <https://trac.macports.org/ticket/37321#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS