pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47063 (print/ghostscript 9.05 fails to build on DragonFly 3.3-DEVEL)
The following reply was made to PR pkg/47063; it has been noted by GNATS.
From: David Shao <davshao%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/47063 (print/ghostscript 9.05 fails to build on DragonFly
3.3-DEVEL)
Date: Sun, 14 Oct 2012 08:27:38 -0700
On Sun, Oct 14, 2012 at 3:40 AM, Rumko <rumko%rumko.net@localhost> wrote:
> The attached patch seems to fix the problem, but needs more testing.
> Thanks to wiz, it's also tested on NetBSD, but it also needs to be tested w=
> ith=20
> native X, not just modular xorg.
>
> Any volunteers?
> =2D-=20
> Regards,
> Rumko
>
> Date: Sat, 13 Oct 2012 10:19:21 +0200
> Subject: [PATCH] print/ghostscript: fix building with an already installed
> freetype
>
> =2D--
> print/ghostscript/Makefile | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
> index aaf5284..1c1fff0 100644
> =2D-- a/print/ghostscript/Makefile
> +++ b/print/ghostscript/Makefile
> @@ -89,6 +89,7 @@ post-extract:
> ${RM} -rf ${WRKSRC}/libpng
> # ${RM} -rf ${WRKSRC}/tiff
> # ${RM} -rf ${WRKSRC}/zlib
> + ${RM} -rf ${WRKSRC}/freetype
> #
> # To allow outside customization, rename cidfmap
> # (if you look at inside of the file, it is logically empty)
> @@ -103,6 +104,7 @@ post-install:
> .include "../../graphics/png/buildlink3.mk"
> .include "../../graphics/tiff/buildlink3.mk"
> .include "../../devel/zlib/buildlink3.mk"
> +.include "../../graphics/freetype2/buildlink3.mk"
> # pkgsrc jasper is too new
> #.include "../../graphics/jasper/buildlink3.mk"
> .include "../../mk/bsd.pkg.mk"
> =2D-=20
> 1.7.12.2
Above patch tested on a DragonFly 3.3-DEVELOPMENT x86_64 machine where
ghostscript is a dependency of the various foomatic* packages, the
foomatic* packages required for printing on an HP OfficeJet 7310
printer. print/ghostscript built and printing from gvim was
successful. Thanks!
Home |
Main Index |
Thread Index |
Old Index