Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <3988661D.94EDB466@ece.gatech.edu>
Date: Wed, 02 Aug 2000 14:19:09 -0400
From: Charles Wilson <cwilson@ece.gatech.edu>
X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Vladimir G Ivanovic <vladimir@acm.org>, cygwin@sourceware.cygnus.com
Subject: Re: Dealing with obsoleted CygUtils packages
References: <200008021804.LAA19179@prosper.leonora.org> <3988656D.BDEA27DE@ece.gatech.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit



Charles Wilson wrote:
> 
> Vladimir G Ivanovic wrote:
> >
> > How does one remove only those files in a CygUtils usr-local package
> > (e.g. zlib, libpng, jbigkit, jpeg, tiff, login and inetutils)
> > that are now obsolete because they are included in the standard Cygwin
> > distribution?
> >
> > I could:
> >
> >   * delete everything and reinstall everything

Yuck!

> >   * write a script that removes from /usr/local/... any file that also
> >     exists in /usr/...

I'd recommend against this. Often you WANT to override a package with a
newer version (or customized version) in /usr/local. Also, the packages
that I've ported from cygutils --> official status often contain
*different* files:
  cygutils : /usr/local/include/static/*
             /usr/local/lib/libfoo.a-dll
             /usr/local/lib/libfoo.a-static
  etc.

The best way is to look at my careful README's and webpages on cygutils,
and explicitly delete all the files that a given, obsoleted, package
installs.

--Chuck

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

