On Mon, March 21, 2016 00:38, Christian Weisgerber wrote:
> There are a number of ports that aren't linked to the build.
> I can't quite tell for which this is intentional and where it was
> simply forgotten:
>
> devel/rcs-fast-import
> games/quake2
> lang/compcert
> lang/php/7.0
> net/py-pcs
> sysutils/autossh
> www/mozilla-sync/*
> x11/kde4/kalzium
>
> Also a number of firefox and kde4 language files, but I assume those
> are intentional.
>
Looks like autossh was replaced by mistake:
--- Makefile 11 Dec 2015 00:44:06 -0000 1.367
+++ Makefile 6 Jan 2016 15:54:00 -0000 1.368
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.367 2015/12/11 00:44:06 jturner Exp $
+# $OpenBSD: Makefile,v 1.368 2016/01/06 15:54:00 ajacoutot Exp $
SUBDIR =
SUBDIR += accountsservice
@@ -8,7 +8,7 @@
SUBDIR += apcd
SUBDIR += apcupsd
SUBDIR += augeas
- SUBDIR += autossh
+ SUBDIR += awscli
SUBDIR += backuppc
SUBDIR += bacula
SUBDIR += bchunk
Adding it back.