Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (dedf9c19894ac55a6666c64a11c2427c99c4dfbf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (dedf9c19894ac55a6666c64a11c2427c99c4dfbf)
  • Date: Wed, 12 Dec 2018 20:28:57 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/HISTORY | 3 +++
graphics-libs/mesa/PRE_INSTALL | 3 +--
xorg/xserver/HISTORY | 3 +++
xorg/xserver/PRE_INSTALL | 3 +--
4 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit dedf9c19894ac55a6666c64a11c2427c99c4dfbf
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

xorg/xserver: actually fixed a subtle typo in is_depends_enabled call in
PRE_INSTALL

commit 900e933737d64e71807e072aa0bff52ad387058a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: actually fixed a subtle typo in is_depends_enabled
call in PRE_INSTALL

diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 9af0e52..4c42448 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2018-12-12 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_INSTALL: actually fixed a subtle typo in is_depends_enabled call
+
2018-12-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 18.3.1

diff --git a/graphics-libs/mesa/PRE_INSTALL b/graphics-libs/mesa/PRE_INSTALL
index 3d4a6d2..663aa72 100755
--- a/graphics-libs/mesa/PRE_INSTALL
+++ b/graphics-libs/mesa/PRE_INSTALL
@@ -1,9 +1,8 @@
-source "${GRIMOIRE}/FUNCTIONS" &&
if spell_ok $SPELL;then
dispel --notriggers $SPELL
fi &&
# cleanup broken symlinks, left over from smgl-gl_select
-if ! is_depends_enabled: $SPELL smgl-gl_select;then
+if ! is_depends_enabled $SPELL smgl-gl_select;then
for C in $(find -L $INSTALL_ROOT/usr/lib -type l) ; do
rm $C
done &&
diff --git a/xorg/xserver/HISTORY b/xorg/xserver/HISTORY
index 0bcb4ad..93a3338 100644
--- a/xorg/xserver/HISTORY
+++ b/xorg/xserver/HISTORY
@@ -1,3 +1,6 @@
+2018-12-12 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_INSTALL: actually fixed a subtle typo in is_depends_enabled call
+
2018-10-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.20.3
SECURITY_PATCH++ fixes CVE-2018-14665
diff --git a/xorg/xserver/PRE_INSTALL b/xorg/xserver/PRE_INSTALL
index 5bab8a0..36bc85b 100755
--- a/xorg/xserver/PRE_INSTALL
+++ b/xorg/xserver/PRE_INSTALL
@@ -1,9 +1,8 @@
-source "${GRIMOIRE}/FUNCTIONS" &&
if spell_ok $SPELL;then
dispel --notriggers $SPELL
fi &&
# cleanup broken symlinks, left over from smgl-gl_select
-if ! is_depends_enabled: $SPELL smgl-gl_select;then
+if ! is_depends_enabled $SPELL smgl-gl_select;then
for C in $(find -L $INSTALL_ROOT/usr/lib/xorg/modules/extensions -type l)
; do
rm $C
done



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (dedf9c19894ac55a6666c64a11c2427c99c4dfbf), Pavel Vinogradov, 12/12/2018

Archive powered by MHonArc 2.6.24.

Top of Page