[Bug 195320] [MAINTAINER] [PATCH] ports/databases/mariadb55-server: Fix build on 9.x

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 24 19:01:44 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195320

John Marino <marino at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino at FreeBSD.org

--- Comment #1 from John Marino <marino at FreeBSD.org> ---
No, there is a reason.  Please use the code from mariadb100-server, e.g. 

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000012
CMAKE_ARGS+=    -DWITH_JEMALLOC="system"
.else
CMAKE_ARGS+=    -DWITH_JEMALLOC="no"
.endif



or at least


.if ${OPSYS} == FreeBSD 
CMAKE_ARGS+=    -DWITH_JEMALLOC="system"
.else
CMAKE_ARGS+=    -DWITH_JEMALLOC="no"
.endif


DragonFly does not have jemalloc.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list