Date: Mon, 20 May 2019 18:47:57 -0500 From: Jason Bacon <bacon4000@gmail.com> To: Tobias Kortkamp <tobik@freebsd.org>, "Jason W. Bacon" <jwb@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r501674 - in head/sysutils/slurm-wlm: . files Message-ID: <0b30d700-20d0-65e0-8e36-f57082b36048@gmail.com> In-Reply-To: <8536da6a-e535-f57f-be6d-740e6b9442a2@gmail.com> References: <201905150134.x4F1Yg6a033297@repo.freebsd.org> <20190515043156.GA11843@urd.tobik.me> <20190518235120.GA29324@urd.tobik.me> <8536da6a-e535-f57f-be6d-740e6b9442a2@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-05-18 19:09, Jason Bacon wrote: > 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. > One other port with the same cruft, biology/fastp. Both fixed now. -- Earth is a beta site.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0b30d700-20d0-65e0-8e36-f57082b36048>