Skip to Content.
Sympa Menu

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

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 (1a6357a74e3ff7ae82c7f360ee7a44b457e1fdd2)
  • Date: Thu, 28 May 2020 16:49:59 +0000

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

crypto/tomb/DETAILS |
8 +-
crypto/tomb/HISTORY |
3
devel/ccl/DETAILS |
7 +
devel/ccl/HISTORY |
3
qt5/qtbase/HISTORY |
5 +
qt5/qtbase/patches/0001-corelib-Fix-memory_resource-feature-check.patch |
18 ++++
qt5/qtbase/qtbase |
39 ----------
7 files changed, 39 insertions(+), 44 deletions(-)

New commits:
commit 1a6357a74e3ff7ae82c7f360ee7a44b457e1fdd2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qtbase: Fix build on non-glibc systems

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

ccl: Add long description

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

tomb 2.7

diff --git a/crypto/tomb/DETAILS b/crypto/tomb/DETAILS
index 392b6e9..94f278c 100755
--- a/crypto/tomb/DETAILS
+++ b/crypto/tomb/DETAILS
@@ -1,9 +1,9 @@
SPELL=tomb
- VERSION=2.2
- SOURCE="$SPELL-$VERSION.tar.gz"
+ VERSION=2.7
+ SOURCE="Tomb-$VERSION.tar.gz"
SOURCE_URL[0]=https://files.dyne.org/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:11723f1cccc75ffe64156b1f26ee7095a0147b48e05c58e98ea0fac933e9f7e5884c705a10dd4416338bab443c56902435709de85e313a053fe61883631e1290
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_HASH=sha512:dbe9d7e2658ca787ba267a1a43065ce5d8af79699e166226b863b0867813a1b6434e08b4a076e9710b20ce52d20e29bc04266dc4ba76a8f5c51a34ac80743240
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Tomb-$VERSION"
GATHER_DOCS=no
WEB_SITE="https://www.dyne.org/software/tomb/";
LICENSE[0]="GPLv3+"
diff --git a/crypto/tomb/HISTORY b/crypto/tomb/HISTORY
index 5bd9689..916166a 100644
--- a/crypto/tomb/HISTORY
+++ b/crypto/tomb/HISTORY
@@ -1,3 +1,6 @@
+2020-05-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.7
+
2016-06-24 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS: spell created
* DEPENDS: updated dependencies
diff --git a/devel/ccl/DETAILS b/devel/ccl/DETAILS
index 215d659..a458080 100755
--- a/devel/ccl/DETAILS
+++ b/devel/ccl/DETAILS
@@ -14,5 +14,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="lisp compiler devel"
SHORT="Clozure Common Lisp interpreter and compiler"
cat << EOF
-FIXME
+Clozure CL is a fast, mature, open source Common Lisp implementation that
runs
+on Linux, Mac OS X, FreeBSD, and Windows.
+
+Clozure CL compiles to native code and supports native OS multithreading,
+includes a two-way foreign-function interface, and can create standalone
+executables on all supported platforms.
EOF
diff --git a/devel/ccl/HISTORY b/devel/ccl/HISTORY
index 409afe7..af2f8f9 100644
--- a/devel/ccl/HISTORY
+++ b/devel/ccl/HISTORY
@@ -1,3 +1,6 @@
+2020-05-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Added long description
+
2020-05-14 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DETAILS, DEPENDS, INSTALL, PRE_BUILD, PROVIDES,
patches/musl-fixes.patch, patches/nopie.patch: spell created
diff --git a/qt5/qtbase/HISTORY b/qt5/qtbase/HISTORY
index 6b221c1..098247f 100644
--- a/qt5/qtbase/HISTORY
+++ b/qt5/qtbase/HISTORY
@@ -1,3 +1,8 @@
+2020-05-28 Ismael Luceno <ismael AT sourcemage.org>
+ * qtbase: removed, bogus file
+ * patches/0001-corelib-Fix-memory_resource-feature-check.patch:
+ Fixed build on non-glibc systems
+
2020-05-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.15.0
* DEPENDS: SSL => openssl
diff --git
a/qt5/qtbase/patches/0001-corelib-Fix-memory_resource-feature-check.patch
b/qt5/qtbase/patches/0001-corelib-Fix-memory_resource-feature-check.patch
new file mode 100644
index 0000000..60b2d0c
--- /dev/null
+++ b/qt5/qtbase/patches/0001-corelib-Fix-memory_resource-feature-check.patch
@@ -0,0 +1,18 @@
+From 9e3aee69c0ab82f264567aa1d1bb46c3240a932e Mon Sep 17 00:00:00 2001
+From: Ismael Luceno <ismael AT sourcemage.org>
+Date: Tue, 26 May 2020 20:28:18 +0200
+Subject: [PATCH] corelib: Fix memory_resource feature check
+
+diff --git a/src/corelib/tools/qduplicatetracker_p.h
b/src/corelib/tools/qduplicatetracker_p.h
+index 99068c01a335..7355da9ceb83 100644
+--- a/src/corelib/tools/qduplicatetracker_p.h
++++ b/src/corelib/tools/qduplicatetracker_p.h
+@@ -52,7 +52,7 @@
+
+ #include <qglobal.h>
+
+-#if QT_HAS_INCLUDE(<memory_resource>) && __cplusplus > 201402L
++#if defined __GLIBC__ && QT_HAS_INCLUDE(<memory_resource>) && __cplusplus >
201402L
+ # include <unordered_set>
+ # include <memory_resource>
+ #else
diff --git a/qt5/qtbase/qtbase b/qt5/qtbase/qtbase
deleted file mode 100644
index 3caea45..0000000
--- a/qt5/qtbase/qtbase
+++ /dev/null
@@ -1,39 +0,0 @@
-commit 9c6e5d4f71a21663632b3096715113f5ca5f16f9
-Author: Treeve Jelbert <treeve AT sourcemage.org>
-Date: Mon May 9 21:06:05 2011 +0200
-
- fix config tests for firebird & odbc
- fix linking wiht firebird
-
-diff --git a/config.tests/unix/ibase/ibase.pro
b/config.tests/unix/ibase/ibase.pro
-index 5878785..742a4e9 100644
---- a/config.tests/unix/ibase/ibase.pro
-+++ b/config.tests/unix/ibase/ibase.pro
-@@ -1,3 +1,3 @@
- SOURCES = ibase.cpp
- CONFIG -= qt dylib
--LIBS += -lgds
-+LIBS += -lfbclient
-diff --git a/config.tests/unix/odbc/odbc.pro
b/config.tests/unix/odbc/odbc.pro
-index 418a0e0..36ef890 100644
---- a/config.tests/unix/odbc/odbc.pro
-+++ b/config.tests/unix/odbc/odbc.pro
-@@ -1,4 +1,4 @@
- SOURCES = odbc.cpp
- CONFIG -= qt dylib
- win32-g++*:LIBS += -lodbc32
--else:LIBS += -lodbc
-+else:LIBS += -liodbc
-diff --git a/src/sql/drivers/ibase/qsql_ibase.pri
b/src/sql/drivers/ibase/qsql_ibase.pri
-index ef3b68d..3ad51ba 100644
---- a/src/sql/drivers/ibase/qsql_ibase.pri
-+++ b/src/sql/drivers/ibase/qsql_ibase.pri
-@@ -2,7 +2,7 @@ HEADERS += $$PWD/qsql_ibase_p.h
- SOURCES += $$PWD/qsql_ibase.cpp
-
- unix {
-- !contains(LIBS, .*gds.*):!contains(LIBS, .*libfb.*):LIBS += -lgds
-+ !contains(LIBS, .*gds.*):!contains(LIBS, .*fb.*):LIBS += -lfbclient
- } else {
- !contains(LIBS, .*gds.*):!contains(LIBS, .*fbclient.*) {
- LIBS += -lgds32_ms



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1a6357a74e3ff7ae82c7f360ee7a44b457e1fdd2), Ismael Luceno, 05/28/2020

Archive powered by MHonArc 2.6.24.

Top of Page