=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for graphopt-0.4.1nb5
--- ./stamp-h.in ---
cd . && autoheader
WARNING: `autoheader' is missing on your system.  You should only need it if
         you modified `acconfig.h' or `configure.in'.  You might want
         to install the `Autoconf' and `GNU m4' packages.  Grab them
         from any GNU archive site.
--- all-recursive-am ---
/usr/pkg/bin/bmake  all-recursive
--- all-recursive ---
Making all in src
--- all-recursive ---
Making all in classes
--- node.o ---
--- nodes.o ---
--- physics.o ---
--- dotImporter.o ---
--- visioExporter.o ---
--- node.o ---
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include  -I/usr/pkg/include -I/usr/include  -O3 -pipe -fstack-protector -Wno-format -fno-builtin -I/usr/pkg/include -I/usr/include -c node.cc
--- nodes.o ---
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include  -I/usr/pkg/include -I/usr/include  -O3 -pipe -fstack-protector -Wno-format -fno-builtin -I/usr/pkg/include -I/usr/include -c nodes.cc
--- physics.o ---
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include  -I/usr/pkg/include -I/usr/include  -O3 -pipe -fstack-protector -Wno-format -fno-builtin -I/usr/pkg/include -I/usr/include -c physics.cc
--- dotImporter.o ---
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include  -I/usr/pkg/include -I/usr/include  -O3 -pipe -fstack-protector -Wno-format -fno-builtin -I/usr/pkg/include -I/usr/include -c dotImporter.cc
--- visioExporter.o ---
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/pkg/include/gtk-1.2 -I/usr/pkg/include/glib/glib-1.2 -I/usr/pkg/lib/glib/include  -I/usr/pkg/include -I/usr/include  -O3 -pipe -fstack-protector -Wno-format -fno-builtin -I/usr/pkg/include -I/usr/include -c visioExporter.cc
--- nodes.o ---
nodes.cc: In member function 'node* nodes::add_node_with_export_id(char*)':
nodes.cc:35:46: warning: deprecated conversion from string constant to 'char*'
nodes.cc: In member function 'node* nodes::get_node_with_export_id(char*)':
nodes.cc:61:55: error: 'strcmp' was not declared in this scope
nodes.cc: In member function 'void nodes::gather_nodes_with_layer(int)':
nodes.cc:160:62: error: 'random' was not declared in this scope
nodes.cc:160:67: error: 'RAND_MAX' was not declared in this scope
*** [nodes.o] Error code 1

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1/src/classes
--- visioExporter.o ---
visioExporter.cc: In constructor 'visioExporter::visioExporter(char*, nodes*)':
visioExporter.cc:5:30: error: 'strdup' was not declared in this scope
visioExporter.cc: In destructor 'visioExporter::~visioExporter()':
visioExporter.cc:11:16: error: 'free' was not declared in this scope
visioExporter.cc: In member function 'void visioExporter::write_headers(FILE*)':
visioExporter.cc:26:20: warning: deprecated conversion from string constant to 'char*'
visioExporter.cc:27:33: error: 'strlen' was not declared in this scope
visioExporter.cc: In member function 'void visioExporter::write_node(node*, FILE*)':
visioExporter.cc:50:24: warning: deprecated conversion from string constant to 'char*'
visioExporter.cc:51:18: warning: deprecated conversion from string constant to 'char*'
visioExporter.cc:52:19: warning: deprecated conversion from string constant to 'char*'
visioExporter.cc:60:27: error: 'strlen' was not declared in this scope
visioExporter.cc: In member function 'void visioExporter::write_edge(node*, node*, FILE*)':
visioExporter.cc:80:24: warning: deprecated conversion from string constant to 'char*'
visioExporter.cc:84:27: error: 'strlen' was not declared in this scope
visioExporter.cc: In member function 'char* visioExporter::itoa(int)':
visioExporter.cc:95:26: warning: deprecated conversion from string constant to 'char*'
visioExporter.cc:99:44: error: 'strlen' was not declared in this scope
visioExporter.cc:102:35: error: 'strcat' was not declared in this scope
visioExporter.cc: In member function 'char* visioExporter::digit(int, char*)':
visioExporter.cc:127:38: error: 'strlen' was not declared in this scope
visioExporter.cc:133:28: error: 'strcat' was not declared in this scope
visioExporter.cc: In member function 'char* visioExporter::kill_quotes(char*)':
visioExporter.cc:142:16: warning: deprecated conversion from string constant to 'char*'
visioExporter.cc:144:27: error: 'strstr' was not declared in this scope
*** [visioExporter.o] Error code 1

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1/src/classes
--- dotImporter.o ---
dotImporter.cc: In destructor 'dotImporter::~dotImporter()':
dotImporter.cc:15:17: error: 'free' was not declared in this scope
dotImporter.cc: In member function 'int dotImporter::import()':
dotImporter.cc:57:32: error: 'free' was not declared in this scope
dotImporter.cc:60:29: error: 'free' was not declared in this scope
dotImporter.cc:66:16: error: 'free' was not declared in this scope
dotImporter.cc: In member function 'void dotImporter::create_nodes(char*, char*)':
dotImporter.cc:143:39: error: 'random' was not declared in this scope
dotImporter.cc:143:51: error: 'RAND_MAX' was not declared in this scope
*** [dotImporter.o] Error code 1

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1/src/classes
3 errors

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1/src/classes
*** [all-recursive] Error code 1

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1/src
1 error

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1/src
*** [all-recursive] Error code 1

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1
1 error

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1
*** [all-recursive-am] Error code 2

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1
1 error

bmake: stopped in /tmp/pkgsrc/math/graphopt/work/graphopt-0.4.1
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/math/graphopt
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/math/graphopt