Update to 3.2.4 version.
State Changed From-To: open->feedback Can't build this on -current: Making all in kkstrtext gmake[2]: Entering directory `/usr/home/petef/cvs/motor/work/motor-3.2.4/kkstrtext' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -O -pipe -mcpu=pentiumpro -c kkstrtext.cc In file included from kkstrtext.h:16, from kkstrtext.cc:25: conf.h:13:23: _G_config.h: No such file or directory gmake[2]: *** [kkstrtext.o] Error 1 gmake[2]: Leaving directory `/usr/home/petef/cvs/motor/work/motor-3.2.4/kkstrtext' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/home/petef/cvs/motor/work/motor-3.2.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/home/petef/cvs/motor.
Humm... I think that no need #include "_G_config.h". Is this OK? > maintainer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/motor/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 16 Sep 2002 11:14:17 -0000 1.11 +++ Makefile 2 Feb 2003 11:24:50 -0000 @@ -6,7 +6,7 @@ # PORTNAME= motor -PORTVERSION= 3.2.3 +PORTVERSION= 3.2.4 CATEGORIES= devel MASTER_SITES= http://konst.org.ua/download/ @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" +USE_REINPLACE= yes MAN1= motor.1 @@ -26,6 +27,12 @@ .if ${OSVERSION} < 400010 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif + +post-patch: + @${REINPLACE_CMD} -e '/_G_config.h/d' \ + ${WRKSRC}/kkstrtext/conf.h \ + ${WRKSRC}/kksystr/include/conf.h \ + ${WRKSRC}/kkconsui/include/conf.h .if !defined(NOPORTDOCS) post-install: Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/motor/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 16 Sep 2002 11:14:17 -0000 1.7 +++ distinfo 1 Feb 2003 17:10:19 -0000 @@ -1 +1 @@ -MD5 (motor-3.2.3.tar.gz) = 023ed4440ff991555825f30bca34dbf6 +MD5 (motor-3.2.4.tar.gz) = cb24eba00be62ff3fab2a1a4c03e1cb3 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/devel/motor/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 16 Sep 2002 11:14:17 -0000 1.6 +++ pkg-plist 1 Feb 2003 17:10:37 -0000 @@ -17,7 +17,6 @@ share/motor/templates/terminal program/C++/Debug share/motor/templates/terminal program/C++/Folders share/motor/templates/terminal program/C++/Makefile.func -share/motor/templates/terminal program/C++/Makefile.func.bak share/motor/templates/terminal program/C++/Parserules share/motor/templates/terminal program/C++/Settings share/motor/templates/terminal program/C++/[value name].cc.tmpl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sunday, February 2, 2003, 12:31:14 PM, you wrote: NS> Humm... I think that no need #include "_G_config.h". NS> Is this OK? > maintainer Tested...It's ok. -- Alex Dupre sysadmin@alexdupre.com http://www.alexdupre.com/ alex@sm.FreeBSD.org Today's excuse: Telecommunications is downgrading.
State Changed From-To: feedback->closed Committed, thanks!