Re: deleted ports

2003-11-13 Thread Kris Kennaway
On Thu, Nov 13, 2003 at 08:43:13AM +0100, Lutz Kittler wrote:

> > Because you had created the README.html file in that directory.
> > (You have probably issued a 'make readmes' at some point in the past.)
> > cvsup does not delete non-empty directories.
> >
> 
> Thanks, but I havent done any 'make readmes' explicitly.
> I only did 'make build/package/install' or install ports by
> portupgrade. 
> Is there a possibility that some of these commands
> has done 'make readmes' implicitly? In this case it would be
> good to know in which configuration file I can change this 
> behaviour.

No, readmes are not built by any of the other makefile targets.

> Is there a standard way to get rid of README.html of deleted
> ports ?

find(1)

Kris


pgp0.pgp
Description: PGP signature


Re: deleted ports

2003-11-13 Thread Lutz Kittler
Am Donnerstag, 13. November 2003 08:32 schrieb Erik Trulsson:
> On Thu, Nov 13, 2003 at 08:16:50AM +0100, Lutz Kittler wrote:
> > Hi,
> >
> > I had a problem with the Mesa3-Port. Someone told me
> > that the port has moved to libglut.
> > The problem was, that /usr/ports/graphics/Mesa3 was
> > not deleted and the only in this directory was README.html.
> > When I deleted the file and the mesa-directory libglut was
> > installed and everything was okay.
> >
> > So I have 2 questions:
> > 1. Why the mesa-port dir wasnt deleted ?
>
> Because you had created the README.html file in that directory.
> (You have probably issued a 'make readmes' at some point in the past.)
> cvsup does not delete non-empty directories.
>

Thanks, but I havent done any 'make readmes' explicitly.
I only did 'make build/package/install' or install ports by
portupgrade. 
Is there a possibility that some of these commands
has done 'make readmes' implicitly? In this case it would be
good to know in which configuration file I can change this 
behaviour.

Is there a standard way to get rid of README.html of deleted
ports ?

 lutz

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: deleted ports

2003-11-13 Thread Erik Trulsson
On Thu, Nov 13, 2003 at 08:16:50AM +0100, Lutz Kittler wrote:
> Hi,
> 
> I had a problem with the Mesa3-Port. Someone told me
> that the port has moved to libglut.
> The problem was, that /usr/ports/graphics/Mesa3 was 
> not deleted and the only in this directory was README.html.
> When I deleted the file and the mesa-directory libglut was
> installed and everything was okay.
> 
> So I have 2 questions:
> 1. Why the mesa-port dir wasnt deleted ? 

Because you had created the README.html file in that directory.
(You have probably issued a 'make readmes' at some point in the past.)
cvsup does not delete non-empty directories.


> 2. Is there anywhere a description of the ports mechanism
>   inclusive meaning of files like MOVED?

The ports(7) man page is a good place to start.  In there you can find
pointers to the rest of the documentation.


-- 

Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"