Skip to Content.
Sympa Menu

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

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 (231d16907c82f4fc638743560c295896982d1c64)
  • Date: Wed, 19 Oct 2022 18:12:21 +0000

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

shell-term-fm/toybox/DETAILS | 4 ++--
shell-term-fm/toybox/HISTORY | 3 +++
xorg-app/xhost/BUILD | 6 +++++-
xorg-app/xhost/CONFIGURE | 8 +-------
xorg-app/xhost/DEPENDS | 7 ++++++-
xorg-app/xhost/DETAILS | 1 +
xorg-app/xhost/HISTORY | 5 +++++
7 files changed, 23 insertions(+), 11 deletions(-)

New commits:
commit 231d16907c82f4fc638743560c295896982d1c64
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xhost: Add support for libtirpc

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

xhost: Add missing dep on xtrans

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

toybox 0.8.8

diff --git a/shell-term-fm/toybox/DETAILS b/shell-term-fm/toybox/DETAILS
index c13bed6..43bec34 100755
--- a/shell-term-fm/toybox/DETAILS
+++ b/shell-term-fm/toybox/DETAILS
@@ -1,8 +1,8 @@
SPELL=toybox
- VERSION=0.8.7
+ VERSION=0.8.8
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/landley/${SPELL}/archive/refs/tags/$VERSION.tar.gz
-
SOURCE_HASH=sha512:c92dca6ab85ee1deeadc73174c0a474bd389a18962328149fc237a4252a62f308f4fd5b9b660ee3e3f3b4d2df603d45cf4fec920a656e18a92dc40cf6cc0edf1
+
SOURCE_HASH=sha512:7ddec34c486531aff6f5aea2313cbc1357b77803070af265c4c17fec94ff7b86909712386589746a9ddaf4df1d40e2cb8117fc1fa4febf11f83b4a41c0d500de
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://landley.net/toybox/";
LICENSE[0]=PD
diff --git a/shell-term-fm/toybox/HISTORY b/shell-term-fm/toybox/HISTORY
index a2d6434..4e32dbd 100644
--- a/shell-term-fm/toybox/HISTORY
+++ b/shell-term-fm/toybox/HISTORY
@@ -1,3 +1,6 @@
+2022-10-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.8
+
2022-05-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.8.7

diff --git a/xorg-app/xhost/BUILD b/xorg-app/xhost/BUILD
index 84b1cbb..708a77b 100755
--- a/xorg-app/xhost/BUILD
+++ b/xorg-app/xhost/BUILD
@@ -1,3 +1,7 @@
OPTS="$XHOST_OPTS $OPTS" &&
-
+if is_depends_enabled "$SPELL" libtirpc; then
+ CFLAGS+=" $(pkg-config libtirpc --cflags)" &&
+ LIBS+=" $(pkg-config libtirpc --libs)" &&
+ export LIBS
+fi &&
default_build
diff --git a/xorg-app/xhost/CONFIGURE b/xorg-app/xhost/CONFIGURE
index 416fc58..804c063 100755
--- a/xorg-app/xhost/CONFIGURE
+++ b/xorg-app/xhost/CONFIGURE
@@ -16,10 +16,4 @@ config_query_option XHOST_OPTS \
'Enable IPv6 support?' \
y \
'--enable-ipv6' \
- '--disable-ipv6' &&
-
-config_query_option XHOST_OPTS \
- 'Enable Secure RPC?' \
- y \
- '--enable-secure-rpc' \
- '--disable-secure-rpc'
+ '--disable-ipv6'
diff --git a/xorg-app/xhost/DEPENDS b/xorg-app/xhost/DEPENDS
index abd029b..0915f60 100755
--- a/xorg-app/xhost/DEPENDS
+++ b/xorg-app/xhost/DEPENDS
@@ -1,4 +1,9 @@
depends util-macros &&
+depends xtrans &&
depends libx11 &&
depends libxmu &&
-depends libxau
+depends libxau &&
+
+optional_depends libtirpc \
+ --{enable,disable}-secure-rpc \
+ 'for Secure RPC support'
diff --git a/xorg-app/xhost/DETAILS b/xorg-app/xhost/DETAILS
index a1044a4..7ed7f6f 100755
--- a/xorg-app/xhost/DETAILS
+++ b/xorg-app/xhost/DETAILS
@@ -1,5 +1,6 @@
SPELL=xhost
VERSION=1.0.8
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE2=$SOURCE.sig
diff --git a/xorg-app/xhost/HISTORY b/xorg-app/xhost/HISTORY
index 1429c8a..262c016 100644
--- a/xorg-app/xhost/HISTORY
+++ b/xorg-app/xhost/HISTORY
@@ -1,3 +1,8 @@
+2022-10-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added missing dep on xtrans
+ * CONFIGURE, DEPENDS, BUILD: added support for libtirpc
+ * DETAILS: PATCHLEVEL++
+
2019-02-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.8
* DETAILS: add gpg checking



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (231d16907c82f4fc638743560c295896982d1c64), Ismael Luceno, 10/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page