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

Jason Bacon bacon4000 at gmail.com
Sun May 19 00:09:12 UTC 2019


On 2019-05-18 18:51, Tobias Kortkamp wrote:
> 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?
Yeah, I think I could.

I'm going to recheck all my ports with USE_GCC sometime next week.

Thanks for the heads-up.

-- 
Earth is a beta site.



More information about the svn-ports-all mailing list