ports/131430: [NEW PORT] comms/dfu-util OpenMoko USB Device Firmware Upgrade Utility

Bruce Cran bruce at cran.org.uk
Fri Feb 6 07:30:07 UTC 2009


The following reply was made to PR ports/131430; it has been noted by GNATS.

From: Bruce Cran <bruce at cran.org.uk>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/131430: [NEW PORT] comms/dfu-util OpenMoko USB Device
 Firmware Upgrade Utility
Date: Fri, 6 Feb 2009 07:25:05 +0000

 --MP_/Rfcj78Y=8hZML5KwxM8wTm8
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 I removed the check for FreeBSD 8 during testing and forgot to add
 it back in before submitting the port.  Please apply the attached patch
 before committing.
 
 -- 
 Bruce Cran
 --MP_/Rfcj78Y=8hZML5KwxM8wTm8
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=Makefile.diff.txt
 
 --- Makefile.orig	2009-02-06 07:16:38.000000000 +0000
 +++ Makefile	2009-02-06 07:21:37.000000000 +0000
 @@ -23,6 +23,10 @@
  
  .include <bsd.port.pre.mk>
  
 +.if ${OSVERSION} < 800056
 +BROKEN=Does not build - requires new USB stack in FreeBSD 8
 +.endif
 +
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/src/dfu-util ${PREFIX}/bin
  	${INSTALL_MAN} ${WRKSRC}/doc/dfu-util.1 ${MAN1PREFIX}/man/man1
 
 --MP_/Rfcj78Y=8hZML5KwxM8wTm8--



More information about the freebsd-ports-bugs mailing list