svn commit: r501674 - in head/sysutils/slurm-wlm: . files

Tobias Kortkamp tobik at freebsd.org
Wed May 15 04:32:06 UTC 2019


On Wed, May 15, 2019 at 01:34:42AM +0000, Jason W. Bacon wrote:
> Author: jwb
> Date: Wed May 15 01:34:42 2019
> New Revision: 501674
> URL: https://svnweb.freebsd.org/changeset/ports/501674
> 
> Log:
>   sysutils/slurm-wlm: Upgrade to 18.08.7
>   
>   Improve default settings for FreeBSD
>   
>   Reviewed by:    jrm
>
> @@ -20,27 +17,27 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c \
>  		libmunge.so:security/munge \
>  		liblz4.so:archivers/liblz4
>  
> -USERS=		slurm
> -GROUPS=		${USERS}
> -
> -USES=		gmake libtool pkgconfig python:build readline:port shebangfix \
> -		ssl tar:bz2
> +USES=		compiler:c11 gmake gnome libtool lua pkgconfig python:build \
> +		readline:port shebangfix ssl tar:bz2
>  USE_LDCONFIG=	yes
>  USE_PERL5=	configure
> [...]  
> +.include <bsd.port.pre.mk>
> +
> +# Force newer GCC on platforms using GCC 4.2 as base
> +.if ${CHOSEN_COMPILER_TYPE} == gcc
> +USE_GCC=	yes
> +.endif

Why?  USES=compiler:c11 should already be enough to get a newer
compiler.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190515/87170376/attachment-0001.sig>


More information about the svn-ports-all mailing list