>>> Building on exopi-5 under graphics/xbmbrowser BDEPENDS = [devel/imake;devel/imake-cf] DIST = [graphics/xbmbrowser:xbmbrowser5.1.tar.gz] FULLPKGNAME = xbmbrowser-5.1p4 (Junk lock obtained for exopi-5 at 1713770169.95) >>> Running depends in graphics/xbmbrowser at 1713770169.98 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 /usr/sbin/pkg_add -aI -Drepair imake-1.0.9 imake-cf-1.0.7p0 >>> Running show-prepare-results in graphics/xbmbrowser at 1713770171.17 ===> graphics/xbmbrowser ===> Building from scratch xbmbrowser-5.1p4 ===> xbmbrowser-5.1p4 depends on: imake-* -> imake-1.0.9 ===> xbmbrowser-5.1p4 depends on: imake-cf-* -> imake-cf-1.0.7p0 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c ===> found ICE.11.0 SM.9.0 X11.18.0 Xau.10.0 Xdmcp.11.0 Xaw.16.0 Xext.13.0 Xmu.11.0 Xpm.10.0 Xt.11.1 c.100.0 imake-1.0.9 imake-cf-1.0.7p0 (Junk lock released for exopi-5 at 1713770172.79) distfiles size=74397 >>> Running build in graphics/xbmbrowser at 1713770172.87 ===> graphics/xbmbrowser ===> Checking files for xbmbrowser-5.1p4 `/exopi-cvs/ports/distfiles/xbmbrowser5.1.tar.gz' is up to date. >> (SHA256) xbmbrowser5.1.tar.gz: OK ===> Extracting for xbmbrowser-5.1p4 ===> Patching for xbmbrowser-5.1p4 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Imakefile.orig Fri Aug 4 05:19:36 1995 |+++ Imakefile Wed Aug 25 19:55:25 2010 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 44. Hunk #3 succeeded at 58. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for xbmbrowser-5.1p4 ===> Configuring for xbmbrowser-5.1p4 /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=graphics/xbmbrowser -DFLAVOR_EXT= -DFULLPKGNAME=xbmbrowser-5.1p4 -DHOMEPAGE= -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=xbmbrowser -i -B /exopi-obj/pobj/xbmbrowser-5.1 /exopi-obj/pobj/xbmbrowser-5.1/xbmbrowser5.1/Imakefile imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -- xbmbrowser.c images.c callbacks.c misc.c user_menu.c user_functs.c IconLabel.c > .depend ===> Building for xbmbrowser-5.1p4 cc -O2 -DNDEBUG -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -c xbmbrowser.c xbmbrowser.c:223:3: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(1); ^ xbmbrowser.c:223:3: note: include the header or explicitly provide a declaration for 'exit' xbmbrowser.c:227:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(argc, argv) ^ int xbmbrowser.c:280:35: warning: passing arguments to 'getenv' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) strcpy(home_dir, getenv("HOME")); ^ xbmbrowser.c:325:7: warning: call to undeclared function 'read_user_menus'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] read_user_menus(toplevel, rc, app_data.cmd_rc); ^ xbmbrowser.c:338:7: warning: call to undeclared function 'read_user_menus'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] read_user_menus(toplevel, rc, rcfile); ^ xbmbrowser.c:344:7: warning: call to undeclared function 'read_user_menus'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] read_user_menus(toplevel, rc, app_data.library_rc); ^ xbmbrowser.c:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main(argc, argv) ^ 7 warnings generated. cc -O2 -DNDEBUG -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -c images.c images.c:82:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] free_image(item) ^ images.c:121:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] free_item(item) ^ In file included from images.c:24: ./xbmbrowser.h:215:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern Item *free_item(); /* free file/image item */ ^ images.c:140:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] free_list(list) ^ In file included from images.c:24: ./xbmbrowser.h:216:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void free_list(); /* free a list of items */ ^ images.c:167:9: warning: call to undeclared library function 'abort' with type 'void (void) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] abort(); ^ images.c:167:9: note: include the header or explicitly provide a declaration for 'abort' images.c:170:32: warning: call to undeclared function 'realloc'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] widget_array = (Widget *)realloc(widget_array, n * sizeof(Widget) ); ^ images.c:170:22: warning: cast to 'Widget *' (aka 'struct _WidgetRec **') from smaller integer type 'int' [-Wint-to-pointer-cast] widget_array = (Widget *)realloc(widget_array, n * sizeof(Widget) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ images.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] allocate_widgets( n ) ^ images.c:213:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] assign_widget(item) ^ images.c:320:45: warning: '/*' within block comment [-Wcomment] ** item->fname, c, i ); /**/ ^ images.c:279:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] load_image(item) ^ images.c:521:14: warning: enumeration values 'Xbm', 'Xpm', and 'NumFileTypes' not handled in switch [-Wswitch] switch ( item->type ) { ^~~~~~~~~~ images.c:453:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] load_item(item) ^ images.c:593:33: warning: '/*' within block comment [-Wcomment] /* *last_ptr = NULL; /* terminate current list (not needed?) */ ^ images.c:583:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] merge_item(item) ^ images.c:630:26: warning: passing 'char *[256]' to parameter of type 'const char **' discards qualifiers in nested pointer types [-Wincompatible-pointer-types-discards-qualifiers] XawListChange(dirlist, dir_list, 0, 0, True); ^~~~~~~~ /usr/X11R6/include/X11/Xaw/List.h:170:18: note: passing argument to parameter 'list' here _Xconst char **list, ^ images.c:764:33: warning: passing arguments to 'check_file_time' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( (time = check_file_time(item->fname)) == 0 ) ^ images.c:751:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rescan_item(item) ^ In file included from images.c:24: ./xbmbrowser.h:217:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void rescan_item(); /* just re-load this one item */ ^ images.c:778:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redisplay_images(unmap) ^ In file included from images.c:24: ./xbmbrowser.h:218:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void redisplay_images(); /* just redisplay all images - fast */ ^ 22 warnings generated. cc -O2 -DNDEBUG -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -c callbacks.c callbacks.c:19:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_name(widget, event) ^ In file included from callbacks.c:16: ./xbmbrowser.h:189:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void set_name(); /* set the info line with file name */ ^ callbacks.c:35:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_label(widget, event) ^ In file included from callbacks.c:16: ./xbmbrowser.h:190:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void set_label(); /* reset the info line to file counts */ ^ callbacks.c:48:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rescan(widget, client_data, call_data ) ^ In file included from callbacks.c:16: ./xbmbrowser.h:194:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void rescan(); /* rescan button callback */ ^ callbacks.c:62:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] scan(widget, client_data, call_data ) ^ In file included from callbacks.c:16: ./xbmbrowser.h:195:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void scan(); /* scan button callback */ ^ callbacks.c:85:13: warning: passing arguments to 'change_dir' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] change_dir( XawDialogGetValueString(dirwidget) ); ^ callbacks.c:76:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dir_return(widget, event) ^ In file included from callbacks.c:16: ./xbmbrowser.h:191:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void dir_return(); /* return key in directory string */ ^ callbacks.c:102:13: warning: passing arguments to 'change_dir' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] change_dir( dir->string ); ^ callbacks.c:91:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dir_menu(widget, client_data, call_data ) ^ In file included from callbacks.c:16: ./xbmbrowser.h:193:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void dir_menu(); /* menu button in directory string */ ^ callbacks.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] pos_dir(widget, event) ^ In file included from callbacks.c:16: ./xbmbrowser.h:192:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void pos_dir(); /* position directory menu */ ^ callbacks.c:144:21: warning: passing arguments to 'redisplay_images' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redisplay_images(False); /* Display style change -- FAST (dont unmap) */ ^ callbacks.c:149:21: warning: passing arguments to 'redisplay_images' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] redisplay_images(True); /* Display style change -- FAST (with unmap) */ ^ callbacks.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] toggle_option(widget, client_data, call_data ) ^ In file included from callbacks.c:16: ./xbmbrowser.h:196:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void toggle_option(); /* user option toggle callback */ ^ callbacks.c:205:12: warning: passing arguments to 'change_dir' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] change_dir(file_name); /* WARNING: change_dir() modifies string */ ^ callbacks.c:162:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] popup_user_menu(widget, event) ^ In file included from callbacks.c:16: ./xbmbrowser.h:197:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void popup_user_menu(); /* menu popup over icon or symbol */ ^ 23 warnings generated. cc -O2 -DNDEBUG -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -c misc.c misc.c:80:13: warning: call to undeclared function 'XmuCreateStippledPixmap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] stipple = XmuCreateStippledPixmap( ^ misc.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] merge(a,b) ^ misc.c:118:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sort(n) ^ misc.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] read_dir(dir) ^ misc.c:240:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] check_file_time(file) ^ In file included from misc.c:19: ./xbmbrowser.h:229:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern time_t check_file_time(); /* check if a file was modified */ ^ 6 warnings generated. cc -O2 -DNDEBUG -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -c user_menu.c user_menu.c:304:27: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (next_function->funct)(arg[0], arg[1]); ^ user_menu.c:343:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] menu_item_handler(widget, client_data, call_data) ^ user_menu.c:388:45: warning: '/*' within block comment [-Wcomment] /* static Boolean firstitem = FALSE; /* item is the first in menu */ ^ user_menu.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unget( c ) ^ user_menu.c:512:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] } ^ user_menu.c:534:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_menu(parent) ^ user_menu.c:741:14: warning: enumeration value 'KEYWORD' not handled in switch [-Wswitch] switch ( token ) { ^~~~~ user_menu.c:725:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] read_user_menus(parent, rc, name) ^ 8 warnings generated. cc -O2 -DNDEBUG -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -c user_functs.c user_functs.c:33:3: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] exit(0); ^ user_functs.c:33:3: note: include the header or explicitly provide a declaration for 'exit' user_functs.c:49:22: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] struct passwd *p, *getpwnam(); ^ /usr/include/pwd.h:95:16: note: conflicting prototype is here struct passwd *getpwnam(const char *); ^ user_functs.c:60:37: warning: comparing a pointer to a null character constant; did you mean to compare to NULL? [-Wpointer-compare] if(*buf && (p = getpwnam(buf)) == '\0') /* find correct home */ ^~~~ (void *)0 user_functs.c:37:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void expand_tilder(text) /* expand in-situ in twiddle */ ^ user_functs.c:95:22: warning: passing arguments to 'toggle_option' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] toggle_option(recur_opt, &app_data.recursive, NULL); /* fake it */ ^ user_functs.c:72:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] change_dir(dir) ^ In file included from user_functs.c:23: ./xbmbrowser.h:207:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void change_dir(); /* change the directory to that given */ ^ user_functs.c:112:3: warning: call to undeclared function 'system'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] system(command); ^ user_functs.c:108:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exec_string(command) ^ In file included from user_functs.c:23: ./xbmbrowser.h:208:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void exec_string(); /* execute the string given */ ^ user_functs.c:142:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] user_ok(widget, client_data, call_data ) ^ user_functs.c:130:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void user_ok(); ^ user_functs.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] user_cancel(widget, client_data, call_data ) ^ user_functs.c:179:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] setup_dialog(prompt, value) ^ user_functs.c:241:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] user_confirm(prompt) ^ In file included from user_functs.c:23: ./xbmbrowser.h:209:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void user_confirm(); /* ask the user for confirmation */ ^ user_functs.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] input_string(prompt, initial) ^ In file included from user_functs.c:23: ./xbmbrowser.h:210:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void input_string(); /* input a string from the user */ ^ 18 warnings generated. cc -O2 -DNDEBUG -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -DLIBRARY_RC=\"/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu\" -DUSERS_RC=\".xbmbrowserrc\" -DDO_XPMS -I/usr/X11R6/include/X11 -c IconLabel.c IconLabel.c:170:23: warning: call to undeclared function 'XmuCreateStippledPixmap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] values.tile = XmuCreateStippledPixmap( XtScreen((Widget)ilw), ^ IconLabel.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GetGCs(ilw) ^ IconLabel.c:187:3: warning: call to undeclared function 'XmuReleaseStippledPixmap'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] XmuReleaseStippledPixmap( XtScreen((Widget)ilw), ilw->icon_label.stipple ); ^ IconLabel.c:181:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ReleaseGCs(ilw) ^ IconLabel.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetPixmapDimensions(ilw) ^ IconLabel.c:220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetLabelDimensions(ilw) ^ IconLabel.c:243:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PreferredWidth(ilw) ^ IconLabel.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PreferredHeight(ilw) ^ IconLabel.c:283:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetWindowShape(ilw) ^ IconLabel.c:322:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] PositionParts(ilw, width, height) ^ IconLabel.c:373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Initialize(req, new, args, num_args) ^ IconLabel.c:46:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Initialize(); ^ IconLabel.c:408:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Realize(w, valueMask, attributes) ^ IconLabel.c:47:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Realize(); ^ IconLabel.c:427:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Redisplay(w, event, region) ^ IconLabel.c:48:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Redisplay(); ^ IconLabel.c:478:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Resize(w) ^ IconLabel.c:49:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Resize(); ^ IconLabel.c:497:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SetValues(cur, req, new, args, num_args) ^ IconLabel.c:50:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static Boolean SetValues(); ^ IconLabel.c:612:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] QueryGeometry(w, intended, preferred) ^ IconLabel.c:52:25: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static XtGeometryResult QueryGeometry(); ^ IconLabel.c:638:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] Destroy(w) ^ IconLabel.c:51:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void Destroy(); ^ IconLabel.c:654:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void SetInfoPtr(w, info_ptr) ^ IconLabel.c:666:10: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] XPointer GetInfoPtr(w) ^ 26 warnings generated. rm -f xbmbrowser cc -o xbmbrowser -O2 -DNDEBUG -L/usr/X11R6/lib -L/usr/local/lib xbmbrowser.o images.o callbacks.o misc.o user_menu.o user_functs.o IconLabel.o -lXpm -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lXdmcp -lXau -Wl,-rpath,/usr/local/lib callbacks.c(callbacks.o:(popup_user_menu)): warning: strcpy() is almost always misused, please use strlcpy() images.c(images.o:(load_image)): warning: sprintf() is often misused, please use snprintf() user_functs.c(user_functs.o:(expand_tilder)): warning: strcat() is almost always misused, please use strlcat() rm -f xbmbrowser._man if test -z "" ; then cd `dirname xbmbrowser` && ln -s `basename xbmbrowser.man` `basename xbmbrowser._man`; else /usr/libexec/cpp -undef -traditional -D__apploaddir__=/usr/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/usr/X11R6 -D__xconfigfile__=xorg.conf -D__xconfigdir__=/usr/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < xbmbrowser.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >xbmbrowser._man; fi DIVIDING COLOR AD "XbmBrowser-color.ad.sed" ==> "XbmBrowser.ad.sed" SED SUBSTITUTIONS "XbmBrowser.ad.sed" ==> "XbmBrowser.ad" SED SUBSTITUTIONS "XbmBrowser-color.ad.sed" ==> "XbmBrowser-color.ad" SED SUBSTITUTIONS "xbmbrowser.menu.sed" ==> "xbmbrowser.menu" SED SUBSTITUTIONS "xbmbrowser.menu.tut.sed" ==> "xbmbrowser.menu.tut" >>> Running package in graphics/xbmbrowser at 1713770178.00 ===> graphics/xbmbrowser ===> Faking installation for xbmbrowser-5.1p4 install -c xbmbrowser /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/usr/local/bin/xbmbrowser + mkdir -p /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/etc/X11/app-defaults install -c -m 0444 XbmBrowser.ad /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/usr/local/lib/X11/app-defaults/XbmBrowser install -c -m 0444 XbmBrowser-color.ad /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/usr/local/lib/X11/app-defaults/XbmBrowser-color + mkdir -p /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/usr/local/lib/X11/xbmbrowser install -c -m 0444 xbmbrowser.menu /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu install -c -m 0444 xbmbrowser.menu.tut /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/usr/local/lib/X11/xbmbrowser/xbmbrowser.menu.tut install in . done install -c -m 0444 xbmbrowser._man /exopi-obj/pobj/xbmbrowser-5.1/fake-amd64/usr/local/man/man1/xbmbrowser.1 install.man in . done ===> Building package for xbmbrowser-5.1p4 Create /exopi-cvs/ports/packages/amd64/all/xbmbrowser-5.1p4.tgz Creating package xbmbrowser-5.1p4 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********** | 16% checksumming|************ | 20% checksumming|*************** | 24% checksumming|***************** | 28% checksumming|******************** | 32% checksumming|********************** | 36% checksumming|************************ | 40% checksumming|*************************** | 44% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 56% checksumming|************************************* | 60% checksumming|*************************************** | 64% checksumming|***************************************** | 68% checksumming|******************************************** | 72% checksumming|********************************************** | 76% checksumming|************************************************* | 80% checksumming|*************************************************** | 84% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|******************************************* | 67% archiving|********************************************** | 71% archiving|****************************************************** | 84% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/xbmbrowser-5.1p4.tgz >>> Running clean in graphics/xbmbrowser at 1713770180.98 ===> graphics/xbmbrowser ===> Cleaning for xbmbrowser-5.1p4 >>> Ended at 1713770181.41 max_stuck=0.07/depends=1.12/show-prepare-results=1.71/build=5.18/package=2.98/clean=0.46