Hi,
X11/ion is currently broken. With x11/notion, we have the successor of
ion imported. Ion itself is unmaintained upstream since 2009.
Can we remove it?
If someone wants to keep it, the below diff makes it build again.
(compiles, but untested)
It was also missing nroff.
Best regards,
Stefan
Index: x11/ion/Makefile
===================================================================
RCS file: /cvs/ports/x11/ion/Makefile,v
retrieving revision 1.67
diff -u -p -u -p -r1.67 Makefile
--- x11/ion/Makefile 12 Jul 2019 20:51:14 -0000 1.67
+++ x11/ion/Makefile 14 Sep 2021 05:39:09 -0000
@@ -6,7 +6,7 @@ V= 20090110
DISTNAME= ion-3-${V}
PKGNAME= ion-${V}
CATEGORIES= x11
-REVISION= 4
+REVISION= 5
FIX_EXTRACT_PERMISSIONS=Yes
HOMEPAGE= http://modeemi.cs.tut.fi/~tuomov/ion/
@@ -29,5 +29,8 @@ NO_TEST= Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/system.mk
+ find ${WRKSRC} -name "*.c" \
+ -exec sed -i 's/#include "exports\.h"//g' "{}" +
+ sed -i 's/NROFF=.*/NROFF=mandoc/g' ${WRKSRC}/man/Makefile
.include <bsd.port.mk>