Date: Wed, 14 Feb 2001 20:00:02 -0800 (PST) From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/25106: pkg_version Message-ID: <200102150400.f1F402B33532@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25106; it has been noted by GNATS. From: "David W. Chapman Jr." <dwcjr@inethouston.net> To: <tim@bishnet.net>, <FreeBSD-gnats-submit@freebsd.org> Cc: Subject: Re: ports/25106: pkg_version Date: Wed, 14 Feb 2001 21:57:35 -0600 might you want it to do make clean install clean ? ----- Original Message ----- From: <tim@bishnet.net> To: <FreeBSD-gnats-submit@freebsd.org> Sent: Wednesday, February 14, 2001 9:48 PM Subject: ports/25106: pkg_version > > >Number: 25106 > >Category: ports > >Synopsis: "pkg_version -c" should "make install clean" ? > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Wed Feb 14 19:50:00 PST 2001 > >Closed-Date: > >Last-Modified: > >Originator: T.D.Bishop > >Release: FreeBSD 4.2-STABLE i386 > >Organization: > n/a > >Environment: > >Description: > > pkg_version -c, in my opinion, should do "make install clean" > as the last line, rather than just "make install". Cluttered > ports trees take up precious space, and if pkg_version is used > in a scripted environment it could devour space unnoticed. > > >How-To-Repeat: > > %pkg_version -c > # > # mozilla > # needs updating (index has 0.7_1,1) > # > cd /usr/ports/www/mozilla > make && pkg_delete -f mozilla-0.7,1 > make install > > % > > In my opinion, that last line should read; > > make install clean > > >Fix: > > %diff pkg_version.old pkg_version.new > 468c468 > < make install > --- > > make install clean > % > > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102150400.f1F402B33532>