From owner-cvs-ports Sat Jun 14 02:37:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA15795 for cvs-ports-outgoing; Sat, 14 Jun 1997 02:37:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA15767; Sat, 14 Jun 1997 02:37:01 -0700 (PDT) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA25480; Sat, 14 Jun 1997 02:36:32 -0700 (PDT) Date: Sat, 14 Jun 1997 02:36:32 -0700 (PDT) Message-Id: <199706140936.CAA25480@freefall.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 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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