Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3c0f1d9a3590bd96322534bbd9b1bf1bbfad9fca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3c0f1d9a3590bd96322534bbd9b1bf1bbfad9fca)
  • Date: Wed, 29 May 2019 10:31:45 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

smgl/simpleinit-msb/PRE_BUILD | 6 ++++--
utils/whohas/DEPENDS | 2 +-
utils/whohas/DETAILS | 2 +-
utils/whohas/HISTORY | 4 ++++
4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 3c0f1d9a3590bd96322534bbd9b1bf1bbfad9fca
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

whohas: SOURCE_URL and typo in DEPENDS

commit 32b845650748f15faf8446e342aac095c28f81a5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

simpleinit-msb: Fix flag setup for sysvtools/Makefile

commit f2543fd4baca197900ec9a58be86417047853b52
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

simpleinit-msb: Simplify editing of login-utils/Makefile

diff --git a/smgl/simpleinit-msb/PRE_BUILD b/smgl/simpleinit-msb/PRE_BUILD
index 27c82ab..0644d79 100755
--- a/smgl/simpleinit-msb/PRE_BUILD
+++ b/smgl/simpleinit-msb/PRE_BUILD
@@ -13,7 +13,9 @@ patch -p1 <
"$SPELL_DIRECTORY/simpleinit-ftbfs-define-enoictlcmd.patch" &&
message "${MESSAGE_COLOR}Applying glibc 2.28 patch...${DEFAULT_COLOR}" &&
patch -p1 < "$SPELL_DIRECTORY"/glibc-2.28.patch &&

+sedit '/^LDFLAGS[\t ]*=/d;/^CFLAGS[\t ]*=/s/=.*/+= -D_GNU_SOURCE/' \
+ sysvtools/Makefile &&
+
if [[ $SIMPLEINIT_STATIC == y ]]; then
- sedit 's#shutdown: shutdown.o $(LIB)/my_reboot.o
$(LIB)/xstrncpy.o#shutdown: shutdown.o $(LIB)/my_reboot.o
$(LIB)/xstrncpy.o\n\t$(CC) $(LDFLAGS) -o $@ $^#' login-utils/Makefile &&
- sedit 's:$(CC) $(LDFLAGS):$(CC) -static $(LDFLAGS):g' login-utils/Makefile
+ sedit '/^shutdown:/a\t$(CC) -static $(LDFLAGS) -o $@ $^'
login-utils/Makefile
fi
diff --git a/utils/whohas/DEPENDS b/utils/whohas/DEPENDS
index a4f7f12..ac0e4d9 100755
--- a/utils/whohas/DEPENDS
+++ b/utils/whohas/DEPENDS
@@ -1,5 +1,5 @@
depends perl &&
-depneds perl-acme-damn &&
+depends perl-acme-damn &&
depends perl-forks &&
depends perl-sys-sigaction &&
depends list-moreutils &&
diff --git a/utils/whohas/DETAILS b/utils/whohas/DETAILS
index 295255c..9e69d8d 100755
--- a/utils/whohas/DETAILS
+++ b/utils/whohas/DETAILS
@@ -1,7 +1,7 @@
SPELL=whohas
VERSION=0.29.1
SOURCE=${SPELL}-${VERSION}.tar.gz
- SOURCE_URL[0]=http://www.philippwesche.org/200811/whohas/$SOURCE
+
SOURCE_URL[0]="https://github.com/$SPELL/$SPELL/releases/download/$VERSION/$SOURCE";

SOURCE_HASH=sha512:15ece8eeef4cbdf790efeb809cefa59d826e6f784b2f5375009d6eff30077617bc64d05596437b8281a472bf5877b15fd87df78c5367a8e0ee0c97f695906486
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.philippwesche.org/200811/whohas/intro.html
diff --git a/utils/whohas/HISTORY b/utils/whohas/HISTORY
index 5676957..b31e234 100644
--- a/utils/whohas/HISTORY
+++ b/utils/whohas/HISTORY
@@ -1,3 +1,7 @@
+2019-05-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Fixed typo
+ * DETAILS: Fixed SOURCE_URL[0]
+
2015-05-31 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Depends on perl-acme-damn, perl-forks, perl-sys-sigaction,
and list-moreutils.



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (3c0f1d9a3590bd96322534bbd9b1bf1bbfad9fca), Ismael Luceno, 05/29/2019

Archive powered by MHonArc 2.6.24.

Top of Page