Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 13:42:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 238689] math/mingw32-libgmp: depends on to-be-removed gets(3)
Message-ID:  <bug-238689-7788-46Vs8ftaf4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238689-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238689-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=3D238689

--- Comment #2 from Ed Maste <emaste@freebsd.org> ---
(In reply to Naram Qashat from comment #1)

It looks like mingw cstdio.h already has some support for no gets, e.g.:

#ifndef _GLIBCXX_HAVE_GETS
extern "C" char* gets (char* __s) __attribute__((deprecated));
#endif

upstream fix is probably to wrap the "using ::gets" in the same #ifdef, for=
 the
port just deleting the ::gets is probably sufficient - I suspect the consum=
er
here is not actually using gets, it's just the reference in the header that=
's
at fault.

--=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-238689-7788-46Vs8ftaf4>