ports/132825: [update] remove pkg-message from comms/dfu-util

Bruce Cran bruce at cran.org.uk
Thu Mar 19 22:10:02 UTC 2009


>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 at 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:



More information about the freebsd-ports-bugs mailing list