Subject: Re: building amaya 9.99
To: Jeremy C. Reed <reed@reedmedia.net>
From: David Aubril <david.aubril@ac-nantes.fr>
List: pkgsrc-users
Date: 11/19/2007 22:54:01
This is a multi-part message in MIME format.
--------------030605020106050007020902
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

It's the same than in pkgsrc, but newer version. Well, I went through 
url2pkg and pkglint -e. I got to this point :
'===> 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
>
>   


--------------030605020106050007020902
Content-Type: text/plain;
 name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="Makefile"

# $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
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"


--------------030605020106050007020902--