Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2020 11:00:37 -0700
From:      Ultima <ultima@ultimasbox.com>
To:        Yuri Victorovich <yuri@freebsd.org>
Cc:        ports-committers <ports-committers@freebsd.org>, svn-ports-all <svn-ports-all@freebsd.org>,  svn-ports-head <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r537052 - head/devel/oniguruma
Message-ID:  <CANJ8om5eA6EAgPgYz25UbYrtk4aOZmf6ABDGDS%2BSXrUqeMMYsw@mail.gmail.com>
In-Reply-To: <202005300703.04U73cW4038094@repo.freebsd.org>
References:  <202005300703.04U73cW4038094@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This patch version update (sigh) disabled the onigposix by default which
is required by libevhtp. Can we please enable this in ports by default or
create a flavor with it enabled?

Best regards,
Richard Gallamore

On Sat, May 30, 2020 at 12:03 AM Yuri Victorovich <yuri@freebsd.org> wrote:

> Author: yuri
> Date: Sat May 30 07:03:38 2020
> New Revision: 537052
> URL: https://svnweb.freebsd.org/changeset/ports/537052
>
> Log:
>   devel/oniguruma: Update 6.9.4 -> 6.9.5_rev1
>
> Modified:
>   head/devel/oniguruma/Makefile
>   head/devel/oniguruma/distinfo
>   head/devel/oniguruma/pkg-plist
>
> Modified: head/devel/oniguruma/Makefile
>
> ==============================================================================
> --- head/devel/oniguruma/Makefile       Sat May 30 06:58:32 2020
> (r537051)
> +++ head/devel/oniguruma/Makefile       Sat May 30 07:03:38 2020
> (r537052)
> @@ -2,10 +2,9 @@
>  # $FreeBSD$
>
>  PORTNAME=      oniguruma
> -DISTVERSION=   6.9.4
> +DISTVERSIONPREFIX=     v
> +DISTVERSION=   6.9.5_rev1
>  CATEGORIES=    devel textproc
> -MASTER_SITES=
> https://github.com/kkos/${PORTNAME}/releases/download/v${DISTVERSION}/
> -DISTNAME=
> <https://github.com/kkos/$%7BPORTNAME%7D/releases/download/v$%7BDISTVERSION%7D/-DISTNAME=>;
>     onig-${DISTVERSION}
>
>  MAINTAINER=    yuri@FreeBSD.org
>  COMMENT=       Regular expressions library compatible with POSIX/GNU/Perl
> @@ -14,6 +13,8 @@ LICENSE=      BSD2CLAUSE
>  LICENSE_FILE=  ${WRKSRC}/COPYING
>
>  USES=                  autoreconf pathfix libtool  # configure provided
> in the tarball breaks: https://github.com/kkos/oniguruma/issues/73
> +USE_GITHUB=            yes
> +GH_ACCOUNT=            kkos
>  GNU_CONFIGURE=         yes
>  CONFIGURE_ARGS=                --disable-static
>  PATHFIX_MAKEFILEIN=    Makefile.am
>
> Modified: head/devel/oniguruma/distinfo
>
> ==============================================================================
> --- head/devel/oniguruma/distinfo       Sat May 30 06:58:32 2020
> (r537051)
> +++ head/devel/oniguruma/distinfo       Sat May 30 07:03:38 2020
> (r537052)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1578254327
> -SHA256 (onig-6.9.4.tar.gz) =
> 4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53
> -SIZE (onig-6.9.4.tar.gz) = 908702
> +TIMESTAMP = 1590822080
> +SHA256 (kkos-oniguruma-v6.9.5_rev1_GH0.tar.gz) =
> e0c2212102fa4146c43b6c4f2f7727a84fd055cc2109c293d64298cef0c372b5
> +SIZE (kkos-oniguruma-v6.9.5_rev1_GH0.tar.gz) = 613016
>
> Modified: head/devel/oniguruma/pkg-plist
>
> ==============================================================================
> --- head/devel/oniguruma/pkg-plist      Sat May 30 06:58:32 2020
> (r537051)
> +++ head/devel/oniguruma/pkg-plist      Sat May 30 07:03:38 2020
> (r537052)
> @@ -1,6 +1,5 @@
>  bin/onig-config
>  include/oniggnu.h
> -include/onigposix.h
>  include/oniguruma.h
>  lib/libonig.so
>  lib/libonig.so.5
>



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