[Bug 282448] [NEW PORT] games/lgogdownloader: Unofficial downloader for GOG.com
Date: Sun, 03 Nov 2024 19:01:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282448
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
Assignee|ports-bugs@FreeBSD.org |vvd@FreeBSD.org
Severity|Affects Only Me |Affects Some People
Status|New |In Progress
--- Comment #3 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. Use:
MASTER_SITES=
https://github.com/Sude-/${PORTNAME}/releases/download/v${DISTVERSION}/
instead of:
DISTVERSIONPREFIX= v
USE_GITHUB= yes
GH_ACCOUNT= Sude-
2. If pkg-plist have less than 6 files use:
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
in Makefile.
3. Warning: 'bin/lgogdownloader' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Add:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
4. Add all boost libs to LIB_DEPENDS"
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libboost_filesystem.so:devel/boost-libs \
libboost_iostreams.so:devel/boost-libs \
libboost_program_options.so:devel/boost-libs \
libboost_regex.so:devel/boost-libs \
libboost_system.so:devel/boost-libs \
--
You are receiving this mail because:
You are the assignee for the bug.