<div dir="ltr"><div class="gmail_default"><font size="2">Forwarded for consideration to the hexedit maintainer<br></font></div><font size="2"><br></font><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><font size="2">---------- Forwarded message ---------<br>Da: <b class="gmail_sendername" dir="auto">Shahab Vahedi via SlackBuilds-users</b> <span dir="auto"><<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.org</a>></span><br>Date: ven 16 feb 2024 alle ore 09:53<br>Subject: [Slackbuilds-users] [PATCH] development/hexedit: Updated for version 1.6.<br>To: <<a href="mailto:slackbuilds-users@slackbuilds.org">slackbuilds-users@slackbuilds.org</a>><br>Cc: Shahab Vahedi <<a href="mailto:list%2Bsbo@vahedi.org">list+sbo@vahedi.org</a>><br></font></div><font size="2"><br><br>The current version (1.2.12) cannot even be built anymore, because<br>
that source version exists no more.<br></font>
<font size="2"><br>
Tested on a Slackware64 15.0 with the latest patches in. The lint<br>
results are OK both for the script and the package.<br></font>
<font size="2"><br>
Signed-off-by: Shahab Vahedi <<a href="mailto:list%2Bsbo@vahedi.org" target="_blank">list+sbo@vahedi.org</a>><br>
---<br>
development/hexedit/hexedit.S</font><font size="2">lackBuild | 9 ++++++---<br>
development/hexedit/<a href="http://hexedit.info" rel="noreferrer" target="_blank">hexedit.info</a> | 8 ++++----<br>
2 files changed, 10 insertions(+), 7 deletions(-)<br></font>
<font size="2"><br>
diff --git a/development/hexedit/hexedit.</font><font size="2">SlackBuild b/development/hexedit/hexedit.</font><font size="2">SlackBuild<br>
index 21381bcac0..33f3d82e5c 100644<br>
--- a/development/hexedit/hexedit.</font><font size="2">SlackBuild<br>
+++ b/development/hexedit/hexedit.</font><font size="2">SlackBuild<br>
@@ -27,7 +27,7 @@<br>
cd $(dirname $0) ; CWD=$(pwd)<br></font>
<font size="2"><br>
PRGNAM=hexedit<br>
-VERSION=${VERSION:-1.2.12}<br>
+VERSION=${VERSION:-1.6}<br>
BUILD=${BUILD:-1}<br>
TAG=${TAG:-_SBo}<br>
PKGTYPE=${PKGTYPE:-tgz}<br>
@@ -66,8 +66,8 @@ rm -rf $PKG<br>
mkdir -p $TMP $PKG $OUTPUT<br>
cd $TMP<br>
rm -rf $PRGNAM-$VERSION<br>
-tar xvf $CWD/$PRGNAM-$VERSION.src.tgz<br>
-cd $PRGNAM<br>
+tar xvf $CWD/$VERSION.tar.gz<br>
+cd $PRGNAM-$VERSION<br>
chown -R root:root .<br>
find -L . \<br>
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \<br>
@@ -75,6 +75,7 @@ find -L . \<br>
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \<br>
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;<br></font>
<font size="2"><br>
+./autogen.sh<br>
CFLAGS="$SLKCFLAGS" \<br>
CXXFLAGS="$SLKCFLAGS" \<br>
./configure \<br>
@@ -103,6 +104,8 @@ DOCS="COPYING Changes TODO"<br>
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION<br>
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION<br>
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/</font><font size="2">$PRGNAM.SlackBuild<br>
+# TODO file is empty in version 1.6<br>
+test -s $PKG/usr/doc/$PRGNAM-$VERSION/</font><font size="2">TODO || rm $PKG/usr/doc/$PRGNAM-$VERSION/</font><font size="2">TODO<br></font>
<font size="2"><br>
mkdir -p $PKG/install<br>
cat $CWD/slack-desc > $PKG/install/slack-desc<br>
diff --git a/development/hexedit/<a href="http://hexedit.info" rel="noreferrer" target="_blank">hexedit.info</a> b/development/hexedit/<a href="http://hexedit.info" rel="noreferrer" target="_blank">hexedit.info</a><br>
index 111b69d3b3..c4cd5ac420 100644<br>
--- a/development/hexedit/<a href="http://hexedit.info" rel="noreferrer" target="_blank">hexedit.info</a><br>
+++ b/development/hexedit/<a href="http://hexedit.info" rel="noreferrer" target="_blank">hexedit.info</a><br>
@@ -1,8 +1,8 @@<br>
PRGNAM="hexedit"<br>
-VERSION="1.2.12"<br>
-HOMEPAGE="<a href="http://prigaux.chez.com/hexedit.html" rel="noreferrer" target="_blank">http://prigaux.chez.com/hexedit.html</a>"<br>
-DOWNLOAD="<a href="http://rigaux.org/hexedit-1.2.12.src.tgz" rel="noreferrer" target="_blank">http://rigaux.org/hexedit-1.2.12.src.tgz</a>"<br>
-MD5SUM="0d2f48610006278cd9335</font><font size="2">9fea9a06d5c"<br>
+VERSION="1.6"<br>
+HOMEPAGE="<a href="https://rigaux.org/hexedit.html" rel="noreferrer" target="_blank">https://rigaux.org/hexedit.html</a>"<br>
+DOWNLOAD="<a href="https://github.com/pixel/hexedit/archive/1.6.tar.gz" rel="noreferrer" target="_blank">https://github.com/pixel/hexedit/archive/1.6.tar.gz</a>"<br>
+MD5SUM="9b5849759dbda9ab25ec2</font><font size="2">2818c16e970"<br>
DOWNLOAD_x86_64=""<br>
MD5SUM_x86_64=""<br>
REQUIRES=""<br>
-- <br>
2.35.8</font><font size="2"><br></font>
</div></div>