git: 520aee92b6e6 - main - samba: Remove MEMORY_DEBUG_IMPLIES=DEBUG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Dec 2025 16:36:26 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=520aee92b6e6d0cb061bfc84d30cfb3a7e8e50d1
commit 520aee92b6e6d0cb061bfc84d30cfb3a7e8e50d1
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2025-12-12 10:25:52 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2025-12-15 16:35:57 +0000
samba: Remove MEMORY_DEBUG_IMPLIES=DEBUG
There is no DEBUG option, so this assignment does not make
any sense.
---
net/samba422/Makefile | 1 -
net/samba423/Makefile | 1 -
2 files changed, 2 deletions(-)
diff --git a/net/samba422/Makefile b/net/samba422/Makefile
index f6186ea648be..dabde7095c7f 100644
--- a/net/samba422/Makefile
+++ b/net/samba422/Makefile
@@ -325,7 +325,6 @@ MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
MDNSRESPONDER_CONFIGURE_ENABLE= dnssd
MDNSRESPONDER_VARS= _SAMBA_SERVICES+=mdnsd
-MEMORY_DEBUG_IMPLIES= DEBUG
MEMORY_DEBUG_LIB_DEPENDS= libjemalloc.so.2:devel/jemalloc
MEMORY_DEBUG_CONFIGURE_ENV= ADDITIONAL_CFLAGS="-DENABLE_JEMALLOC `pkg-config --cflags jemalloc`" ADDITIONAL_LDFLAGS="`pkg-config --libs jemalloc`"
diff --git a/net/samba423/Makefile b/net/samba423/Makefile
index ac779eb1e90e..5c42bca1a16f 100644
--- a/net/samba423/Makefile
+++ b/net/samba423/Makefile
@@ -324,7 +324,6 @@ MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
MDNSRESPONDER_CONFIGURE_ENABLE= dnssd
MDNSRESPONDER_VARS= _SAMBA_SERVICES+=mdnsd
-MEMORY_DEBUG_IMPLIES= DEBUG
MEMORY_DEBUG_LIB_DEPENDS= libjemalloc.so.2:devel/jemalloc
MEMORY_DEBUG_CONFIGURE_ENV= ADDITIONAL_CFLAGS="-DENABLE_JEMALLOC `pkg-config --cflags jemalloc`" ADDITIONAL_LDFLAGS="`pkg-config --libs jemalloc`"