Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Feb 2009 07:30:06 GMT
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/131430: [NEW PORT] comms/dfu-util OpenMoko USB Device Firmware Upgrade Utility
Message-ID:  <200902060730.n167U6cW068701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/131430; it has been noted by GNATS.

From: Bruce Cran <bruce@cran.org.uk>
To: bug-followup@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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902060730.n167U6cW068701>