Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (a3de0e0fa08475e22e38c6e64eaf19848fbeb85d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (a3de0e0fa08475e22e38c6e64eaf19848fbeb85d)
  • Date: Tue, 11 Oct 2011 17:48:16 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

http/nginx/BUILD | 5 +++++
http/nginx/DETAILS | 2 +-
http/nginx/HISTORY | 4 ++++
kde4-apps/bluedevil/DETAILS | 4 ++--
kde4-apps/bluedevil/HISTORY | 3 +++
kde4-apps/libbluedevil/DETAILS | 7 +++----
kde4-apps/libbluedevil/HISTORY | 3 +++
mobile/acpi-support/DEPENDS | 2 +-
mobile/acpi-support/HISTORY | 3 +++
mobile/laptop-mode-tools/DEPENDS | 2 +-
mobile/laptop-mode-tools/HISTORY | 3 +++
net/wicd/DEPENDS | 8 ++++----
net/wicd/HISTORY | 3 +++
science-libs/vtk-data/DETAILS | 7 +++----
science-libs/vtk-data/HISTORY | 3 +++
science-libs/vtk/DETAILS | 7 +++----
science-libs/vtk/HISTORY | 3 +++
utils/acpid2/DETAILS | 1 +
utils/acpid2/HISTORY | 5 +++++
utils/acpid2/PRE_BUILD | 5 +++++
utils/acpid2/dot-conf.patch | 11 +++++++++++
utils/hal/DEPENDS | 2 +-
utils/hal/HISTORY | 3 +++
wm-addons/wmacpimon/DEPENDS | 2 +-
wm-addons/wmacpimon/HISTORY | 3 +++
25 files changed, 78 insertions(+), 23 deletions(-)

New commits:
commit 423fc72615afc845bbb05915e0b16d2818e92f78
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nginx: added new temp dirs for branches >=0.8

commit 68456c5b721598f64b2797a029f3e37a825bfc86
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nginx: => 1.1.5 (devel)

commit 6592733fbcbc449926c2ef220d39f6df6ca1f6b6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wmacpimon: use ACPI provider

commit bb103377f755dd14894cf99e601783dae99d6298
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

laptop-mode-tools: use ACPI provider

commit 2fc05c73e170c6dbdf43d26891da6c856987e857
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

acpi-support: use ACPI provider

commit 619e9e985cfa11b64ffa0d1040eedf6604d749ee
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

hal: use ACPI provider

commit dbdc7bd08191833080dd73b6744ba94cf81b71ef
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wicd: use ACPI provider

commit b24528c6242ed44d656b0b9a4b4989745618f4ea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

acpid2: use regular *.conf files too

commit c90805d6118130eb6fa5b7048abae61763a8a442
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libbluedevil: updated spell to 1.9.1 & Fixed SOURCE_URL[0]

commit 183a2e033721ab8a83b9988da75efc082d555c73
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

bluedevil: updated spell to 1.2.2

commit 9c89969dbdde011672351e561b86fda20c4ac652
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

vtk-data 5.8.0

commit 8744d596443ea05bb2cfcb503b94f529ce13eb1b
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

vtk 5.8.0

diff --git a/http/nginx/BUILD b/http/nginx/BUILD
index 659a988..8212b2b 100755
--- a/http/nginx/BUILD
+++ b/http/nginx/BUILD
@@ -24,6 +24,11 @@ else
fi
fi &&

+if ! is_version_less $VERSION 0.8; then
+ OPTS="--http-uwsgi-temp-path=$TEMP_DIR/uwsgi_temp $OPTS" &&
+ OPTS="--http-scgi-temp-path=$TEMP_DIR/scgi_temp $OPTS"
+fi &&
+
./configure --prefix="$INSTALL_ROOT/etc/nginx" \
--conf-path="$INSTALL_ROOT/etc/nginx/nginx.conf" \
--sbin-path="$INSTALL_ROOT/usr/sbin/nginx" \
diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index dcb5504..4348fcb 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -16,7 +16,7 @@ case "$NGINX_RELEASE" in
SECURITY_PATCH=2
;;
devel)
- VERSION=1.1.4
+ VERSION=1.1.5
;;
esac
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index c1d9d56..3847505 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,7 @@
+2011-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.5 (devel)
+ * BUILD: added new temp dirs for branches >=0.8
+
2011-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.0.8 (stable)

diff --git a/kde4-apps/bluedevil/DETAILS b/kde4-apps/bluedevil/DETAILS
index 378227c..53106b6 100755
--- a/kde4-apps/bluedevil/DETAILS
+++ b/kde4-apps/bluedevil/DETAILS
@@ -1,8 +1,8 @@
SPELL=bluedevil
- VERSION=1.2.1
+ VERSION=1.2.2
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE_URL[0]=$KDE_URL/stable/${SPELL}/${VERSION}/src/${SOURCE}
-
SOURCE_HASH=sha512:9ec439ff553b1f2a267a20d55edafb60794a2fc2f2e41778aaa276379f961fa3b36aa4d276c511a608021e1f200edaa77de69a0257a07cef05425785a943d583
+
SOURCE_HASH=sha512:6485b97ef2a805668ea07ab32f8d54352c3e127631327ddb3eddfbb7f002738ee9f2edd1bee5d08479779a4db5fd789b139165186ca1665a69fea27b81b9444f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://projects.kde.org/projects/extragear/base/bluedevil";
LICENSE[0]="GPL"
diff --git a/kde4-apps/bluedevil/HISTORY b/kde4-apps/bluedevil/HISTORY
index 7f42954..d9c8261 100644
--- a/kde4-apps/bluedevil/HISTORY
+++ b/kde4-apps/bluedevil/HISTORY
@@ -1,3 +1,6 @@
+2011-10-11 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.2.2
+
2011-10-10 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 1.2.1

diff --git a/kde4-apps/libbluedevil/DETAILS b/kde4-apps/libbluedevil/DETAILS
index 15a53f9..9958bf9 100755
--- a/kde4-apps/libbluedevil/DETAILS
+++ b/kde4-apps/libbluedevil/DETAILS
@@ -1,9 +1,8 @@
SPELL=libbluedevil
- VERSION=1.9
- PATCHLEVEL=1
+ VERSION=1.9.1
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=$KDE_URL/unstable/${SPELL}/${VERSION}/src/${SOURCE}
-
SOURCE_HASH=sha512:ee5c075b0e29a95c51c9b89ba50b11dfde8cd404c6dbe315eb1c33ba5940b652423784dde3ee9a82b6f76f3c530b8f7dc5edcc2bbf80b5eb74c9f3dc0cde9df2
+ SOURCE_URL[0]=$KDE_URL/stable/${SPELL}/${VERSION}/src/${SOURCE}
+
SOURCE_HASH=sha512:73209ba475435176e6f099ff86b49bf070ce3ff7ea262afd217908211260d1403636dea9d2382452dfed47914bc99e6f1d4e7d5777bd56509819673046f32475
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"

WEB_SITE="https://projects.kde.org/projects/playground/libs/libbluedevil";
LICENSE[0]="GPL"
diff --git a/kde4-apps/libbluedevil/HISTORY b/kde4-apps/libbluedevil/HISTORY
index fc87104..672aeea 100644
--- a/kde4-apps/libbluedevil/HISTORY
+++ b/kde4-apps/libbluedevil/HISTORY
@@ -1,3 +1,6 @@
+2011-10-11 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.9.1 & Fixed SOURCE_URL[0]
+
2011-09-04 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: PATCHLEVEL++ for /opt/kde4 -> /usr change

diff --git a/mobile/acpi-support/DEPENDS b/mobile/acpi-support/DEPENDS
index 0c2bd88..73238e1 100755
--- a/mobile/acpi-support/DEPENDS
+++ b/mobile/acpi-support/DEPENDS
@@ -1,4 +1,4 @@
-depends acpid &&
+depends ACPI &&
depends dmidecode &&
depends bsd-finger &&
depends hdparm &&
diff --git a/mobile/acpi-support/HISTORY b/mobile/acpi-support/HISTORY
index 74448d6..fba26c7 100644
--- a/mobile/acpi-support/HISTORY
+++ b/mobile/acpi-support/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use ACPI provider
+
2009-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* init.d/vbesave: made it non-sh, bug #13702
* init.d/acpi-support: made it non-sh, bug #13702
diff --git a/mobile/laptop-mode-tools/DEPENDS
b/mobile/laptop-mode-tools/DEPENDS
index cc49753..784b995 100755
--- a/mobile/laptop-mode-tools/DEPENDS
+++ b/mobile/laptop-mode-tools/DEPENDS
@@ -1,2 +1,2 @@
-depends acpid &&
+depends ACPI &&
optional_depends pm-utils '' '' 'to restore settings on resume'
diff --git a/mobile/laptop-mode-tools/HISTORY
b/mobile/laptop-mode-tools/HISTORY
index 6cd008e..367a17e 100644
--- a/mobile/laptop-mode-tools/HISTORY
+++ b/mobile/laptop-mode-tools/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use ACPI provider
+
2009-05-02 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* init.d/laptop-mode: made it non-sh, bug #13702

diff --git a/net/wicd/DEPENDS b/net/wicd/DEPENDS
index e1c925b..240ee7f 100755
--- a/net/wicd/DEPENDS
+++ b/net/wicd/DEPENDS
@@ -10,10 +10,10 @@ optional_depends urwid \
"" "--no-install-ncurses" \
"for ncurses client" &&

-optional_depends acpid "--resume=${INSTALL_ROOT}/etc/acpi/resume.d/ \
- --suspend=${INSTALL_ROOT}/etc/acpi/suspend.d/" \
- "--no-install-acpi" \
- "to install the suspend.d and resume.d acpi scripts"
&&
+optional_depends ACPI "--resume=${INSTALL_ROOT}/etc/acpi/resume.d/ \
+ --suspend=${INSTALL_ROOT}/etc/acpi/suspend.d/" \
+ "--no-install-acpi" \
+ "to install the suspend.d and resume.d acpi scripts" &&

optional_depends pm-utils
"--pmutils=${INSTALL_ROOT}/usr/lib/pm-utils/sleep.d/" \
"--no-install-pmutils" \
diff --git a/net/wicd/HISTORY b/net/wicd/HISTORY
index bb3ffa5..31aba5b 100644
--- a/net/wicd/HISTORY
+++ b/net/wicd/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use ACPI provider
+
2011-08-31 Bor Kraljič <pyrobor AT ver.si>
* BUILD: /opt/kde4 -> /usr

diff --git a/science-libs/vtk-data/DETAILS b/science-libs/vtk-data/DETAILS
index 39e4901..bce02d4 100755
--- a/science-libs/vtk-data/DETAILS
+++ b/science-libs/vtk-data/DETAILS
@@ -1,13 +1,12 @@
SPELL=vtk-data
- VERSION=5.0.4
+ VERSION=5.8.0
SOURCE=vtkdata-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/VTKData
- SOURCE_URL[0]=http://public.kitware.com/VTK/files/release/5.0/$SOURCE
+ SOURCE_URL[0]=http://www.vtk.org/files/release/${VERSION:0:3}/$SOURCE
WEB_SITE=http://public.kitware.com/VTK
LICENSE[0]=http://public.kitware.com/VTK/copyright.php
-
SOURCE_HASH=sha512:c8af112082d7b8c94b668228d8536463410887d151d33502e902dbeabd37ce4da18b9bda62a83785e3037a743e2e12ea30c945a7d2433c2be1d6f0693c61623a
+
SOURCE_HASH=sha512:10fc5c999dab6fc12892d7e6587b155b462915d431e9a4c31d3a05dd0370d4bd28d73e47bae50262ed27b59a19b050adf2c43764c6e47e47eb7f126a460772b8
ENTERED=20020606
- UPDATED=20031119
ARCHIVE=off
KEYWORDS="science libs"
SHORT="example data sets for the vtk library"
diff --git a/science-libs/vtk-data/HISTORY b/science-libs/vtk-data/HISTORY
index 476172b..1046896 100644
--- a/science-libs/vtk-data/HISTORY
+++ b/science-libs/vtk-data/HISTORY
@@ -1,3 +1,6 @@
+2011-10-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 5.8.0, UPDATED removed, SOURCE_URL[0] updated
+
2008-01-31 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* DETAILS: update to 5.0.4

diff --git a/science-libs/vtk/DETAILS b/science-libs/vtk/DETAILS
index 25c81ef..b5e3cd7 100755
--- a/science-libs/vtk/DETAILS
+++ b/science-libs/vtk/DETAILS
@@ -1,13 +1,12 @@
SPELL=vtk
- VERSION=5.0.4
+ VERSION=5.8.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/VTK
- SOURCE_URL[0]=http://www.vtk.org/files/release/5.0/$SOURCE
+ SOURCE_URL[0]=http://www.vtk.org/files/release/${VERSION:0:3}/$SOURCE
WEB_SITE=http://public.kitware.com/VTK
LICENSE[0]=http://public.kitware.com/VTK/copyright.php
-
SOURCE_HASH=sha512:416cfcfa41bfa0bc8fdf8e9b77c5e9de2b37790806645d0e170f92c9be6c026145a78b08c00d164937afbb95d3e9d74bded17744879a38f3c5e9038283bd69ae
+
SOURCE_HASH=sha512:71d116b7bd0d7b485ab20d84749e24a6421cc66c9d2ac41b90a0d8b6621a6c1042ab83cad0103140f5da4c24f6dcefbaa812b64f8ae1da3b3046740443c5e328
ENTERED=20020606
- UPDATED=20031119
KEYWORDS="science libs"
SHORT="library for visualization, image processing, 3D graphics"
cat << EOF
diff --git a/science-libs/vtk/HISTORY b/science-libs/vtk/HISTORY
index dae978f..6e5b891 100644
--- a/science-libs/vtk/HISTORY
+++ b/science-libs/vtk/HISTORY
@@ -1,3 +1,6 @@
+2011-10-10 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 5.8.0, UPDATED removed
+
2010-11-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: jpeg -> JPEG

diff --git a/utils/acpid2/DETAILS b/utils/acpid2/DETAILS
index 3b6b193..389e2fb 100755
--- a/utils/acpid2/DETAILS
+++ b/utils/acpid2/DETAILS
@@ -1,6 +1,7 @@
SPELL=acpid2
SPELLX=acpid
VERSION=2.0.12
+ PATCHLEVEL=1
SOURCE=$SPELLX-$VERSION.tar.gz

SOURCE_HASH=sha512:434050039cf57b5c0b2d20ab6f3fefa842f2fdcfdc783a6cb2058f941f2f55757c0dc744988010f3071c059659d82075ef18105615745d72fa3f15e78e7936cd
SOURCE_URL[0]=http://tedfelix.com/linux/$SOURCE
diff --git a/utils/acpid2/HISTORY b/utils/acpid2/HISTORY
index 5122954..c0b8213 100644
--- a/utils/acpid2/HISTORY
+++ b/utils/acpid2/HISTORY
@@ -1,3 +1,8 @@
+2011-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: added, to apply the patch
+ * dot-conf.patch: added, to allow usage of regular *.conf files
+
2011-10-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, BUILD, INSTALL, CONFLICTS, PROVIDES, FINAL,
init.d/acpid{,.conf}: spell created
diff --git a/utils/acpid2/PRE_BUILD b/utils/acpid2/PRE_BUILD
new file mode 100755
index 0000000..e12eee1
--- /dev/null
+++ b/utils/acpid2/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# allow regular *.conf files from /etc/acpi/event
+patch -p0 < "$SPELL_DIRECTORY/dot-conf.patch"
diff --git a/utils/acpid2/dot-conf.patch b/utils/acpid2/dot-conf.patch
new file mode 100644
index 0000000..37bc3f4
--- /dev/null
+++ b/utils/acpid2/dot-conf.patch
@@ -0,0 +1,11 @@
+--- event.c.orig 2011-08-04 02:54:26.000000000 +0400
++++ event.c 2011-10-12 01:35:09.000000000 +0400
+@@ -107,7 +107,7 @@
+ }
+
+ /* Compile the regular expression. This is based on run-parts(8). */
+- rc = regcomp(&preg, "^[a-zA-Z0-9_-]+$", RULE_REGEX_FLAGS);
++ rc = regcomp(&preg, "^[a-z0-9._-]+$", RULE_REGEX_FLAGS);
+ if (rc) {
+ acpid_log(LOG_ERR, "regcomp(): %d", rc);
+ unlock_rules();
diff --git a/utils/hal/DEPENDS b/utils/hal/DEPENDS
index 9bea5a8..98bd3a8 100755
--- a/utils/hal/DEPENDS
+++ b/utils/hal/DEPENDS
@@ -75,7 +75,7 @@ optional_depends dmidecode \
"" \
"for dmidecode support" &&

-optional_depends acpid \
+optional_depends ACPI \
"--enable-acpi-acpid" \
"--disable-acpi-acpid" \
"for an acpid event source" &&
diff --git a/utils/hal/HISTORY b/utils/hal/HISTORY
index aedd101..fb0fe58 100644
--- a/utils/hal/HISTORY
+++ b/utils/hal/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use ACPI provider
+
2011-05-12 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply linux-2.6.38-v4l.patch
* linux-2.6.38-v4l.patch: Fix compilation with linux 2.6.38+ headers
diff --git a/wm-addons/wmacpimon/DEPENDS b/wm-addons/wmacpimon/DEPENDS
index f62fc6f..3ad0206 100755
--- a/wm-addons/wmacpimon/DEPENDS
+++ b/wm-addons/wmacpimon/DEPENDS
@@ -1 +1 @@
-depends acpid
+depends ACPI
diff --git a/wm-addons/wmacpimon/HISTORY b/wm-addons/wmacpimon/HISTORY
index 905ccaa..a736575 100644
--- a/wm-addons/wmacpimon/HISTORY
+++ b/wm-addons/wmacpimon/HISTORY
@@ -1,3 +1,6 @@
+2011-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use ACPI provider
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (a3de0e0fa08475e22e38c6e64eaf19848fbeb85d), Vlad Glagolev, 10/11/2011

Archive powered by MHonArc 2.6.24.

Top of Page