From owner-cvs-etc Fri Jul 25 13:39:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA23634 for cvs-etc-outgoing; Fri, 25 Jul 1997 13:39:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA23532; Fri, 25 Jul 1997 13:37:17 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA02405; Fri, 25 Jul 1997 13:36:55 -0700 (PDT) Date: Fri, 25 Jul 1997 13:36:55 -0700 (PDT) Message-Id: <199707252036.NAA02405@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/07/25 13:36:55 PDT Modified files: etc/mtree BSD.local.dist BSD.usr.dist Log: A couple of new directories needed for tcl8.0b2 Revision Changes Path 1.29 +3 -1 src/etc/mtree/BSD.local.dist 1.93 +5 -1 src/etc/mtree/BSD.usr.dist From owner-cvs-etc Fri Jul 25 13:43:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA23823 for cvs-etc-outgoing; Fri, 25 Jul 1997 13:43:16 -0700 (PDT) Received: from critter.dk.tfs.com (critter.phk.freebsd.dk [195.8.129.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA23799; Fri, 25 Jul 1997 13:41:51 -0700 (PDT) Received: from critter.dk.tfs.com (localhost [127.0.0.1]) by critter.dk.tfs.com (8.8.6/8.8.5) with ESMTP id WAA01474; Fri, 25 Jul 1997 22:41:32 +0200 (CEST) To: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-etc@freebsd.org From: Poul-Henning Kamp Subject: Re: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist In-reply-to: Your message of "Fri, 25 Jul 1997 13:36:55 PDT." <199707252036.NAA02405@freefall.freebsd.org> Date: Fri, 25 Jul 1997 22:41:32 +0200 Message-ID: <1472.869863292@critter.dk.tfs.com> Sender: owner-cvs-etc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk If you don't want to redo the world, this shortcut will save your day: mkdir /usr/libdata/tcl/http1.0 Poul-Henning In message <199707252036.NAA02405@freefall.freebsd.org>, Poul-Henning Kamp writ es: >phk 1997/07/25 13:36:55 PDT > > Modified files: > etc/mtree BSD.local.dist BSD.usr.dist > Log: > A couple of new directories needed for tcl8.0b2 > > Revision Changes Path > 1.29 +3 -1 src/etc/mtree/BSD.local.dist > 1.93 +5 -1 src/etc/mtree/BSD.usr.dist -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@tfs.com TRW Financial Systems, Inc. Power and ignorance is a disgusting cocktail. From owner-cvs-etc Sat Jul 26 05:46:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA28939 for cvs-etc-outgoing; Sat, 26 Jul 1997 05:46:15 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA28931; Sat, 26 Jul 1997 05:46:09 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id UAA23208; Sat, 26 Jul 1997 20:45:56 +0800 (WST) Message-Id: <199707261245.UAA23208@spinner.dialix.com.au> X-Mailer: exmh version 2.0delta 6/3/97 To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist In-reply-to: Your message of "Fri, 25 Jul 1997 22:41:32 +0200." <1472.869863292@critter.dk.tfs.com> Date: Sat, 26 Jul 1997 20:45:55 +0800 From: Peter Wemm Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp wrote: > > If you don't want to redo the world, this shortcut will save your day: > > mkdir /usr/libdata/tcl/http1.0 Something is screwed somewhere: > +echo "CFLAGS+= -DTCL_PACKAGE_PATH=\\\"/usr/lib/tclpkg\\ /usr/local/lib/tclpkg\\ \"" >> ${LIBTCL}Makefile I suspect that should be /usr/libdata/tcl/tclpkg.. /usr/lib/tclpkg is a definite violation of the tree layout standards. Also, there's a "/c/phk/..." reference in tclConfig.sh > Poul-Henning > > In message <199707252036.NAA02405@freefall.freebsd.org>, Poul-Henning Kamp wr it > es: > >phk 1997/07/25 13:36:55 PDT > > > > Modified files: > > etc/mtree BSD.local.dist BSD.usr.dist > > Log: > > A couple of new directories needed for tcl8.0b2 > > > > Revision Changes Path > > 1.29 +3 -1 src/etc/mtree/BSD.local.dist > > 1.93 +5 -1 src/etc/mtree/BSD.usr.dist > > -- > Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. > http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. > whois: [PHK] | phk@tfs.com TRW Financial Systems, In c. > Power and ignorance is a disgusting cocktail. > Cheers, -Peter From owner-cvs-etc Sat Jul 26 06:02:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA29403 for cvs-etc-outgoing; Sat, 26 Jul 1997 06:02:37 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA29382; Sat, 26 Jul 1997 06:02:26 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id VAA23327; Sat, 26 Jul 1997 21:02:08 +0800 (WST) Message-Id: <199707261302.VAA23327@spinner.dialix.com.au> X-Mailer: exmh version 2.0delta 6/3/97 To: Poul-Henning Kamp cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-etc@FreeBSD.ORG Subject: Re: cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist In-reply-to: Your message of "Sat, 26 Jul 1997 20:45:55 +0800." <199707261245.UAA23208@spinner.dialix.com.au> Date: Sat, 26 Jul 1997 21:02:07 +0800 From: Peter Wemm Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > Poul-Henning Kamp wrote: > > > > If you don't want to redo the world, this shortcut will save your day: > > > > mkdir /usr/libdata/tcl/http1.0 > > Something is screwed somewhere: > > > +echo "CFLAGS+= -DTCL_PACKAGE_PATH=\\\"/usr/lib/tclpkg\\ /usr/local/lib/tcl pkg\\ > \"" >> ${LIBTCL}Makefile > > I suspect that should be /usr/libdata/tcl/tclpkg.. /usr/lib/tclpkg is a > definite violation of the tree layout standards. > > Also, there's a "/c/phk/..." reference in tclConfig.sh Hmm.. That's not all of the problems, it's got hard coded references to /usr/local as well. There are not supposed to be any active references to /usr/local in the src tree. > > Poul-Henning > > > > In message <199707252036.NAA02405@freefall.freebsd.org>, Poul-Henning Kamp wr > it > > es: > > >phk 1997/07/25 13:36:55 PDT > > > > > > Modified files: > > > etc/mtree BSD.local.dist BSD.usr.dist > > > Log: > > > A couple of new directories needed for tcl8.0b2 > > > > > > Revision Changes Path > > > 1.29 +3 -1 src/etc/mtree/BSD.local.dist > > > 1.93 +5 -1 src/etc/mtree/BSD.usr.dist > > > > -- > > Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. > > http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. > > whois: [PHK] | phk@tfs.com TRW Financial Systems, In > c. > > Power and ignorance is a disgusting cocktail. Cheers, -Peter