Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2001 03:48:07 +0000
From:      tim@bishnet.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25106: pkg_version 
Message-ID:  <E14TFOp-0007ep-00@killigrew.ukc.ac.uk>

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

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14TFOp-0007ep-00>