head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.25.20.03.22; author ktnb; state Exp; branches; next ; commitid ctjTv63dLgo8l98G; desc @@ 1.1 log @Toxic is a Tox-based peer-to-peer messenger that provides end-to-end encrypted communications without the use of centralized servers. It supports text messaging, file sharing, 1-on-1 voice and video calls, private audio conferences, public and private text group chats, and a few built-in games you can play with your friends. Toxic requires no registration or setup, and is ready to use out of the box. Its interface is highly customizable to suit your preferences. @ text @$NetBSD$ binary will fail to link if we aren't expicit --- Makefile.orig 2025-01-09 14:41:43.000000000 +0000 +++ Makefile @@@@ -44,7 +44,7 @@@@ LDFLAGS += -lncursesw endif ifeq ($(UNAME_S), NetBSD) LIBS := $(filter-out ncursesw, $(LIBS)) -LDFLAGS += -lncursesw +LDFLAGS += -lncursesw -ltoxcore -lconfig -lcurl endif ifeq ($(UNAME_S), Darwin) -include $(CFG_DIR)/systems/Darwin.mk @