Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 22:08:53 GMT
From:      Bruce Cran <bruce@cran.org.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132825: [update] remove pkg-message from comms/dfu-util
Message-ID:  <200903192208.n2JM8r5c026760@www.freebsd.org>
Resent-Message-ID: <200903192210.n2JMA1RC023895@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132825
>Category:       ports
>Synopsis:       [update] remove pkg-message from comms/dfu-util
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 19 22:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Bruce Cran
>Release:        8.0-CURRENT
>Organization:
>Environment:
FreeBSD tau.draftnet 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Mar 17 23:08:24 GMT 2009     brucec@tau.draftnet:/usr/obj/usr/src/sys/DELL  amd64
>Description:
dfu-util previously aborted after switching the Freerunner into DFU mode and resetting the USB bus due to a bug in the libusb-0.1 compatibility code. This was fixed several weeks ago in -current so the note in pkg-message about running it twice isn't needed any more, and can be removed.
>How-To-Repeat:
cd /usr/ports/comms/dfu-util && make install
>Fix:
Remove /usr/ports/comms/dfu-util/pkg-message and apply the attached patch.

Patch attached with submission follows:

--- Makefile.old	2009-03-19 22:04:04.000000000 +0000
+++ Makefile	2009-03-19 22:05:08.000000000 +0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	dfu-util
 DISTVERSION=	0.1.snap${SNAPDATE}
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://www.cran.org.uk/~brucec/software/
 
@@ -31,7 +32,4 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/src/dfu-util ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/dfu-util.1 ${MAN1PREFIX}/man/man1
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



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