summaryrefslogtreecommitdiff
path: root/databases/mysql57-client/files/patch-cmake_os_FreeBSD.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql57-*: Remove expired portMuhammad Moinur Rahman2023-12-311-32/+0
|
* Fix build on GCC-based architectures by removing default assumption thatMark Linimon2019-01-031-4/+5
| | | | | | | | | FreeBSD == clang. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=489183
* databases/mysql57-client: Fix build for i386Mahdi Mokhtari2018-12-261-3/+11
| | | | | | | | | | | | | | | | Make MySQL build-script assume that FreeBSD's Clang (on i386) doesn't have "atomic_*" functions builtin implemented. This is added to cmake/os/FreeBSD.cmake to make the merge for upstream easier. This fixes the build of mysql57-client on the i386 again. PR: 229605 Submitted by: PitDron <pitdron@gmail.com> Reported by: gbromov@gmail.com Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=488371
* databases/mysql57-client: Fix the build with GCC-based architecturesMahdi Mokhtari2018-12-221-5/+17
| | | | | | | | | | | | | | This patch adds a condition to FreeBSD part of MySQL CMake-scripts to recognize gcc as well as Clang, while taking care of Unsupported compilers too. This is an enhancement on the initial patch by Piotr Kubaj <pkubaj@anongoth.pl> that committed by linimon on r488087. PR: 234172 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=488110
* Actually add the fix.Mark Linimon2018-12-221-0/+11
Reported by: maintainer Notes: svn path=/head/; revision=488087