pkgsrc-Bugs archive

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

Re: pkg/39150: amaya build problem with modular X.org



The following reply was made to PR pkg/39150; it has been noted by GNATS.

From: "Jeremy C. Reed" <reed%reedmedia.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkgsrc%blackmouse.biz@localhost, tonnerre%NetBSD.org@localhost
Subject: Re: pkg/39150: amaya build problem with modular X.org
Date: Tue, 22 Jul 2008 16:40:34 -0500 (CDT)

 Here is a patch that builds and installs. I was unable to run yet as I am 
 missing fonts (I think) as I get many gdkfont.c failures when trying to 
 start.
 
 Also it doesn't build on amd64 for me. And it doesn't build on DragonFly. 
 I had at one time worked on updating to a newer package and testing on 
 DragonFly but stopped.
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/www/amaya/Makefile,v
 retrieving revision 1.50
 diff -u -r1.50 Makefile
 --- Makefile   12 Apr 2008 22:43:13 -0000      1.50
 +++ Makefile   22 Jul 2008 21:38:48 -0000
 @@ -44,10 +44,12 @@
        ${CP} ${WRKSRC}/Options.orig ${WRKSRC}/Options
        ${TOUCH} ${WRKSRC}/Makefile
  
 +.include "../../devel/zlib/buildlink3.mk"
  .include "../../graphics/imlib/buildlink3.mk"
  .include "../../textproc/expat/buildlink3.mk"
  .include "../../x11/gtk/buildlink3.mk"
 -.include "../../devel/zlib/buildlink3.mk"
 -.include "../../mk/x11.buildlink3.mk"
 +.include "../../x11/libXi/buildlink3.mk"
 +BUILDLINK_DEPMETHOD.libXt?= build
 +.include "../../x11/libXt/buildlink3.mk"
  
  .include "../../mk/bsd.pkg.mk"
 


Home | Main Index | Thread Index | Old Index