Date: Mon, 22 Nov 1999 23:14:43 +0100 (CET) From: Christian Weisgerber <naddy@mips.rhein-neckar.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15052: print/ghostscript* doesn't build Message-ID: <199911222214.XAA07534@bigeye.rhein-neckar.de>
next in thread | raw e-mail | index | archive | help
>Number: 15052 >Category: ports >Synopsis: print/ghostscript* doesn't build >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 22 15:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The print/ghostscript5 and print/ghostscript55 ports don't build due to a hardcoded reference to libpng-1.0.3 (graphics/png), which has been updated to 1.0.5. The appended patches mereley update the hardcoded version number. A more robust solution is required. Any ideas? >How-To-Repeat: >Fix: diff -uNr /usr/ports/print/ghostscript5/Makefile ghostscript5/Makefile --- /usr/ports/print/ghostscript5/Makefile Tue Oct 26 06:25:26 1999 +++ ghostscript5/Makefile Mon Nov 22 22:42:05 1999 @@ -36,7 +36,7 @@ post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${WRKSRC}/libpng # additional PCL3 driver @${TAR} -xf ${WRKDIR}/hpdj-2.6/hpdj.tar -C ${WRKSRC} @${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak diff -uNr /usr/ports/print/ghostscript55/Makefile ghostscript55/Makefile --- /usr/ports/print/ghostscript55/Makefile Thu Sep 2 22:26:10 1999 +++ ghostscript55/Makefile Mon Nov 22 22:42:25 1999 @@ -58,7 +58,7 @@ post-extract: ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg - ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-1.0.5 ${WRKSRC}/libpng ${MV} ${WRKSRC}/devs.mak ${WRKSRC}/devs.mak.bak cd ${WRKSRC} && unzip -Lao ${DISTDIR}/${HP850_DRV} ${MV} ${WRKSRC}/devs.mak.bak ${WRKSRC}/devs.mak >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911222214.XAA07534>