Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 1997 23:43:16 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   cvs commit: ports/print/ghostscript4 Makefile ports/print/ghostscript4/files md5 ports/print/ghostscript4/scripts configure configure.batch
Message-ID:  <199707140643.XAA01057@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1997/07/13 23:43:16 PDT

  Modified files:
    print/ghostscript4   Makefile 
    print/ghostscript4/files md5 
    print/ghostscript4/scripts configure configure.batch 
  Log:
  Make this port compile again (was broken by libpng upgrade).  The
  solution is to "disconnect" this from the libpng and libjpeg ports,
  and fetch and extract them inside this port's own WRKDIR.
  
  Note there are no shared library version problems because this port
  doesn't link those libraries dynamically -- it just reaches into their
  sources to compile some of its stuff.  It is my belief that we
  shouldn't have tried to share the WRKDIR with those two ports, as this
  thing just too deeply depends on what's in their sources and the
  relationship is thus not really a "dependency" in the regular sense.
  
  This change is pretty much the same as the one applied to
  japanese/vfghostscript4.
  
  Revision  Changes    Path
  1.18      +5 -7      ports/print/ghostscript4/Makefile
  1.6       +2 -0      ports/print/ghostscript4/files/md5
  1.11      +2 -2      ports/print/ghostscript4/scripts/configure
  1.6       +2 -2      ports/print/ghostscript4/scripts/configure.batch



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