git: a57029f1af2c - main - net-p2p/amule: Use cryptopp-modern shared lib
Nuno Teixeira <[email protected]> Sun, 02 Aug 2026 20:18:12 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=a57029f1af2c54de1c6e716f47618e1f1e296b7e commit a57029f1af2c54de1c6e716f47618e1f1e296b7e Author: Nuno Teixeira <[email protected]> AuthorDate: 2026-08-02 14:00:06 +0000 Commit: Nuno Teixeira <[email protected]> CommitDate: 2026-08-02 20:18:02 +0000 net-p2p/amule: Use cryptopp-modern shared lib security/cryptopp-modern 2026.8.0 builds with shared libs. Let's use shared lib instead of previous static one. --- net-p2p/amule/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 2778a4847319..8005225f6a1e 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -1,5 +1,6 @@ PORTNAME= amule DISTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/amule-org/amule/releases/download/${DISTVERSION}/ DISTNAME= aMule-${DISTVERSION}-src @@ -11,8 +12,8 @@ WWW= https://github.com/amule-project/amule LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING -BUILD_DEPENDS= cryptopp-modern>0:security/cryptopp-modern -LIB_DEPENDS= libcurl.so:ftp/curl +LIB_DEPENDS= libcryptopp.so:security/cryptopp-modern \ + libcurl.so:ftp/curl USES= cmake:testing gettext-runtime gnome localbase:ldflags pkgconfig \ readline @@ -58,7 +59,7 @@ NLS_CMAKE_BOOL= ENABLE_NLS UPNP_LIB_DEPENDS= libupnp.so:devel/upnp UPNP_CMAKE_BOOL= ENABLE_UPNP -WEBSERVER_LIB_DEPENDS= libpng.so:graphics/png +WEBSERVER_LIB_DEPENDS= libpng16.so:graphics/png WEBSERVER_USES= readline WEBSERVER_CMAKE_BOOL= BUILD_WEBSERVER