Hi, Here is a diff to update net/tintin++ to 2.02.12. A change between 2.02.03 and 2.02.04 with the Makefile that introduced a need to use GNU make.
List of changes is here: https://tintin.mudhalla.net/news.php Thanks, Tom Index: Makefile =================================================================== RCS file: /cvs/ports/net/tintin++/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- Makefile 7 Mar 2020 14:11:32 -0000 1.25 +++ Makefile 24 Dec 2021 13:09:26 -0000 @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.25 2020/03/07 14:11:32 bcallah Exp $ +# $OpenBSD: Makefile,v 1.25 2020/03/07 14:11:32 bcallah Exp $ COMMENT = client program for playing muds with advanced features -DISTNAME = tintin-2.01.92 +DISTNAME = tintin-2.02.12 CATEGORIES = net games HOMEPAGE = https://tintin.sourceforge.io/ @@ -22,6 +22,8 @@ CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE LDFLAGS="-L${LOCALBASE}/lib" MAKE_FLAGS = INCS=-I${LOCALBASE}/include + +USE_GMAKE = Yes WRKDIST = ${WRKDIR}/tt/src NO_TEST = Yes Index: distinfo =================================================================== RCS file: /cvs/ports/net/tintin++/distinfo,v retrieving revision 1.9 diff -u -p -r1.9 distinfo --- distinfo 7 Mar 2020 14:11:32 -0000 1.9 +++ distinfo 24 Dec 2021 13:09:26 -0000 @@ -1,2 +1,2 @@ -SHA256 (tintin-2.01.92.tar.gz) = M4bUmBDy28Fi+JDya7geOAevNHU9ek6tZMxA6EXLqEU= -SIZE (tintin-2.01.92.tar.gz) = 666084 +SHA256 (tintin-2.02.12.tar.gz) = tvn9TywefNyM/0Fy16gAFJYbA5Q4DO2RgiCdw014GgA= +SIZE (tintin-2.02.12.tar.gz) = 2156614