Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 20:45:55 -0700
From:      Cy Schubert <Cy.Schubert@cschubert.com>
To:        Piotr Kubaj <pkubaj@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r507528 - head/security/krb5-devel
Message-ID:  <201907290345.x6T3jtV8004690@slippy.cwsent.com>
In-Reply-To: <201907282008.x6SK8W16025473@repo.freebsd.org>
References:  <201907282008.x6SK8W16025473@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <201907282008.x6SK8W16025473@repo.freebsd.org>, Piotr Kubaj 
writes:
> Author: pkubaj
> Date: Sun Jul 28 20:08:31 2019
> New Revision: 507528
> URL: https://svnweb.freebsd.org/changeset/ports/507528
>
> Log:
>   security/krb5-devel: fix build with GCC-based architectures
>   
>   C11 compiler is necessary:
>   edwards25519_fiat.h:14: error: expected '=', ',', ';', 'asm' or '__attribut
> e__' before 'fiat_25519_int128'
>   
>   Approved by:    mentors (implicit approval)

This wasn't approved by maintainer.

As this is fixit, at least a heads up email would have been appreciated 
(as linimon@ does) -- and I would have given you additional things to 
check too.

>
> Modified:
>   head/security/krb5-devel/Makefile
>
> Modified: head/security/krb5-devel/Makefile
> =============================================================================
> =
> --- head/security/krb5-devel/Makefile	Sun Jul 28 19:44:26 2019	(r50752
> 7)
> +++ head/security/krb5-devel/Makefile	Sun Jul 28 20:08:31 2019	(r50752
> 8)
> @@ -29,8 +29,8 @@ USE_PERL5=		build
>  USE_LDCONFIG=		yes
>  USE_CSTD=		gnu99
>  GNU_CONFIGURE=		yes
> -USES=			autoreconf cpe gmake localbase perl5 libtool:bu
> ild \
> -			gssapi:bootstrap,mit pkgconfig ssl
> +USES=			autoreconf compiler:c11 cpe gmake localbase per
> l5 \
> +			libtool:build gssapi:bootstrap,mit pkgconfig ssl
>  CONFIGURE_ARGS?=	--enable-shared --without-system-verto \
>  			--disable-rpath --localstatedir="${PREFIX}/var"
>  CONFIGURE_ENV=		INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB
> }" YACC="${YACC}"
>


-- 
Cheers,
Cy Schubert <Cy.Schubert@cschubert.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.





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