Skip to Content.
Sympa Menu

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

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 (72cbafbb8a18e16209a75f07cf6b8b34aecca131)
  • Date: Tue, 8 Nov 2022 18:00:06 +0000

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

http/dillo/BUILD | 8 +++-----
http/dillo/HISTORY | 3 +++
net/openntpd/BUILD | 6 ++----
net/openntpd/HISTORY | 3 +++
science/octave/DEPENDS | 4 ++++
science/octave/DETAILS | 4 ++--
science/octave/HISTORY | 4 ++++
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 3 +++
9 files changed, 25 insertions(+), 12 deletions(-)

New commits:
commit 72cbafbb8a18e16209a75f07cf6b8b34aecca131
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

octave: Add missing opt dep on texlive

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

octave 7.3.0

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

openntpd: Use -fcommon instead of -Wl,--allow-multiple-definition

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

dillo: Use -fcommon instead of -Wl,--allow-multiple-definition

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

wine 7.0.1 (stable)

diff --git a/http/dillo/BUILD b/http/dillo/BUILD
index ff74e13..51d3855 100755
--- a/http/dillo/BUILD
+++ b/http/dillo/BUILD
@@ -1,6 +1,4 @@
-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 &&
+OPTS="$OPTS $DILLO_OPTS" &&
+# Needed for GCC 10.x+
+CFLAGS+=" -fcommon" &&
default_build
diff --git a/http/dillo/HISTORY b/http/dillo/HISTORY
index 0cfc99f..73dcfa5 100644
--- a/http/dillo/HISTORY
+++ b/http/dillo/HISTORY
@@ -1,3 +1,6 @@
+2022-11-08 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Use -fcommon instead of -Wl,--allow-multiple-definition
+
2022-05-30 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, patches/fix-OpenSSL-1.1-detection.patch:
fixed build against OpenSSL 1.1 API
diff --git a/net/openntpd/BUILD b/net/openntpd/BUILD
index 96497ba..dfe3fde 100755
--- a/net/openntpd/BUILD
+++ b/net/openntpd/BUILD
@@ -3,8 +3,6 @@ create_account ntp &&
OPTS="--with-privsep-user=ntp \
$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 &&
+# Needed for GCC 10.x+
+CFLAGS+=" -fcommon" &&
default_build
diff --git a/net/openntpd/HISTORY b/net/openntpd/HISTORY
index 4caa147..365ffc7 100644
--- a/net/openntpd/HISTORY
+++ b/net/openntpd/HISTORY
@@ -1,3 +1,6 @@
+2022-11-08 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Use -fcommon instead of -Wl,--allow-multiple-definition
+
2021-05-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 6.8p1

diff --git a/science/octave/DEPENDS b/science/octave/DEPENDS
index 8c3f04a..75304ad 100755
--- a/science/octave/DEPENDS
+++ b/science/octave/DEPENDS
@@ -2,6 +2,10 @@ depends -sub FORTRAN gcc &&
depends lapack &&
depends pcre &&

+optional_depends texlive \
+ --{enable,disable}-docs \
+ 'for building the documentation' &&
+
# I want optional_depends "qtbase qttools" ...
optional_depends qtbase "" "--without-qt" "for Qt GUI" &&
if is_depends_enabled $SPELL qtbase; then
diff --git a/science/octave/DETAILS b/science/octave/DETAILS
index 8afff1f..54fb257 100755
--- a/science/octave/DETAILS
+++ b/science/octave/DETAILS
@@ -1,6 +1,6 @@
SPELL=octave
- VERSION=6.3.0
-
SOURCE_HASH=sha512:d0c6480810b59dc5193ade32c7d0358314904c30666e233abb48d43c984f86d7256291dfefc0724d1b58afaac236e751447554ac35c812189a46ce2898624b80
+ VERSION=7.3.0
+
SOURCE_HASH=sha512:1399d7010cbd4e83d6dc60ab8cc2abb20e64a762e905a00066e6331c5350df93b4ff8f2670fd52fc183918cea21bc176cb263ca71080de6e4041f5e0ea21558e
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/science/octave/HISTORY b/science/octave/HISTORY
index 405f1b4..98f6257 100644
--- a/science/octave/HISTORY
+++ b/science/octave/HISTORY
@@ -1,3 +1,7 @@
+2022-11-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 7.3.0
+ * DEPENDS: added missing optional dep on texlive
+
2021-07-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: updated spell to 6.3.0

diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index c0f196b..017d07e 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -2,7 +2,7 @@
SPELL=wine
case "$WINE_BRANCH" in
(devel) VERSION=7.20;;
-(stable) VERSION=7.0 PATCHLEVEL=1;;
+(stable) VERSION=7.0.1;;
esac; case "$WINE_BRANCH" in
(scm)
VERSION=$(get_scm_version)
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index cfc4050..95c9b67 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2022-11-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated WINE_BRANCH=stable to 7.0.1
+
2022-11-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated WINE_BRANCH=devel to 7.20




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (72cbafbb8a18e16209a75f07cf6b8b34aecca131), Ismael Luceno, 11/08/2022

Archive powered by MHonArc 2.6.24.

Top of Page