Skip to Content.
Sympa Menu

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

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 (505e296b3aa2284a24787f52bec0e4ad03541350)
  • Date: Wed, 23 Dec 2020 23:23:21 +0000

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

http/dillo/BUILD | 4 ++++
http/dillo/HISTORY | 3 +++
xorg-driver/xf86-video-nouveau/DETAILS | 5 +----
xorg-driver/xf86-video-nouveau/HISTORY | 3 +++
4 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 505e296b3aa2284a24787f52bec0e4ad03541350
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dillo: Fix build with binutils 2.35+

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

xf86-video-nouveau: Switch to SOURCE_HASH

diff --git a/http/dillo/BUILD b/http/dillo/BUILD
index 4e14560..ff74e13 100755
--- a/http/dillo/BUILD
+++ b/http/dillo/BUILD
@@ -1,2 +1,6 @@
OPTS="$OPTS $DILLO_OPTS"
+# Allow multiple definitions for ld.bfd, required with binutils 2.35+
+if ! is_version_less $(installed_version binutils) 2.35; then
+ LDFLAGS+=" -Wl,--allow-multiple-definition"
+fi &&
default_build
diff --git a/http/dillo/HISTORY b/http/dillo/HISTORY
index a5d7d92..61259c7 100644
--- a/http/dillo/HISTORY
+++ b/http/dillo/HISTORY
@@ -1,3 +1,6 @@
+2020-12-23 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build with binutils 2.35+
+
2019-06-04 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl

diff --git a/xorg-driver/xf86-video-nouveau/DETAILS
b/xorg-driver/xf86-video-nouveau/DETAILS
index 93da04e..f868c2e 100755
--- a/xorg-driver/xf86-video-nouveau/DETAILS
+++ b/xorg-driver/xf86-video-nouveau/DETAILS
@@ -2,10 +2,7 @@
VERSION=1.0.16
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/driver/$SOURCE
- SOURCE2=$SOURCE.sig
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+
SOURCE_HASH=sha512:41b7839c37372660968ab7da2bc3d9feef3cab4e994d05d4ba6e59071f0d1b1f8d7dcdbcb15a42a375a556d28dc067f9ffe45d73c1d121ad307d199107ade3e0
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
WEB_SITE="https://nouveau.freedesktop.org";
LICENSE[0]=XCL
diff --git a/xorg-driver/xf86-video-nouveau/HISTORY
b/xorg-driver/xf86-video-nouveau/HISTORY
index 7ba48f0..eb99d05 100644
--- a/xorg-driver/xf86-video-nouveau/HISTORY
+++ b/xorg-driver/xf86-video-nouveau/HISTORY
@@ -1,3 +1,6 @@
+2020-12-23 Ismael Luceno <ismael AT iodev.co.uk>
+ * DETAILS: switched to SOURCE_HASH
+
2020-07-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: disable -fno-plt, -Wl,-z,now




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (505e296b3aa2284a24787f52bec0e4ad03541350), Ismael Luceno, 12/23/2020

Archive powered by MHonArc 2.6.24.

Top of Page