Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 2021 09:37:15 GMT
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b1ee554266f - main - Cleanup executable bits, prompted by 9e1d7c39a1fa.
Message-ID:  <202104080937.1389bFf6058451@gitrepo.freebsd.org>

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

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

commit 0b1ee554266f293671f46121f61a0a367298749d
Author:     Mathieu Arnold <mat@FreeBSD.org>
AuthorDate: 2021-04-08 09:36:35 +0000
Commit:     Mathieu Arnold <mat@FreeBSD.org>
CommitDate: 2021-04-08 09:36:35 +0000

    Cleanup executable bits, prompted by 9e1d7c39a1fa.
---
 Mk/Scripts/sed_checked.sh                | 0
 Mk/bsd.port.mk                           | 2 +-
 Tools/scripts/pkg-stash/pkg-list.sh      | 0
 net-p2p/py-libtorrent-rasterbar/files/b2 | 3 ---
 4 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/Mk/Scripts/sed_checked.sh b/Mk/Scripts/sed_checked.sh
old mode 100755
new mode 100644
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index bc0c2005607f..74a0954f9cc0 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -2020,7 +2020,7 @@ MAKE_ENV+=		LANG=${USE_LOCALE} LC_ALL=${USE_LOCALE}
 # invalid.
 REINPLACE_ARGS?=	-i.bak
 .if defined(DEVELOPER)
-REINPLACE_CMD?=	${SETENV} WRKSRC=${WRKSRC} REWARNFILE=${REWARNFILE} ${SCRIPTSDIR}/sed_checked.sh
+REINPLACE_CMD?=	${SETENV} WRKSRC=${WRKSRC} REWARNFILE=${REWARNFILE} ${SH} ${SCRIPTSDIR}/sed_checked.sh
 .else
 REINPLACE_CMD?=	${SED} ${REINPLACE_ARGS}
 .endif
diff --git a/Tools/scripts/pkg-stash/pkg-list.sh b/Tools/scripts/pkg-stash/pkg-list.sh
old mode 100644
new mode 100755
diff --git a/net-p2p/py-libtorrent-rasterbar/files/b2 b/net-p2p/py-libtorrent-rasterbar/files/b2
deleted file mode 100755
index 3381c22472b5..000000000000
--- a/net-p2p/py-libtorrent-rasterbar/files/b2
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-$PREFIX/bin/b2 toolset=clang "$@"



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