ku# cd /usr/ports/sysutils/apachetop/ ku# make install ===> Building for apachetop-0.12.6_1 make all-recursive Making all in man Making all in src c++ -DHAVE_CONFIG_H -I. -I.. -I /usr/local/include -I /usr/local/include -O2 -fno-strict-aliasing -pipe -MT apachetop.o -MD -MP -MF .deps/apachetop.Tpo -c -o apachetop.o apachetop.cc In file included from apachetop.h:222, from apachetop.cc:5: resolver.h:13: error: extra qualification 'Resolver::' on member 'Resolver' resolver.h:14: error: extra qualification 'Resolver::' on member 'Resolver' apachetop.cc: In function 'int main(int, char**)': apachetop.cc:211: warning: deprecated conversion from string constant to 'char*' apachetop.cc: In function 'int read_key(int)': apachetop.cc:567: warning: deprecated conversion from string constant to 'char*' apachetop.cc:567: warning: deprecated conversion from string constant to 'char*' apachetop.cc:577: warning: deprecated conversion from string constant to 'char*' apachetop.cc:577: warning: deprecated conversion from string constant to 'char*' apachetop.cc:590: warning: deprecated conversion from string constant to 'char*' apachetop.cc:590: warning: deprecated conversion from string constant to 'char*' apachetop.cc:600: warning: deprecated conversion from string constant to 'char*' apachetop.cc:600: warning: deprecated conversion from string constant to 'char*' apachetop.cc:832: warning: deprecated conversion from string constant to 'char*' apachetop.cc:832: warning: deprecated conversion from string constant to 'char*' *** Error code 1 Stop in /usr/ports/sysutils/apachetop/work/apachetop-0.12.6/src. *** Error code 1 Stop in /usr/ports/sysutils/apachetop/work/apachetop-0.12.6. *** Error code 1 Stop in /usr/ports/sysutils/apachetop/work/apachetop-0.12.6. *** Error code 1 Stop in /usr/ports/sysutils/apachetop. *** Error code 1 Stop in /usr/ports/sysutils/apachetop. Fix: /usr/ports/sysutils/apachetop/work/apachetop-0.12.6/src/resolver.h: - Resolver::Resolver(void); - Resolver::~Resolver(void); + Resolver(void); + ~Resolver(void); How-To-Repeat: install port sysutils/apachetop
State Changed From-To: open->closed Comitted, thanks!
pav 2008-11-20 15:15:55 UTC FreeBSD ports repository Added files: sysutils/apachetop/files patch-resolver.h Log: - Fix build on 7.x with ADNS option enabled PR: ports/129003 Submitted by: oleg <proler@gmail.com> Revision Changes Path 1.1 +13 -0 ports/sysutils/apachetop/files/patch-resolver.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"