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

Tobias Kortkamp tobik at freebsd.org
Sat May 18 23:51:25 UTC 2019


On Wed, May 15, 2019 at 06:31:57AM +0200, Tobias Kortkamp wrote:
> 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.

Will you remove the USE_GCC bits here too now that it was removed
from biology/gemma?
-------------- 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/20190519/406ead0d/attachment.sig>


More information about the svn-ports-all mailing list