Full changelog can be found here: https://github.com/TokTok/toxic/compare/v0.8.2...v0.8.3
Toxic's upstream has moved to https://github.com/TokTok/toxic, so all issues and PRs should go there. After the last PR I've sent to Toxic, it stopped ignoring CFLAGS in environment variables and stopped forcing -g flag in CFLAGS, but that change required me to manually set PREFIX and MANDIR in FAKE_FLAGS because Toxic and its man pages were installed in wrong directories. Index: Makefile =================================================================== RCS file: /cvs/ports/net/toxic/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 9 Aug 2018 23:25:58 -0000 1.4 +++ Makefile 19 Jan 2019 21:08:38 -0000 @@ -2,17 +2,16 @@ COMMENT = ncurses-based Tox client -GH_ACCOUNT = Jfreegman +GH_ACCOUNT = TokTok GH_PROJECT = toxic -GH_TAGNAME = v0.8.2 -REVISION = 2 +GH_TAGNAME = v0.8.3 CATEGORIES = net # GPLv3+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += alut c config curses curl intl m openal png pthread +WANTLIB += alut c config curses curl intl m openal png16 pthread WANTLIB += qrencode toxcore util z ${MODPY_WANTLIB} LIB_DEPENDS = audio/freealut \ @@ -21,8 +20,10 @@ LIB_DEPENDS = audio/freealut \ net/curl \ graphics/libqrencode -MAKE_ENV += ENABLE_PYTHON=1 \ - USER_CFLAGS="${CFLAGS}" +MAKE_ENV += ENABLE_PYTHON=1 +FAKE_FLAGS += PREFIX=${TRUEPREFIX} \ + MANDIR=${TRUEPREFIX}/man + MODULES = lang/python MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3} CONFIGURE_STYLE = none Index: distinfo =================================================================== RCS file: /cvs/ports/net/toxic/distinfo,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 distinfo --- distinfo 29 Apr 2018 11:16:30 -0000 1.1.1.1 +++ distinfo 19 Jan 2019 21:08:38 -0000 @@ -1,2 +1,2 @@ -SHA256 (toxic-0.8.2.tar.gz) = U72+09ctAA+eQ7iCNSPFiVQLgRvCN+1vO03fD+b5prc= -SIZE (toxic-0.8.2.tar.gz) = 1146526 +SHA256 (toxic-0.8.3.tar.gz) = l/JrosJXwQQ5/S/ygMqQw37SJdhvRnQKCPAv8uRFng4= +SIZE (toxic-0.8.3.tar.gz) = 1147100