On Thu, Sep 13, 2018 at 01:18:57PM +0200, Rafael Sadowski wrote:
> New diff, it won't solve the test issue but it repairs some more
> EXTFILES.
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/shells/zsh/Makefile,v
> retrieving revision 1.88
> diff -u -p -u -p -r1.88 Makefile
> --- Makefile  21 Apr 2018 09:24:06 -0000      1.88
> +++ Makefile  13 Sep 2018 11:16:26 -0000
> @@ -2,7 +2,7 @@
>  
>  COMMENT=     Z shell, Bourne shell-compatible
>  
> -V=           5.5.1
> +V=           5.6.1
>  DISTNAME=    zsh-$V
>  CATEGORIES=  shells
>  
> @@ -10,8 +10,10 @@ MAINTAINER=        Pierre-Emmanuel Andre <pea@o
>  
>  HOMEPAGE=    https://www.zsh.org/
>  
> -MASTER_SITES=        ${MASTER_SITE_SOURCEFORGE:=zsh/}
> -MASTER_SITES+=       http://www.zsh.org/pub/
> +MASTER_SITES=        ${MASTER_SITE_SOURCEFORGE:=zsh/} \
> +             http://www.zsh.org/pub/
> +
> +EXTRACT_SUFX=        .tar.xz
>  
>  # BSD
>  PERMIT_PACKAGE_CDROM=        Yes
> @@ -23,15 +25,21 @@ LIB_DEPENDS=      converters/libiconv \
>  
>  AUTOCONF_VERSION=2.69
>  CONFIGURE_STYLE=autoconf
> -CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
> -                LDFLAGS="-L${LOCALBASE}/lib"
> -CONFIGURE_ARGS=      --enable-zsh-mem \
> +CONFIGURE_ENV=       CPPFLAGS="-I${LOCALBASE}/include" \
> +             LDFLAGS="-L${LOCALBASE}/lib"
> +
> +CONFIGURE_ARGS=      --enable-fndir=${LOCALBASE}/share/zsh/$V/functions \
> +             --enable-scriptdir=${LOCALBASE}/share/zsh/$V/scripts \
> +             --docdir=${LOCALBASE}/share/doc/zsh/$V \
> +             --htmldir=${LOCALBASE}/share/doc/zsh/html/$V \

I don't see what problem this change fixes; if there isn't a problem,
why rearrange the chairs?

Also 5.6.2 is due out tomorrow, so should probably wait for that now.

- Matthew Martin

Reply via email to