Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2019 08:13:44 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Mark Linimon <linimon@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r506498 - in head: devel/py-lxml editors/encryptpad games/lpairs graphics/comical lang/harbour mail/archiveopteryx mail/archiveopteryx-devel multimedia/oscam news/nget
Message-ID:  <36ja-ea1z-wny@FreeBSD.org>
In-Reply-To: <8st2-ea3p-wny@FreeBSD.org> (Jan Beich's message of "Sat, 13 Jul 2019 08:12:42 %2B0200")
References:  <201907130007.x6D07Z4Z010235@repo.freebsd.org> <8st2-ea3p-wny@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jan Beich <jbeich@FreeBSD.org> writes:

> Mark Linimon <linimon@FreeBSD.org> writes:
>
>> Modified: head/devel/py-lxml/Makefile
>> ==============================================================================
>> --- head/devel/py-lxml/Makefile	Fri Jul 12 23:58:22 2019	(r506497)
>> +++ head/devel/py-lxml/Makefile	Sat Jul 13 00:07:35 2019	(r506498)
>> @@ -13,7 +13,7 @@ COMMENT=	Pythonic binding for the libxml2 and libxslt 
>>  LICENSE=	BSD3CLAUSE
>>  LICENSE_FILE=	${WRKSRC}/doc/licenses/BSD.txt
>>  
>> -USES=		gnome python uniquefiles:dirs
>> +USES=		compiler gnome python uniquefiles:dirs
>>  USE_GNOME=	libxml2 libxslt
>>  USE_PYTHON=	autoplist concurrent distutils
>>  
>> @@ -35,8 +35,8 @@ post-install-DOCS-on:
>>  
>>  .include <bsd.port.pre.mk>
>>  
>> -# on gcc-based architectures, use modern GCC due to use of #pragma
>> -.if ${ARCH} == mips || ${ARCH} == mips64 || ${ARCH} == powerpc ||
>> ${ARCH} == powerpc64 || ${ARCH} == powerpcspe || ${ARCH} == sparc64
>> +# if using gcc, force modern GCC due to use of #pragma
>> +.if ${CHOSEN_COMPILER_TYPE} == gcc
>>  USE_GCC=	yes
>>  .endif
>
> Why not simplify to USES=compiler:c11 ?

Sorry, I haven't read other replies before doing mine. ;\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36ja-ea1z-wny>