Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2020 08:17:13 +0200
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Rodrigo Osorio <rodrigo@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r531797 - in head: . net-im net-im/sshout net-im/sshout/files
Message-ID:  <698e5d76-b87b-9d42-35dc-237484a7486c@FreeBSD.org>
In-Reply-To: <202004152145.03FLj43Y046685@repo.freebsd.org>
References:  <202004152145.03FLj43Y046685@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 4/15/20 11:45 PM, Rodrigo Osorio wrote:
> Author: rodrigo
> Date: Wed Apr 15 21:45:03 2020
> New Revision: 531797
> URL: https://svnweb.freebsd.org/changeset/ports/531797
>
> Log:
>    New port net-im/sshout: Instant-messaging solution based on SSH
...
> Added: head/net-im/sshout/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/net-im/sshout/Makefile	Wed Apr 15 21:45:03 2020	(r531797)
...
> +CPPFLAGS+=	-I${LOCALBASE}/include
> +LDFLAGS+=	-L${LOCALBASE}/lib
This could probably be USES=localbase:ldflags
> +
> +MAKE_ENV=	LIBEXECDIR=\${PREFIX}/libexec \
> +		MANDIR=\${PREFIX}/man
PREFIX/share/man/ is fine as well and probably the default.
> Added: head/net-im/sshout/pkg-message
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/net-im/sshout/pkg-message	Wed Apr 15 21:45:03 2020	(r531797)
> @@ -0,0 +1,8 @@
> +#### NOTES OF SSHOUT
> +In order to start sshout service you need some more configuration:
> +
> +# sysrc -f /etc/rc.conf sshout_enable="YES"
> +
> +If you installed SSHOUT for the first time, use sshoutcfg(8) to add users.
> +You must have SSH server running and accepting public key authentication.
> +#### END

This should probably be converted to the UCL format.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698e5d76-b87b-9d42-35dc-237484a7486c>