git: f94f9d8563c7 - main - net-p2p/amule: Add missing build option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jun 2026 15:14:21 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f94f9d8563c70857af861861fc678e8ecf2e9274
commit f94f9d8563c70857af861861fc678e8ecf2e9274
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-06-15 11:09:07 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-06-15 15:14:04 +0000
net-p2p/amule: Add missing build option
3.0.0 ships with ENABLE_IP2COUNTRY=OFF and upstream main shows that it
might be turned ON next releases.
Add it to CMAKE_OFF and this way we have all build options covered in port.
Also, add ChangeLog url forgotten in previous commit msg:
ChangeLog: https://github.com/amule-org/amule/releases/tag/3.0.0
---
net-p2p/amule/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 627252594500..98c203d9b474 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -23,7 +23,7 @@ USE_RC_SUBR= amuled
CMAKE_ON= BUILD_ALC BUILD_ALCC BUILD_AMULECMD BUILD_DAEMON BUILD_ED2K \
BUILD_WXCAS
-CMAKE_OFF= BUILD_TESTING HAVE_BFD
+CMAKE_OFF= BUILD_TESTING ENABLE_IP2COUNTRY HAVE_BFD
OPTIONS_DEFINE= CAS DOCS FILEVIEW NLS UPNP WEBSERVER
OPTIONS_DEFAULT= AMULEGUI CAS FILEVIEW MONOLITHIC WEBSERVER