ports/170353: [pkgng] pkg delete line is interspersed if dependencies are found

Garrett Cooper yanegomi at gmail.com
Fri Aug 3 16:40:09 UTC 2012


>Number:         170353
>Category:       ports
>Synopsis:       [pkgng] pkg delete line is interspersed if dependencies are found
>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:   Fri Aug 03 16:40:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Cooper
>Release:        9-STABLE
>Organization:
EMC Isilon
>Environment:
FreeBSD bayonetta.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #12 r238487M: Sun Jul 15 08:51:25 PDT 2012     gcooper at bayonetta.local:/usr/obj/store/freebsd/stable/9/sys/BAYONETTA  amd64
>Description:
The following output is complete, but could be polished a bit as it's interspersed:

# pkg delete pkg-config-0.25_1
The following packages will be deinstalled:

        pkg-config-0.25_1

The deinstallation will free 129 kB

Proceed with deinstalling packages [y/N]: y
Deinstalling pkg-config-0.25_1...pkg-config-0.25_1 is required by: git-1.7.10.3 lua-5.1.5_4 nmap-6.01 p5-subversion-1.7.5
^^^^^^ here ^^^^^^
# pkg delete -f pkg-config-0.25_1
The following packages will be deinstalled:

        pkg-config-0.25_1

The deinstallation will free 129 kB

Proceed with deinstalling packages [y/N]: y
Deinstalling pkg-config-0.25_1...pkg-config-0.25_1 is required by: git-1.7.10.3 lua-5.1.5_4 nmap-6.01 p5-subversion-1.7.5, deleting anyway
 done
^^^^^ here ^^^^^

1. There should be a space at least after `...` and before `pkg-config`, but this probably could turn into a newline.
2. The newline before `done` seems spurious.

Doing this will make pkg delete output a bit more readable.
>How-To-Repeat:

>Fix:


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



More information about the freebsd-ports-bugs mailing list