svn commit: r466375 - in head/emulators: mame mess

Mathieu Arnold mat at FreeBSD.org
Wed Apr 4 09:12:16 UTC 2018


On Wed, Apr 04, 2018 at 06:31:54AM +0000, Jan Beich wrote:
> Danilo Egea Gondolfo <danilo at FreeBSD.org> writes:
> 
> >  .if ${OSVERSION} < 1100055
> > -USE_GCC=	6
> > +BUILD_DEPENDS+=	clang50:devel/llvm50
> > +CC=		clang50
> > +CXX=		clang++50
> >  .endif
> 
> This is identical to defining USES=compiler:c++14-lang.
> 
> > +USES=		compiler:c11 gmake jpeg pkgconfig python:2.7,build shebangfix
> >  USE_GITHUB=	yes
> >  GH_ACCOUNT=	mamedev
> >  GH_PROJECT=	mame				# explicit (master port)
> > @@ -28,10 +30,11 @@ OPTIONS_DEFINE=		DEBUG DOCS EXAMPLES
> >  .include <bsd.port.options.mk>
> [...]
> >  
> > -USES=		compiler:c11 gmake jpeg pkgconfig python:2.7,build shebangfix
> >  SHEBANG_FILES=	src/devices/cpu/m6502/m6502make.py \
> >  		src/devices/cpu/m6809/m6809make.py \
> >  		src/devices/cpu/mcs96/mcs96make.py \
> 
> USE_GITHUB often has its own block before USES.

Which goes against the policy, please do not do this.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180404/8faa72ce/attachment.sig>


More information about the svn-ports-head mailing list