diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-01-15 20:46:21 +0100 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-01-16 14:29:18 +0100 |
| commit | 9156ab1ad373e5e7b8abae113d3b1eaed1733166 (patch) | |
| tree | 4c423e86437f58e4dfc934aa04f9a9fc3d705e08 | |
| parent | d684014586547914e8d28fd28d01bcb5ac3fcee7 (diff) | |
devel/loki: broken, deprecate
This is a support library for games/asc, which was removed from ports
in 2019. Last upstream change was 2009, he's dead jim. Also doesn't
build anywhere:
../include/loki/SmartPtr.h:1323:33: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
1323 | return OP::template Merge( rhs );
| ^
MFH: 2026Q1
(cherry picked from commit 490adcf00af5e517be9a6457d26a68a6bd259d94)
| -rw-r--r-- | devel/loki/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/loki/Makefile b/devel/loki/Makefile index 86bec1f7ab05..15e581aa758e 100644 --- a/devel/loki/Makefile +++ b/devel/loki/Makefile @@ -1,5 +1,6 @@ PORTNAME= loki PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}-lib/Loki/Loki%20${PORTVERSION} @@ -7,6 +8,10 @@ MAINTAINER= snnn119@gmail.com COMMENT= C++ library of common design patterns WWW= https://sourceforge.net/projects/loki-lib/ +BROKEN= error: a template argument list is expected after a name prefixed by the template keyword +DEPRECATED= dead upstream, sole consumer removed from tree long ago +EXPIRATION_DATE= 2026-03-31 + USES= gmake dos2unix USE_CXXSTD= c++14 USE_LDCONFIG= yes |
