Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2012 16:33:27 GMT
From:      Garrett Cooper <yanegomi@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170353: [pkgng] pkg delete line is interspersed if dependencies are found
Message-ID:  <201208031633.q73GXRBC001325@red.freebsd.org>
Resent-Message-ID: <201208031640.q73Ge9Gi031179@freefall.freebsd.org>

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

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



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