summaryrefslogtreecommitdiffstats
path: root/japanese/vfghostscript55/scripts
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-07-12 10:53:51 +0000
committerasami <asami@FreeBSD.org>1997-07-12 10:53:51 +0000
commit7331e4f676305954cb147bc0d7095c4947849775 (patch)
tree385e522c56318dc5cae6533808d4ab0758357777 /japanese/vfghostscript55/scripts
parent45160ad60308ee589298282ba2233f6f0c517a5c (diff)
downloadFreeBSD-ports-7331e4f676305954cb147bc0d7095c4947849775.zip
FreeBSD-ports-7331e4f676305954cb147bc0d7095c4947849775.tar.gz
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. Submitted by: mita@jp.freebsd.org (MITA Yoshio)
Diffstat (limited to 'japanese/vfghostscript55/scripts')
-rw-r--r--japanese/vfghostscript55/scripts/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/vfghostscript55/scripts/configure b/japanese/vfghostscript55/scripts/configure
index 3fc7758..061844b 100644
--- a/japanese/vfghostscript55/scripts/configure
+++ b/japanese/vfghostscript55/scripts/configure
@@ -8,8 +8,8 @@ PRINTER_JAPAN=' epag300.dev epag600.dev mjc180.dev mjc360.dev mjc720.dev mj500c.
sed -e "s;XINCLUDE=-I/usr/local/X/include;XINCLUDE=-I/usr/X11R6/include;" \
-e "s;XLIBDIRS=-L/usr/X11/lib;XLIBDIRS=-L/usr/X11R6/lib;" \
- -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${PORTSDIR}/graphics/jpeg/work/jpeg-6a;" \
- -e "s;PSRCDIR=libpng;PSRCDIR=${PORTSDIR}/graphics/png/work/libpng-0.89c;" \
+ -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${WRKDIR}/jpeg-6a;" \
+ -e "s;PSRCDIR=libpng;PSRCDIR=${WRKDIR}/libpng-0.89c;" \
-e "s;ZSRCDIR=zlib;ZSRCDIR=.;" \
-e "s;CC=gcc;CC=cc;" \
-e "s;DEVICE_DEVS15=pdfwrite.dev;DEVICE_DEVS15=pdfwrite.dev stcolor.dev ${PRINTER_JAPAN};" \
@@ -23,8 +23,8 @@ else
# This can be null if these files are in the default linker search path.
sed -e "s;XINCLUDE=-I/usr/local/X/include;XINCLUDE=-I/usr/X11R6/include;" \
-e "s;XLIBDIRS=-L/usr/X11/lib;XLIBDIRS=-L/usr/X11R6/lib;" \
- -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${PORTSDIR}/graphics/jpeg/work/jpeg-6a;" \
- -e "s;PSRCDIR=libpng;PSRCDIR=${PORTSDIR}/graphics/png/work/libpng-0.89c;" \
+ -e "s;JSRCDIR=jpeg-6a;JSRCDIR=${WRKDIR}/jpeg-6a;" \
+ -e "s;PSRCDIR=libpng;PSRCDIR=${WRKDIR}/libpng-0.89c;" \
-e "s;ZSRCDIR=zlib;ZSRCDIR=.;" \
-e "s;CC=gcc;CC=cc;" \
-e "s;^DEVICE_DEVS=.*;;" \
OpenPOWER on IntegriCloud