configure fails if xml2pot is not installed. Because I don't want to depend on the kdesdk port, I patched the configure script. Spotted by: markp and "troy" <sindrome@sindrome.net>
How about this rather than adding a patch? ;) =================================================================== RCS file: /home/ncvs/ports/ftp/kbear/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 1 Sep 2002 15:19:19 -0000 1.4 +++ Makefile 2 Sep 2002 21:01:22 -0000 @@ -21,5 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE} .include <bsd.port.mk>
* Hye-Shik Chang <perky@fallin.lv> [Tue, 3 Sep 2002 06:03:29 +0900]: > How about this rather than adding a patch? ;) really cool. Please commit this one. > > =================================================================== > RCS file: /home/ncvs/ports/ftp/kbear/Makefile,v > retrieving revision 1.4 > diff -u -r1.4 Makefile > --- Makefile 1 Sep 2002 15:19:19 -0000 1.4 > +++ Makefile 2 Sep 2002 21:01:22 -0000 > @@ -21,5 +21,6 @@ > GNU_CONFIGURE= yes > CONFIGURE_TARGET= > CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > +CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE} > > .include <bsd.port.mk> >
State Changed From-To: open->closed Committed. Thanks!