Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 1997 02:36:32 -0700 (PDT)
From:      Andreas Klemm <andreas@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   cvs commit: ports/print/ghostscript5 Makefile ports/print/ghostscript5/patches patch-aa patch-af ports/print/ghostscript5/scripts configure configure.batch
Message-ID:  <199706140936.CAA25480@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
andreas     1997/06/14 02:36:31 PDT

  Modified files:
    print/ghostscript5   Makefile 
    print/ghostscript5/patches patch-aa 
    print/ghostscript5/scripts configure configure.batch 
  Removed files:
    print/ghostscript5/patches patch-af 
  Log:
  Major cleanup for ghostscript5 port.
  - merged patch-af into patch-aa, both patches hacked unix-gcc.mak
  - merged the scripts/{configure,configure.batch} changes into
    patch-aa, so that unix-gcc.mak is hacked only by patch-aa
  - when doing interactive configuration, every device driver is
    now turned on, so you have to deselect devices
  - when using BATCH compilation, you now get every supported device,
    this one is especially for Satoshi, when making gs packages !
  - Added a note into unix-gcc.mak, that DEVICE_DEVS now completely
    are removed in the makefile, instead of this, the two configure
    scripts now completely control, which devices have to be compiled in.
    So, the configure target "patches" the unix-gcc.mak Makefile and
    puts a DEVICE_DEVS line at line 1. When doing batch compilation
    every device is included in this line, or the wanted devices ...
  - The compilation option -DA4 is now included if you compile the port
    by saying "make A4=yes".
  I hope, I didn't forget a driver, look at that long line ;-)
  BTW, I didn't create that DEVICE_DEVS line by hand, I did the
  interactive installation, which created it automatically, and
  after that I "stealed" that DEVICE_DEVS line for inclusion
  into configure.batch ;-) So the devices in configure and configure.batch
  are exactly the same, you only have to compare devices.mak with one
  of the configure scripts.
  
  BTW, should we nuke ghostscript4 ??? Does somebody know if any
  port needs gs4 ???
  
  Revision  Changes    Path
  1.4       +11 -2     ports/print/ghostscript5/Makefile
  1.2       +140 -9    ports/print/ghostscript5/patches/patch-aa
  1.2       +76 -104   ports/print/ghostscript5/scripts/configure
  1.2       +8 -13     ports/print/ghostscript5/scripts/configure.batch



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