svn commit: r549825 - head/devel/pcre

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 19:14:28 UTC 2020


Author: linimon
Date: Wed Sep 23 19:14:27 2020
New Revision: 549825
URL: https://svnweb.freebsd.org/changeset/ports/549825

Log:
  Canonicalize USES across all powerpc variants.
  
  As a result, prettify.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Wed Sep 23 19:10:31 2020	(r549824)
+++ head/devel/pcre/Makefile	Wed Sep 23 19:14:27 2020	(r549825)
@@ -14,10 +14,11 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
 USES=		${USES_${ARCH}} cpe libtool pathfix tar:bzip2
-USES_powerpc=	compiler:c++11-lang
+USES_powerpc=		compiler:c++11-lang
+USES_powerpc64=		compiler:c++11-lang
+USES_powerpc64le=	compiler:c++11-lang
 USES_powerpcspe=	compiler:c++11-lang
-USES_powerpc64=	compiler:c++11-lang
-USES_sparc64=	compiler:c++11-lang
+USES_sparc64=		compiler:c++11-lang
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list