=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for chord-3.6 --- common.o --- --- xpose.o --- --- iso.o --- --- chord.o --- --- xpose.o --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -c xpose.c --- chord.o --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -c chord.c --- common.o --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -c common.c --- iso.o --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -c iso.c --- common.o --- common.c: In function 'tolower_str': common.c:23:21: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] while (*ptr=(char) tolower((int) *ptr)) ^~~~~~~ common.c: In function 'toupper_str': common.c:39:21: warning: implicit declaration of function 'toupper' [-Wimplicit-function-declaration] while (*ptr=(char) toupper((int) *ptr)) ^~~~~~~ --- chord.o --- chord.c: In function 'do_new_song': chord.c:667:2: warning: implicit declaration of function 'clean_known_chords'; did you mean 'init_known_chords'? [-Wimplicit-function-declaration] clean_known_chords(); ^~~~~~~~~~~~~~~~~~ init_known_chords chord.c:668:2: warning: implicit declaration of function 'clean_chordtab'; did you mean 'add_to_chordtab'? [-Wimplicit-function-declaration] clean_chordtab(); ^~~~~~~~~~~~~~ add_to_chordtab chord.c: At top level: chord.c:1127:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc, argv) ^~~~ chord.c: In function 'main': chord.c:1138:14: warning: implicit declaration of function 'getopt'; did you mean 'cgetset'? [-Wimplicit-function-declaration] while ((c = getopt(argc, argv, "aAc:C:dDgGhilLno:p:s:t:T:Vx:24")) != -1) ^~~~~~ cgetset chord.c:1276:26: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration] if ((optind == argc) && isatty(0) && !dump_only) ^~~~~~ --- grid.o --- --- toc.o --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -c toc.c --- grid.o --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -c grid.c --- a2crd.o --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -c a2crd.c --- grid.o --- grid.c: In function 'add_to_chordtab': grid.c:125:7: warning: implicit declaration of function 'chordcompare' [-Wimplicit-function-declaration] ((n=chordcompare(chord1, strcpy(chord2,ct_ptr->chord->chord_name))) > 0)) ^~~~~~~~~~~~ grid.c:142:4: warning: implicit declaration of function 'learn_chord'; did you mean 'do_chord'? [-Wimplicit-function-declaration] learn_chord(chord, -2, -2, -2, -2, -2, -2, 0, CHORD_BUILTIN, CHORD_EASY); ^~~~~~~~~~~ do_chord grid.c: In function 'chordcompare': grid.c:160:15: warning: implicit declaration of function 'tolower' [-Wimplicit-function-declaration] chord1[0]=tolower(chord1[0]); ^~~~~~~ grid.c: At top level: grid.c:299:1: warning: return type defaults to 'int' [-Wimplicit-int] clean_chordtab() ^~~~~~~~~~~~~~ grid.c:314:1: warning: return type defaults to 'int' [-Wimplicit-int] clean_known_chords() ^~~~~~~~~~~~~~~~~~ grid.c:337:1: warning: return type defaults to 'int' [-Wimplicit-int] count_known_chords() /* Debugging routines only */ ^~~~~~~~~~~~~~~~~~ grid.c:362:1: warning: return type defaults to 'int' [-Wimplicit-int] learn_chord(chord, s1, s2, s3, s4, s5, s6, displ, origin, difficult) ^~~~~~~~~~~ grid.c: In function 'dump_chords': grid.c:976:3: warning: implicit declaration of function 'init_values'; did you mean 'init_ps'? [-Wimplicit-function-declaration] init_values(); ^~~~~~~~~~~ init_ps --- a2crd.o --- a2crd.c: In function 'main': a2crd.c:313:14: warning: implicit declaration of function 'getopt'; did you mean 'cgetset'? [-Wimplicit-function-declaration] while (( c = getopt(argc, argv, "Dr:o:")) != -1) ^~~~~~ cgetset --- a2crd --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -o a2crd a2crd.o common.o --- chord --- gcc -O2 -DPAPERSIZE=A4 -fPIC -D_FORTIFY_SOURCE=2 -o chord common.o xpose.o iso.o chord.o grid.o toc.o