Date: Tue, 26 May 2020 06:37:59 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246163] devel/frink: fixes BROKEN - provides working MASTER_SITES Message-ID: <bug-246163-7788-SSp2pl9F5y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246163-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-246163-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246163 --- Comment #7 from darius@dons.net.au --- (In reply to Mikhail Teterin from comment #6) Thanks, that fixes most warnings but I still get.. make[2]: "/usr/share/mk/bsd.opts.mk" line 101: warning: "NO_MAN is defined,= but deprecated. Please use MK_MAN=3Dno instead." and.. vars.c:202:32: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned long)' [-Wimplicit-function-declaration] VarData *blp =3D (VarData *) malloc(sizeof(VarData)); ^ vars.c:202:32: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc' 1 warning generated. Both are fixed by replacing files/Makefile.bsd with the attached version. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246163-7788-SSp2pl9F5y>