Date: Mon, 21 Nov 2022 21:30:49 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267373] [NEW PORT] games/solver Math quiz game using SDL2 Message-ID: <bug-267373-7788-Nj6iTCr0w6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267373-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267373-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=3D267373 --- Comment #13 from Jason W. Bacon <jwb@freebsd.org> --- Locating libraries and other dependencies (and ensuring that they are installed) is the job of a package manager like FreeBSD ports, not the upstream build system. I explicitly avoid GNU configure, cmake, or anything else of that nature because I don't want to encourage people to do ad-hoc "caveman" builds that might grab the wrong version of a dependency unexpectedly. My project Makefiles are designed to look where the user or package manager tells them to look and nowhere else. --=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-267373-7788-Nj6iTCr0w6>