ports/126512: [Maintainer-Update] typo in gauge update check
Stephen Hurd
shurd at sasktel.net
Wed Aug 13 19:20:02 UTC 2008
>Number: 126512
>Category: ports
>Synopsis: [Maintainer-Update] typo in gauge update check
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 13 19:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Stephen Hurd
>Release: 7.0-RELEASE
>Organization:
>Environment:
FreeBSD server.hurd.local 7.0-RELEASE FreeBSD 7.0-RELEASE #4: Mon Mar 10 23:00:02 PDT 2008 admin at server.hurd.local:/usr/obj/usr/src/sys/SERVER i386
>Description:
Typo in gauge change checking could cause slow gauge update over slow links.
>How-To-Repeat:
>Fix:
Patch attached
Patch attached with submission follows:
diff -r ports-mgmt/pkg_cleanup.orig/Makefile ports-mgmt/pkg_cleanup/Makefile
10c10
< PORTREVISION= 1
---
> PORTREVISION= 2
diff -r ports-mgmt/pkg_cleanup.orig/files/pkg_cleanup.c ports-mgmt/pkg_cleanup/files/pkg_cleanup.c
167c167
< gauge=lastgauge;
---
> lastgauge=gauge;
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list