From owner-freebsd-stable Tue Oct 17 5:38:27 2000 Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 1547437B4CF for ; Tue, 17 Oct 2000 05:38:24 -0700 (PDT) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id FAA19773; Tue, 17 Oct 2000 05:37:51 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda19771; Tue Oct 17 05:37:50 2000 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.0/8.9.1) id e9HCbne41301; Tue, 17 Oct 2000 05:37:49 -0700 (PDT) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdM41296; Tue Oct 17 05:37:24 2000 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.1/8.9.1) id e9HCbNf02230; Tue, 17 Oct 2000 05:37:23 -0700 (PDT) Message-Id: <200010171237.e9HCbNf02230@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdOA2185; Tue Oct 17 05:36:47 2000 X-Mailer: exmh version 2.1.1 10/15/1999 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-OS: FreeBSD 4.1.1-RELEASE X-Sender: cy To: kstewart@urx.com Cc: Brett Taylor , stable@FreeBSD.ORG Subject: Re: Error: your port uses an old layout. Please update it to matchthis bsd.port.mk. - SOLVED In-reply-to: Your message of "Mon, 16 Oct 2000 20:16:02 PDT." <39EBC472.87CA4DD7@urx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 17 Oct 2000 05:36:44 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <39EBC472.87CA4DD7@urx.com>, Kent Stewart writes: > > > Brett Taylor wrote: > > > > Hi John > > > > On Mon, 16 Oct 2000 jdp@polstra.com wrote: > > > > > In article , > > > Brett Taylor wrote: > > > > > > with the following supfile for ports: > > > > > > > > *default release=cvs > > > > *default prefix=/usr > > > > *default base=/usr/local/etc/cvsup > > > > *default release=cvs delete use-rel-suffix compress > > > > ports-all tag=. > > > > > > That all looks correct to me. Do you remember exactly which empty > > > directories didn't get removed? > > > > I didn't do a complete check through as I figured out the problem pretty > > fast from watching -ports and looking at the new bsd.port.mk. > > > > I know at least one of them was png and it seems like plan was another. > > > > I should have done a closer check, but I knew what the problem was so I > > just fixed it wo/ thinking. :-) > > There is a generic remnant and they are all like > > ruby# find . -name COMMENT -print > ./archivers/pkg/COMMENT > ./astro/pkg/COMMENT > ./audio/pkg/COMMENT > ./benchmarks/pkg/COMMENT > ./biology/pkg/COMMENT > ./cad/pkg/COMMENT > ./chinese/pkg/COMMENT > ./comms/pkg/COMMENT > ./converters/pkg/COMMENT > ./databases/pkg/COMMENT > ./deskutils/pkg/COMMENT > > This goes on for all of the categories. > > FWIW, I hadn't done anything and png didn't have a pkg directory. > > Kent > FWIW, the find above on my server at home reports the same output as yours, however I am able to build plan and png. bsd.port.mk produces these messages when PORTNAME, PORTVERSION, and PKGNAME are undefined: if !defined(PORTNAME) || !defined(PORTVERSION) || defined(PKGNAME) .BEGIN: @${ECHO} "${PKGNAME}: You need to define PORTNAME and PORTVERSION instea d of PKGNAME." @${ECHO} "(This port is too old for your bsd.port.mk, please update it t o match" @${ECHO} " your bsd.port.mk.)" @${FALSE} .endif This code was added to bsd.port.mk two port system upgrades ago. I suspect you've got some ancient ports in your ports tree Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Team Leader, Sun/DEC Team Internet: Cy.Schubert@osg.gov.bc.ca Open Systems Group, ITSD, ISTA Province of BC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message