pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/44783 (gnustep-back contains a mistake that prevents all GNUStep apps from running)



For reference, current pkgsrc gnustep apps are working fine for me on
NetBSD-current.

There is a fix to src/external/mit/xorg/lib/freetype/Makefile that
might need to be pulled up to NetBSD-5 (r1.8).

I'm also using the following patch with native x11, maybe somebody
could confirm that it is correct. Without the patch pkgsrc versions of
freetype2 and fontconfig were getting built even when they were
already in the base system.

Robert Swindells

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/gnustep-back/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile    1 Nov 2011 06:02:51 -0000       1.49
+++ Makefile    2 Sep 2012 15:15:37 -0000
@@ -27,8 +27,6 @@
 PREFER_PKGSRC+=        freetype2
 
 .include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../fonts/fontconfig/buildlink3.mk"
 .include "../../graphics/libart/buildlink3.mk"
 .include "../../x11/gnustep-gui/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"


Home | Main Index | Thread Index | Old Index