'===> Configuring for amaya-9.99-3 => Adding run-time search paths to pkg-config files. ===> Building for amaya-9.99-3 make: cannot open Makefile. make: stopped in /usr/pkgsrc/www/amaya10/work/Amaya9.99 *** Error code 2 Stop. make: stopped in /usr/pkgsrc/www/amaya10 *** Error code 1 Stop. make: stopped in /usr/pkgsrc/www/amaya10' Sorry I can't go any further... But if someone has an idea, I'd be very happy to see it build. Best regards, David ( trusiad ) Jeremy C. Reed wrote:
On Mon, 19 Nov 2007, David Aubril wrote:Hi everyone. Being used to the amaya xhtml editor, I tried to build the last snapshot ( which is not in pkgsrc yet ).You may want to show us your Makefile or start committing to pkgsrc-wip. Is this the same as pkgsrc/www/amaya but just a newer version?It stops with an error : 'checking for GTK+ - version >= 2.0.0... no *** Could not run GTK+ test program, checking why...I am guessing you need: .include "../../x11/gtk2/buildlink3.mk" Jeremy C. Reed
# $NetBSD$ # PKGNAME= amaya-9.99-3 DISTNAME= ${DISTNAME:S/-sources//} CATEGORIES= www MASTER_SITES= http://wam.inrialpes.fr/software/amaya/ EXTRACT_SUFX= .tgz MAINTAINER= david.aubril%ac-nantes.frINSERT_YOUR_MAIL_ADDRESS_HERE@localhost HOMEPAGE= http://wam.inrialpes.fr/software/amaya/ COMMENT= Amaya is a Web editor. WRKSRC= ${WRKDIR}/Amaya9.99 USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= redland/librdf/redland.pc.in PKGCONFIG_OVERRIDE+= redland/raptor/raptor.pc.in .include "../../mk/bsd.pkg.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../graphics/Mesa/buildlink3.mk" .include "../../www/libwww/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk"