Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 06:39:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 272289] devel/valgrind: build fail
Message-ID:  <bug-272289-7788-mxGmc5rbiq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272289-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272289-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=3D272289

--- Comment #4 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
/* FREEBSD_VERS value for FreeBSD 10.x */
#define FREEBSD_10 1000

/* FREEBSD_VERS value for FreeBSD 11.x */
#define FREEBSD_11 1100

/* FREEBSD_VERS value for FreeBSD 12.0 to 12.1 */
#define FREEBSD_12 1200

/* FREEBSD_VERS value for FreeBSD 12.2 */
#define FREEBSD_12_2 1220

/* FREEBSD_VERS value for FreeBSD 13.0 */
#define FREEBSD_13_0 1300

/* FREEBSD_VERS value for FreeBSD 13.1 */
#define FREEBSD_13_1 1310

/* FREEBSD_VERS value for FreeBSD 13.2 */
#define FREEBSD_13_2 1320

/* FREEBSD_VERS value for FreeBSD 14.x */
#define FREEBSD_14 1400

/* Define to 1 if you're using FreeBSD */
#define FREEBSD_LIBC 1

--=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-272289-7788-mxGmc5rbiq>