Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 12:56:28 +0200
From:      Daniel Engberg <daniel.engberg.lists@pyret.net>
To:        Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 3a3b0e9e12ef - main - security/wolfssh: Update to  1.4.15
Message-ID:  <bbdf3f199a03a65bbde975ac8ea72bf0@mail.infomaniak.com>
In-Reply-To: <202402211519.41LFJmRK018112@gitrepo.freebsd.org>
References:  <202402211519.41LFJmRK018112@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2024-02-21T16:19:48.000+01:00, Po-Chuan Hsieh <sunpoet@FreeBSD.org> wrot=
e:
>  The branch main has been updated by sunpoet:
>=20
> URL: https://cgit.FreeBSD.org/ports/commit/?id=3D3a3b0e9e12efe4f7e860ded9=
6962cb5681305202
>=20
> commit 3a3b0e9e12efe4f7e860ded96962cb5681305202
> Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> AuthorDate: 2024-02-21 14:28:31 +0000
> Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> CommitDate: 2024-02-21 15:06:42 +0000
>=20
>     security/wolfssh: Update to 1.4.15
>    =20
>     Changes:        https://github.com/wolfSSL/wolfssh/releases
> ---
>  security/wolfssh/Makefile             | 13 ++++++-------
>  security/wolfssh/distinfo             |  6 +++---
>  security/wolfssh/files/patch-SIGWINCH | 21 +++++++++++++++++++++
>  3 files changed, 30 insertions(+), 10 deletions(-)
>=20
> diff --git a/security/wolfssh/Makefile b/security/wolfssh/Makefile
> index 77dd5d2cdc01..bf995ce37aec 100644
> --- a/security/wolfssh/Makefile
> +++ b/security/wolfssh/Makefile
> @@ -1,5 +1,5 @@
>  PORTNAME=3D=09wolfssh
> -DISTVERSION=3D=091.4.15
> +PORTVERSION=3D=091.4.15
>  CATEGORIES=3D=09security
>  MASTER_SITES=3D=09https://www.wolfssl.com/
> =20
> @@ -12,12 +12,7 @@ LICENSE=3D=09GPLv3
> =20
>  LIB_DEPENDS=3D=09libwolfssl.so:security/wolfssl
> =20
> -USES=3D=09=09libtool localbase zip
> -USE_LDCONFIG=3D=09yes
> -
> -GNU_CONFIGURE=3D=09yes
> -
> -INSTALL_TARGET=3D=09install-strip
> +USES=3D=09=09libtool localbase
> =20
>  CONFIGURE_ARGS=3D=09--disable-examples \
>  =09=09--enable-fwd \
> @@ -27,5 +22,9 @@ CONFIGURE_ARGS=3D=09--disable-examples \
>  =09=09--enable-shared=3Dyes \
>  =09=09--enable-shell \
>  =09=09--enable-static=3Dyes
> +GNU_CONFIGURE=3D=09yes
> +INSTALL_TARGET=3D=09install-strip
> +TEST_TARGET=3D=09check
> +USE_LDCONFIG=3D=09yes
> =20
>  .include <bsd.port.mk>;

Hi,

This partially broke the port,
"make test" fails because scripts/get-put.test requires bash (and USES=3D s=
hebangfix) and addtionally examples enabled).

Best regards,
Daniel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bbdf3f199a03a65bbde975ac8ea72bf0>