Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (923810bbc98121dacb056caa573afd73c4a10cce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (923810bbc98121dacb056caa573afd73c4a10cce)
  • Date: Fri, 16 Jul 2021 02:06:49 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/btrfs-progs/DETAILS | 2 +-
disk/btrfs-progs/HISTORY | 5 +++++
science/bc/DETAILS | 1 +
science/bc/HISTORY | 3 +++
utils/grep/DETAILS | 1 +
utils/grep/HISTORY | 3 +++
6 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 923810bbc98121dacb056caa573afd73c4a10cce
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

btrfs-progs: Updated to 5.11.1

5.12.1 and 5.13 require Linux kernel 5.14+ for linux/blkzoned.h to
provide blk_zone.capacity

commit b8602d8f4f8c3dc4a0a5a6bfa041d778f620d324
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "btrfs-progs: Updated to 5.13"

This reverts commit 283c10f74624161c0fd6885879eafb5a378648a2.

Requires Linux kernel 5.14+ for linux/blkzoned.h to provide
blk_zone.capacity

commit 20471b36642694fa6b2e76f5d8fcfb509a2003e2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

grep: Disable castfs otherwise install-info cannot find
/usr/share/info/dir

make[1]: Leaving directory '/usr/src/grep-3.6'
install-info: /usr/share/info/dir: could not read (No such file or
directory) and could not create (No such file or directory)

commit 6a7b04848a16e751675269d5587fb8c7f9439c28
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

bc: Disable castfs or install cannot find /usr/share/info/dir

make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/share/man/man1'
/bin/mkdir -p '/usr/share/info'
/bin/install -c -m 644 bc.1 dc.1 '/usr/share/man/man1'
/bin/install -c -m 644 ./bc.info ./dc.info '/usr/share/info'
install-info --info-dir='/usr/share/info' '/usr/share/info/bc.info'
/usr/share/info/dir: No such file or directory
install-info --info-dir='/usr/share/info' '/usr/share/info/dc.info'
install-info: /usr/share/info/dir: could not read (No such file or
directory) and could not create (No such file or directory)
make[2]: Leaving directory '/usr/src/bc-1.07.1/doc'

commit 91b85fa8a9f4b53146a15dee4daeafbfd2f551c6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

btrfs-progs: Updated to 5.13

diff --git a/disk/btrfs-progs/DETAILS b/disk/btrfs-progs/DETAILS
index 2c791cf..62c8d08 100755
--- a/disk/btrfs-progs/DETAILS
+++ b/disk/btrfs-progs/DETAILS
@@ -8,7 +8,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=5.10
+ VERSION=5.11.1
SOURCE=${SPELL}-v${VERSION}.tar.xz
SOURCE2=${SPELL}-v${VERSION}.tar.sign
SOURCE_GPG="btrfs.gpg:${SOURCE2}:UPSTREAM_HASH"
diff --git a/disk/btrfs-progs/HISTORY b/disk/btrfs-progs/HISTORY
index 77233d9..9799aeb 100644
--- a/disk/btrfs-progs/HISTORY
+++ b/disk/btrfs-progs/HISTORY
@@ -1,3 +1,8 @@
+2021-07-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 5.11.1
+ 5.12.1 and 5.13 require Linux kernel 5.14+
+ for linux/blkzoned.h to provide blk_zone.capacity
+
2021-02-03 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 5.10

diff --git a/science/bc/DETAILS b/science/bc/DETAILS
index 42bf15f..a5e7b7f 100755
--- a/science/bc/DETAILS
+++ b/science/bc/DETAILS
@@ -10,6 +10,7 @@
SOURCE_GPG="gnu.gpg:${SOURCE2}:UPSTREAM_KEY"
SOURCE2_IGNORE="signature"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ STAGED_INSTALL=off
DOC_DIRS=""
WEB_SITE=http://www.gnu.org/software/bc/bc.html
LICENSE[0]=GPL
diff --git a/science/bc/HISTORY b/science/bc/HISTORY
index 2d3aba6..6026e2f 100644
--- a/science/bc/HISTORY
+++ b/science/bc/HISTORY
@@ -1,3 +1,6 @@
+2021-07-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Disable castfs or install cannot find /usr/share/info/dir
+
2020-03-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1; don't gather docs in doc
* DEPENDS: removed ed
diff --git a/utils/grep/DETAILS b/utils/grep/DETAILS
index 20803d6..eef11c1 100755
--- a/utils/grep/DETAILS
+++ b/utils/grep/DETAILS
@@ -11,6 +11,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE2
SOURCE_GPG=gnu-verified.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
SOURCE2_IGNORE=signature
+ STAGED_INSTALL=off
WEB_SITE=https://www.gnu.org/software/grep/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/utils/grep/HISTORY b/utils/grep/HISTORY
index 4fde48a..57a0a8b 100644
--- a/utils/grep/HISTORY
+++ b/utils/grep/HISTORY
@@ -1,3 +1,6 @@
+2021-07-15 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Disable castfs otherwise install-info cannot find
/usr/share/info/dir
+
2021-03-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: PATCHLEVEL++ to propagate the
egrep/fgrep wrapper fix



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (923810bbc98121dacb056caa573afd73c4a10cce), Eric Sandall, 07/15/2021

Archive powered by MHonArc 2.6.24.

Top of Page