| Port details on branch 2026Q3 |
- amule All-platform P2P client based on eMule
- 3.0.1 net-p2p
=0 3.0.1Version of this port present on the latest quarterly branch. - Maintainer: eduardo@FreeBSD.org
 - Port Added: 2026-07-28 21:24:06
- Last Update: 2026-08-03 15:10:09
- Commit Hash: 106e04b
- License: GPLv2+
- WWW:
- https://github.com/amule-project/amule
- Description:
- aMule, the all-platform eMule p2p client
aMule is a multiplatform fork of xMule
client using wxWindows class library.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net-p2p/amule/ && make install clean
- To add the package, run one of these commands:
- pkg install net-p2p/amule
- pkg install amule
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: amule
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1782324693
SHA256 (aMule-3.0.1-src.tar.gz) = 44484f2b003e2e9de2e86f6a9e57c948401aa24d6d398e2af73e563fd66a3413
SIZE (aMule-3.0.1-src.tar.gz) = 6011817
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cryptopp-modern>0 : security/cryptopp-modern
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.26 : devel/gettext-runtime
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-desktop-database : devel/desktop-file-utils
- gettext-tools>=0.26 : devel/gettext-tools
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libcurl.so : ftp/curl
- libgd.so : graphics/gd
- libmaxminddb.so : net/libmaxminddb
- libpng.so : graphics/png
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libreadline.so.8 : devel/readline
- libwx_baseu-3.2.so : x11-toolkits/wxgtk32@gtk3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for amule-3.0.1:
CAS=on: Build aMule Statistics for console
DOCS=on: Build and/or install documentation
FILEVIEW=on: Build file viewer for console
GEOIP=on: GeoIP IP location support
NLS=on: Native Language Support
UPNP=off: UPnP protocol support
WEBSERVER=on: Build and/or install internal web server
====> Options available for the multi COMPONENTS: you have to choose at least one of them
AMULEGUI=on: Build aMule remote GUI
MONOLITHIC=on: Build monolithic aMule
===> Use 'make config' to modify these settings
- Options name:
- net-p2p_amule
- USES:
- cmake:testing gettext-runtime gnome localbase:ldflags pkgconfig readline desktop-file-utils gettext-tools readline
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.0.1 03 Aug 2026 15:10:09
    |
Robert Clausecker (fuz)  |
net-p2p/amule: fix build on 32-bit platforms properly
The port asks for libatomic on 32 bit platforms. That's a gcc thing.
We don't compile with gcc, so libatomic is not needed in any case.
Patch out the check for libatomic to fix the build on all 32-bit
platforms.
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
(cherry picked from commit b700cbd3a83de54d284f95fb5f6db0b241c0b1da) |
3.0.1 28 Jul 2026 21:23:31
    |
Nuno Teixeira (eduardo)  |
net-p2p/amule: Fix build on i386 by linking libatomic from lang/gcc
MFH: 2026Q3
(cherry picked from commit 1a85d62135ce19a1c6b6227ad29ea710bd7be752) |
Number of commits found: 2
|