Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jan 2002 13:00:03 -0800 (PST)
From:      Ken Stailey <kstailey@surfbest.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33818: Bootable ITS image for KLH-10 PDP-10 emulator
Message-ID:  <200201122100.g0CL03E44846@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33818; it has been noted by GNATS.

From: Ken Stailey <kstailey@surfbest.net>
To: freebsd-gnats-submit@freebsd.org
Cc: freebsd-ports@FreeBSD.org
Subject: Re: ports/33818: Bootable ITS image for KLH-10 PDP-10 emulator
Date: Sat, 12 Jan 2002 15:58:38 -0500

 Ken Stailey wrote:
 
 >The following reply was made to PR ports/33818; it has been noted by GNATS.
 >
 >From: Ken Stailey <kstailey@surfbest.net>
 >To: Alan Eldridge <alane@geeksrus.net>
 >Cc: FreeBSD Bugs <freebsd-gnats-submit@freebsd.org>
 >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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201122100.g0CL03E44846>