Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bc651caf44ad7810eeb99963e0618338bdc4b0d4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <vin.public AT gmail.com>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (bc651caf44ad7810eeb99963e0618338bdc4b0d4)
  • Date: Thu, 21 Jul 2016 15:17:48 -0400

Thanks for quick fix.

On Thu, Jul 21, 2016 at 06:46:47PM +0000, Treeve Jelbert wrote:
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

database/firebird3/DETAILS | 1 +
database/firebird3/HISTORY | 4 ++++
database/firebird3/INSTALL | 3 ++-
libs/libdrm/DEPENDS | 6 +++++-
libs/libdrm/DETAILS | 2 +-
libs/libdrm/HISTORY | 2 ++
6 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit bc651caf44ad7810eeb99963e0618338bdc4b0d4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libdrm - optional depends libxslt

commit 60fbf7584801fbee1042af6950170becad63ec92
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

firebird3: install some more include files

diff --git a/database/firebird3/DETAILS b/database/firebird3/DETAILS
index f460ec1..3184912 100755
--- a/database/firebird3/DETAILS
+++ b/database/firebird3/DETAILS
@@ -1,6 +1,7 @@
SPELL=firebird3
SPELLX=Firebird
VERSION=3.0.0.32483-0
+ PATCHLEVEL=1

SOURCE_HASH=sha512:17d170ce3ced3830a10fc7e517d5ef53d151c5affe9676485b7a860e94f68bbb5a003123fbcaa5fffc04b2d91aec161a8f3ef1ee2c0b197a8546904a4c6e6dee
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION}
SOURCE=${SPELLX}-$VERSION.tar.bz2
diff --git a/database/firebird3/HISTORY b/database/firebird3/HISTORY
index b51cce3..2d35afb 100644
--- a/database/firebird3/HISTORY
+++ b/database/firebird3/HISTORY
@@ -1,3 +1,7 @@
+2016-07-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * INSTALL: install some more include files
+
2016-07-09 Treeve Jelbert <treeve AT sourcemage.org>
* INSTALL: install one more symlink

diff --git a/database/firebird3/INSTALL b/database/firebird3/INSTALL
index 8993520..5ae14b4 100755
--- a/database/firebird3/INSTALL
+++ b/database/firebird3/INSTALL
@@ -16,7 +16,8 @@ install_config_file fbtrace.conf $DEST/fbtrace.conf &&

# don't overwrite existing config files
rm *.conf security3.fdb &&
-
+# need the impl/boost files; copy them to the built tree
+cp -a $SOURCE_DIRECTORY/src//include/firebird/impl include/firebird &&
#cp src/msg.fdb src/help.fdb $FB_PREFIX &&
DEST=$FB_PREFIX &&
mkdir -p $DEST &&
diff --git a/libs/libdrm/DEPENDS b/libs/libdrm/DEPENDS
index 7899d9e..dea1ab7 100755
--- a/libs/libdrm/DEPENDS
+++ b/libs/libdrm/DEPENDS
@@ -12,4 +12,8 @@ optional_depends valgrind \
optional_depends cairo \
'--enable-cairo-tests' \
'--disable-cairo-tests' \
- 'use Cairo in tests'
+ 'use Cairo in tests' &&
+optional_depends libxslt \
+ '--with-xsltproc' \
+ '--without-xsltproc' \
+ 'transforma of XML documents'
diff --git a/libs/libdrm/DETAILS b/libs/libdrm/DETAILS
index 6f771bc..6e4dd83 100755
--- a/libs/libdrm/DETAILS
+++ b/libs/libdrm/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libdrm
if [[ $LIBDRM_BRANCH == scm ]]; then
- VERSION=2.4.69
+ VERSION="$(get_scm_version)"
SOURCE=drm-git.tar.xz # Use the same source as drm
SOURCE_URL[0]=git://anongit.freedesktop.org/git/mesa/drm:drm-git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/drm-git"
diff --git a/libs/libdrm/HISTORY b/libs/libdrm/HISTORY
index 2d5cf62..7bcf653 100644
--- a/libs/libdrm/HISTORY
+++ b/libs/libdrm/HISTORY
@@ -1,6 +1,8 @@
2016-07-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4.69
+ refix scm version
* drm.gpg: add D1FC9EE8: public key "Eric Anholt <eric AT anholt.net>"
+ * DEPENDS: addd optionallibxslt

2016-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
_______________________________________________
SM-Commit mailing list
SM-Commit AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Sincerely,
Pavel Vinogradov




Archive powered by MHonArc 2.6.24.

Top of Page