From owner-freebsd-ports Sat Jan 12 12:59:18 2002 Delivered-To: freebsd-ports@freebsd.org Received: from server5.safepages.com (server5.safepages.com [216.127.146.2]) by hub.freebsd.org (Postfix) with ESMTP id E165E37B402; Sat, 12 Jan 2002 12:59:12 -0800 (PST) Received: from surfbest.net (27-pool3.ras11.vahen.tii-dial.net [206.148.74.27]) by server5.safepages.com (Postfix) with ESMTP id ED7112AE2C; Sat, 12 Jan 2002 20:59:04 +0000 (GMT) Message-ID: <3C40A37E.5060706@surfbest.net> Date: Sat, 12 Jan 2002 15:58:38 -0500 From: Ken Stailey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20011222 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-gnats-submit@freebsd.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/33818: Bootable ITS image for KLH-10 PDP-10 emulator References: <200201122050.g0CKo5943999@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ken Stailey wrote: >The following reply was made to PR ports/33818; it has been noted by GNATS. > >From: Ken Stailey >To: Alan Eldridge >Cc: FreeBSD Bugs >Subject: Re: ports/33818: Bootable ITS image for KLH-10 PDP-10 emulator >Date: Sat, 12 Jan 2002 15:44:08 -0500 > > Alan Eldridge wrote: > > >On Sat, Jan 12, 2002 at 03:08:14PM -0500, Ken Stailey wrote: > > > >>Alan Eldridge wrote: > >> > >>>On Sat, Jan 12, 2002 at 11:01:03AM -0800, Kenneth Stailey wrote: > >>> > >>>>>Number: 33818 > >>>>>Category: ports > >>>>>Synopsis: Bootable ITS image for KLH-10 PDP-10 emulator > >>>>>Description: > >>>>> > >>>> Bootable ITS image for KLH-10 PDP-10 emulator. Disregart prior > >>>>submission. The image is rather large. 45MB compressed download and > >>>>170MB uncompressed. The port tries not to store two uncompressed copies > >>>>during installation ever. > >>>> > >>>Umm, should this be marked NO_CDROM due to its size? > >>> > >>>NO_CDROM= This is just a really big (45M) data file. > >>> > >>>That's a big chunk of real estate on a CD for something that < 1% of the > >>>user population is going to look at. > >>> > >>I was asking about that but I guess I didn't know what to ask. > >>Isn't > >> > >>NO_PACKAGE= ignores cflags # for now > >> > > > >1. That's not a reason to no-package it. > > > >2. No, NO_PACKAGE is not transient. > > > >3. There's not a problem with PACKAGE-ing it. The ftp servers have room. > >I'm concerned about putting the package on the CDROM. That's what NO_CDROM > >is for. > > > >NO_PACKAGE implies NO_CDROM. > >NO_CDROM does not imply NO_PACKAGE. > > > >Why do you want to NO_PACKAGE the klh-10? Is it huge too? (I haven't > >looked at it yet.) > > > I'm new at this? :) > Anyway it needs this patch to work/klh10-2.0a/src/Mk-fbx86.mk > > --- Mk-fbx86.mk.DIST Sat Jan 12 15:40:10 2002 > +++ Mk-fbx86.mk Sat Jan 12 15:40:55 2002 > @@ -21,7 +21,7 @@ > > # Build definitions > SRC = ../../src > -CFLAGS = -c -g3 -O -I. -I$(SRC) > +CFLAGS += -c -g3 -O -I. -I$(SRC) > CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \ > -Wstrict-prototypes -Wmissing-prototypes \ > -Wmissing-declarations -Wredundant-decls > > Then NO_PACKAGE can be removed. The emulator is pretty small. The ITS > filesystem image is the big part. > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-ports" in the body of the message > > # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # klh10/files # klh10/files/patch-aa # echo c - klh10/files mkdir -p klh10/files > /dev/null 2>&1 echo x - klh10/files/patch-aa sed 's/^X//' >klh10/files/patch-aa << 'END-of-klh10/files/patch-aa' X--- src/Mk-fbx86.mk.DIST Sat Jan 12 15:40:10 2002 X+++ src/Mk-fbx86.mk Sat Jan 12 15:40:55 2002 X@@ -21,7 +21,7 @@ X X # Build definitions X SRC = ../../src X-CFLAGS = -c -g3 -O -I. -I$(SRC) X+CFLAGS += -c -g3 -O -I. -I$(SRC) X CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \ X -Wstrict-prototypes -Wmissing-prototypes \ X -Wmissing-declarations -Wredundant-decls X END-of-klh10/files/patch-aa exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message