=> Bootstrap dependency digest>=20010302: found digest-20080510 => Bootstrap dependency fetch-[0-9]*: found fetch-1.7 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for p2c-1.20 --- stuff.o --- --- out.o --- --- comment.o --- --- lex.o --- --- parse.o --- --- stuff.o --- cc -Dunix -c stuff.c --- out.o --- cc -Dunix -c out.c --- comment.o --- cc -Dunix -c comment.c --- lex.o --- cc -Dunix -c lex.c --- parse.o --- cc -Dunix -c parse.c In file included from parse.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- comment.o --- In file included from comment.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- lex.o --- In file included from lex.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- out.o --- In file included from out.c:31:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- stuff.o --- In file included from stuff.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- decl.o --- cc -Dunix -c decl.c --- expr.o --- cc -Dunix -c expr.c --- decl.o --- In file included from decl.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- expr.o --- In file included from expr.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- pexpr.o --- cc -Dunix -c pexpr.c In file included from pexpr.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- funcs.o --- cc -Dunix -c funcs.c In file included from funcs.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- dir.o --- cc -c -Dunix -DCUST1=hpmods -DCUST2=citmods dir.c In file included from dir.c:22:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- hpmods.o --- --- citmods.o --- --- hpmods.o --- cc -Dunix -c hpmods.c --- citmods.o --- cc -Dunix -c citmods.c In file included from citmods.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- hpmods.o --- In file included from hpmods.c:21:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- makeproto --- cc -Dunix makeproto.c -o makeproto --- trans.o --- cc -c -Dunix -DHASDUMPS -DP2C_HOME=\"/usr/pkg/libdata/p2c\" trans.c --- makeproto --- makeproto.c: In function 'usage': makeproto.c:126:5: warning: incompatible implicit declaration of built-in function 'exit' makeproto.c: In function 'main': makeproto.c:199:13: warning: incompatible implicit declaration of built-in function 'exit' makeproto.c:490:9: warning: incompatible implicit declaration of built-in function 'exit' --- trans.o --- In file included from trans.c:23:0: trans.h:1681:42: warning: built-in function 'logf' declared as non-function --- p2clib.o --- --- loc.p2clib.o --- --- p2clib.o --- cc -c -Dunix p2clib.c --- loc.p2clib.o --- cc -Dunix -c loc.p2clib.c --- p2c.man.inst --- sed -e "s;--HOMEDIR--;/usr/pkg/libdata/p2c;" -e "s;--INCDIR--;/usr/pkg/include/p2c;" -e "s;--LIBDIR--;/usr/pkg/lib/p2c;" p2c.man >p2c.man.inst --- p2c.cat --- if [ -f /usr/bin/nroff -o -f /bin/nroff ]; then nroff -man p2c.man.inst >p2c.cat; fi --- p2c.hdrs --- ./makeproto -n -m -h -t16 -a35 -s0 -x trans.c stuff.c out.c comment.c lex.c parse.c decl.c expr.c pexpr.c funcs.c dir.c hpmods.c citmods.c -o p2c.hdrs --- p2c.proto --- ./makeproto -n -m -h -t16 -a35 -s1 -i trans.c stuff.c out.c comment.c lex.c parse.c decl.c expr.c pexpr.c funcs.c dir.c hpmods.c citmods.c -o p2c.proto --- libp2c.a --- ar r libp2c.a p2clib.o loc.p2clib.o ar: creating libp2c.a --- p2c --- cc trans.o stuff.o out.o comment.o lex.o parse.o decl.o expr.o pexpr.o funcs.o dir.o hpmods.o citmods.o -o p2c => Unwrapping files-to-be-installed.