Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 13:43:55 -0700 (PDT)
From:      Andreas Klemm <andreas@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/print/ghostscript6 Makefile ports/print/ghostscript6/patches patch-aa
Message-ID:  <200008242043.NAA38938@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     2000/08/24 13:43:55 PDT

  Modified files:
    print/ghostscript6   Makefile 
    print/ghostscript6/patches patch-aa 
  Log:
         The software's own genarch program took several HOURS on
          my dual PIII-700  trying to figure out the  sizes of the
          primary and secondary caches. The sizes turned out to be
          rather wrong (definetly true for the L2 cache, may be L1
          is indeed 32Kb). Their algorithm  seems bogus to me, but
          most  importantly,  the  obtained values  are  NOT  USED
          anywhere in the GhostScript code... One of the submitted
          patches rips  the "cache size" section  from the genarch
          entirely.
  
          The attached modification and new patches also:
                  . replace the use of mktemp/fopen with mkstemp/fdopen
                  . modify the unix-gcc.mak so that there is no need for
                    GNU-make
  
  PR:		20038
  Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
  
  Revision  Changes    Path
  1.50      +1 -2      ports/print/ghostscript6/Makefile
  1.12      +57 -16    ports/print/ghostscript6/patches/patch-aa



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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