=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for xpostit-3.3.1nb4 cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c Plaid.c Plaid.c:219:51: warning: passing 'unsigned char [66]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] p = XCreatePixmapFromBitmapData(display, window, plaid_bits, ^~~~~~~~~~ /usr/pkgsrc/work/x11/xpostit/work/.buildlink/include/X11/Xlib.h:1614:22: note: passing argument to parameter here char* /* data */, ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c confirm.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c menu.c menu.c:123:58: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'XtPointer' (aka 'void *') [-Wint-conversion] XtAddCallback(entry, XtNcallback, HandleMenuSelection, i); ^ /usr/pkgsrc/work/x11/xpostit/work/.buildlink/include/X11/Intrinsic.h:1240:1: note: passing argument to parameter here ); ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c note.c In file included from note.c:111: ./vroot.h:57:5: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign] &nitems, &bytesafter, ^~~~~~~ /usr/pkgsrc/work/x11/xpostit/work/.buildlink/include/X11/Xlib.h:2686:39: note: passing argument to parameter here unsigned long* /* nitems_return */, ^ In file included from note.c:111: ./vroot.h:57:14: warning: passing 'long *' to parameter of type 'unsigned long *' converts between pointers to integer types with different sign [-Wpointer-sign] &nitems, &bytesafter, ^~~~~~~~~~~ /usr/pkgsrc/work/x11/xpostit/work/.buildlink/include/X11/Xlib.h:2687:44: note: passing argument to parameter here unsigned long* /* bytes_after_return */, ^ note.c:241:8: warning: incompatible redeclaration of library function 'realloc' [-Wincompatible-library-redeclaration] char *realloc(); ^ note.c:241:8: note: 'realloc' is a builtin with type 'void *(void *, unsigned int)' note.c:337:7: warning: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-function-declaration] n = atoi(&(d->d_name[nlen])); ^ note.c:653:3: warning: incompatible pointer types passing 'XtEventHandler *' (aka 'void (**)(Widget, XtPointer, XEvent *, Boolean *)') to parameter of type 'XtEventHandler' (aka 'void (*)(Widget, XtPointer, XEvent *, Boolean *)'); dereference with * [-Wincompatible-pointer-types] (XtEventHandler *) StructureNotifyHandler, (XtPointer) pn); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * /usr/pkgsrc/work/x11/xpostit/work/.buildlink/include/X11/Intrinsic.h:831:31: note: passing argument to parameter here XtEventHandler /* proc */, ^ note.c:731:2: warning: implicit declaration of function 'GetNotePosition' is invalid in C99 [-Wimplicit-function-declaration] GetNotePosition(pn->pn_shellwidget, &shellx, &shelly); ^ note.c:757:6: warning: implicit declaration of function 'access' is invalid in C99 [-Wimplicit-function-declaration] if (access(app_res.note_dir, 0) < 0) { ^ note.c:758:7: warning: implicit declaration of function 'mkdir' is invalid in C99 [-Wimplicit-function-declaration] if (mkdir(app_res.note_dir, 0700) < 0) { ^ note.c:901:2: warning: implicit declaration of function 'GetNoteTitle' is invalid in C99 [-Wimplicit-function-declaration] GetNoteTitle(pn, OkayTitle, CancelTitle); ^ note.c:998:3: warning: implicit declaration of function 'unlink' is invalid in C99 [-Wimplicit-function-declaration] unlink(pn->pn_file); ^ note.c:999:3: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration] free(pn->pn_file); ^ note.c:1039:2: warning: implicit declaration of function 'ClearTitle' is invalid in C99 [-Wimplicit-function-declaration] ClearTitle(); ^ note.c:1050:19: warning: implicit declaration of function 'XawDialogGetValueString' is invalid in C99 [-Wimplicit-function-declaration] title = (String) XawDialogGetValueString(dialog); ^ note.c:1172:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] GetNotePosition(w, x, y) ^ note.c:1220:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ note.c:1244:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 16 warnings generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c plaid.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c title.c title.c:153:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c util.c util.c:92:23: warning: implicit declaration of function 'getuid' is invalid in C99 [-Wimplicit-function-declaration] if ((pwd = getpwuid(getuid())) == NULL) { ^ 1 warning generated. cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c version.c cc -O -I/usr/pkg/include -I /usr/X11R7/include -I/usr/X11R7/include -c xpostit.c xpostit.c:181:28: warning: incompatible pointer types passing 'char **' to parameter of type 'ArgList' (aka 'Arg *') [-Wincompatible-pointer-types] XtNumber(resources), argv, argc); ^~~~ /usr/pkgsrc/work/x11/xpostit/work/.buildlink/include/X11/Intrinsic.h:1553:25: note: passing argument to parameter here ArgList /* args */, ^ xpostit.c:187:2: warning: implicit declaration of function 'SetNoteDir' is invalid in C99 [-Wimplicit-function-declaration] SetNoteDir(); ^ xpostit.c:221:2: warning: implicit declaration of function 'LoadSavedNotes' is invalid in C99 [-Wimplicit-function-declaration] LoadSavedNotes(); ^ xpostit.c:258:35: warning: passing 'char [1]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] XA_STRING, 8, PropModeAppend, "", 0); ^~ /usr/pkgsrc/work/x11/xpostit/work/.buildlink/include/X11/Xlib.h:2075:38: note: passing argument to parameter here _Xconst unsigned char* /* data */, ^ 4 warnings generated. bmake: don't know how to make /usr/pkg/lib/libXaw.a. Stop bmake: stopped in /usr/pkgsrc/work/x11/xpostit/work/xpostit *** Error code 2 Stop. bmake[1]: stopped in /usr/pkgsrc/x11/xpostit *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/x11/xpostit