Changeset View
Changeset View
Standalone View
Standalone View
head/net/samba410/Makefile
Show First 20 Lines • Show All 297 Lines • ▼ Show 20 Lines | |||||
############################################################################## | ############################################################################## | ||||
BIND911_RUN_DEPENDS= bind911>=9.11.0.0:dns/bind911 | BIND911_RUN_DEPENDS= bind911>=9.11.0.0:dns/bind911 | ||||
BIND914_RUN_DEPENDS= bind914>=9.14.0.0:dns/bind914 | BIND914_RUN_DEPENDS= bind914>=9.14.0.0:dns/bind914 | ||||
NSUPDATE_RUN_DEPENDS= samba-nsupdate:dns/samba-nsupdate | NSUPDATE_RUN_DEPENDS= samba-nsupdate:dns/samba-nsupdate | ||||
############################################################################## | ############################################################################## | ||||
DEBUG_CONFIGURE_ON= --verbose --enable-debug | DEBUG_CONFIGURE_ON= --verbose --enable-debug | ||||
DEBUG_MAKE_ARGS= --verbose | DEBUG_MAKE_ARGS= --verbose | ||||
DEBUG_FLAGS= -g -ggdb3 -O0 | DEBUG_FLAGS= -g -ggdb3 -O0 | ||||
DEBUG_VARS= WITH_DEBUG=yes | |||||
MEMORY_DEBUG_IMPLIES= DEBUG | MEMORY_DEBUG_IMPLIES= DEBUG | ||||
MEMORY_DEBUG_CONFIGURE_ENV= ADDITIONAL_CFLAGS="-DENABLE_JEMALLOC `pkg-config --cflags jemalloc`" ADDITIONAL_LDFLAGS="`pkg-config --libs jemalloc`" | MEMORY_DEBUG_CONFIGURE_ENV= ADDITIONAL_CFLAGS="-DENABLE_JEMALLOC `pkg-config --cflags jemalloc`" ADDITIONAL_LDFLAGS="`pkg-config --libs jemalloc`" | ||||
MEMORY_DEBUG_LIB_DEPENDS= libjemalloc.so.2:devel/jemalloc | MEMORY_DEBUG_LIB_DEPENDS= libjemalloc.so.2:devel/jemalloc | ||||
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194046 | # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194046 | ||||
GDB_CMD?= ${LOCALBASE}/bin/gdb | GDB_CMD?= ${LOCALBASE}/bin/gdb | ||||
# https://bugzilla.samba.org/show_bug.cgi?id=8969 | # https://bugzilla.samba.org/show_bug.cgi?id=8969 | ||||
PICKY_DEVELOPER_IMPLIES= DEVELOPER | PICKY_DEVELOPER_IMPLIES= DEVELOPER | ||||
▲ Show 20 Lines • Show All 347 Lines • Show Last 20 Lines |