Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2021 06:50:31 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b7d7e272bfbc - main - devel/pcre: resort Makefile
Message-ID:  <202106290650.15T6oVnB022203@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b7d7e272bfbc21e0ab468be517d203a381a60e85

commit b7d7e272bfbc21e0ab468be517d203a381a60e85
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2021-06-29 06:50:17 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2021-06-29 06:50:17 +0000

    devel/pcre: resort Makefile
---
 devel/pcre/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 645996e70a49..43505c130066 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -12,17 +12,20 @@ COMMENT=	Perl Compatible Regular Expressions library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		${USES_${ARCH}} cpe libtool pathfix tar:bzip2
+USES=			${USES_${ARCH}} cpe libtool pathfix tar:bzip2
 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_sparc64=		compiler:c++11-lang
-USE_LDCONFIG=	yes
+USE_LDCONFIG=		yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-utf --enable-unicode-properties \
-		--enable-pcre8 --enable-pcre16 --enable-pcre32
+CONFIGURE_ARGS=	--enable-pcre16 \
+		--enable-pcre32 \
+		--enable-pcre8 \
+		--enable-unicode-properties \
+		--enable-utf
 
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106290650.15T6oVnB022203>