Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 18:51:25 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e6d6b20bca2b - main - Mk/bsd.gecko.mk: Fix indentation
Message-ID:  <202308221851.37MIpPSq063749@gitrepo.freebsd.org>

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

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

commit e6d6b20bca2baa907dd03e804efb6c27c1e62663
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-08-22 18:36:37 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-08-22 18:51:20 +0000

    Mk/bsd.gecko.mk: Fix indentation
    
    [pre-commit] ERROR: bsd.gecko.mk is not properly indented -- please
    use /tmp/check_indentations-bsd.gecko.mk.n87gemd4sB/bsd.gecko.mk which
    was created using Tools/scripts/indent_make_if.pl
    
    Reported by:    'check_mk_indentations' pre-commit hook
---
 Mk/bsd.gecko.mk | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index 6f639b6928f1..ecac2bfaee03 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -62,15 +62,15 @@ MOZILLA_BIN?=	${PORTNAME}-bin
 MOZILLA_EXEC_NAME?=${MOZILLA}
 USES+=		compiler:c++17-lang cpe gl gmake gnome iconv localbase pkgconfig \
 			python:build desktop-file-utils
-.if ${MOZILLA_VER:R:R} < 115
+.    if ${MOZILLA_VER:R:R} < 115
 USES+=		perl5
-.endif
+.    endif
 CPE_VENDOR?=mozilla
 USE_GL=		gl
 USE_GNOME=	cairo gdkpixbuf2 gtk30
-.if ${MOZILLA_VER:R:R} < 115
+.    if ${MOZILLA_VER:R:R} < 115
 USE_PERL5=	build
-.endif
+.    endif
 USE_XORG=	x11 xcb xcomposite xdamage xext xfixes xrandr xrender xt xtst
 HAS_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes
@@ -89,9 +89,9 @@ LIB_DEPENDS+=	libepoll-shim.so:devel/libepoll-shim
 MOZ_EXPORT+=	${CONFIGURE_ENV} \
 				PYTHON3="${PYTHON_CMD}" \
 				RUSTFLAGS="${RUSTFLAGS}"
-.if ${MOZILLA_VER:R:R} < 115
+.    if ${MOZILLA_VER:R:R} < 115
 MOZ_EXPORT+=	 PERL="${PERL}"
-.endif
+.    endif
 MOZ_OPTIONS+=	--prefix="${PREFIX}"
 MOZ_MK_OPTIONS+=MOZ_OBJDIR="${BUILD_WRKSRC}"
 



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