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)



On Saturday 13. of October 2012 10:48:29 rumko%netbsd.org@localhost wrote:
> Synopsis: print/ghostscript 9.05 fails to build on DragonFly 3.3-DEVEL
>
> Responsible-Changed-From-To: pkg-manager->rumko
> Responsible-Changed-By: rumko%NetBSD.org@localhost
> Responsible-Changed-When: Sat, 13 Oct 2012 08:48:27 +0000
> Responsible-Changed-Why:
> I'll take care of this

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 with 
native X, not just modular xorg.

Any volunteers?
-- 
Regards,
Rumko
From 5a25cc52f0c182d182d623c30894f0d73a7f8b94 Mon Sep 17 00:00:00 2001
From: Rumko <rumcic%gmail.com@localhost>
Date: Sat, 13 Oct 2012 10:19:21 +0200
Subject: [PATCH] print/ghostscript: fix building with an already installed
 freetype

---
 print/ghostscript/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index aaf5284..1c1fff0 100644
--- 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"
-- 
1.7.12.2

Attachment: signature.asc
Description: This is a digitally signed message part.



Home | Main Index | Thread Index | Old Index