Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (b92df11cd7afcc4d83404f44f3d67b68669d3ce8)

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 stable-0.62 grimoire by Vlad Glagolev (b92df11cd7afcc4d83404f44f3d67b68669d3ce8)
  • Date: Mon, 20 Apr 2015 14:48:52 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/seamonkey/DEPENDS | 7 +++++++
http/seamonkey/HISTORY | 3 +++
kernels/mcelog/BUILD | 2 +-
kernels/mcelog/DETAILS | 13 +++++--------
kernels/mcelog/HISTORY | 5 +++++
kernels/mcelog/init.d/mcelog | 2 +-
6 files changed, 22 insertions(+), 10 deletions(-)

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

seamonkey: added ability to build with system icu

(cherry picked from commit 746f4811bc655be866bf2532ddfb1c9144ecbf7a)

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

mcelog: => 114

(cherry picked from commit fcbe8937a23c9e3c9f9d7960a9d7a079be3c2911)

diff --git a/http/seamonkey/DEPENDS b/http/seamonkey/DEPENDS
index 2a5c3b1..9c849fc 100755
--- a/http/seamonkey/DEPENDS
+++ b/http/seamonkey/DEPENDS
@@ -38,6 +38,7 @@ if list_find "$SEAMONKEY_OPTS" "--enable-system-cairo"; then
depends cairo
fi &&

+
if list_find "$SEAMONKEY_OPTS" "--enable-system-hunspell"; then
depends hunspell
fi &&
@@ -68,6 +69,8 @@ else
optional_depends alsa-lib "" "" "for audio support"
fi &&

+optional_depends icu "" "" "to use system ICU library" &&
+
optional_depends pulseaudio "" "" "for PulseAudio support" &&

if is_depends_enabled $SPELL pulseaudio; then
@@ -92,6 +95,10 @@ if is_depends_enabled $SPELL libvpx; then
list_add "SEAMONKEY_OPTS" "--with-system-libvpx"
fi &&

+if is_depends_enabled $SPELL icu; then
+ list_add "SEAMONKEY_OPTS" "--with-system-icu"
+fi &&
+
if ! is_depends_enabled $SPELL alsa-lib; then
list_add "SEAMONKEY_OPTS" "--disable-ogg" &&
list_add "SEAMONKEY_OPTS" "--disable-wave"
diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 6c33954..7b1ba8b 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2015-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added ability to build with system icu
+
2015-03-25 Vlad Glagolev <stealth AT sourcemage.org>
* CONFIGURE: added flags for safe browsing
* BUILD: corrected build process
diff --git a/kernels/mcelog/BUILD b/kernels/mcelog/BUILD
index 8f58e6d..429933c 100755
--- a/kernels/mcelog/BUILD
+++ b/kernels/mcelog/BUILD
@@ -1 +1 @@
-make
+make CFLAGS="$CFLAGS"
diff --git a/kernels/mcelog/DETAILS b/kernels/mcelog/DETAILS
index 1abcc8c..f39bea7 100755
--- a/kernels/mcelog/DETAILS
+++ b/kernels/mcelog/DETAILS
@@ -1,13 +1,10 @@
SPELL=mcelog
- VERSION=1.0pre3
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE2="${SOURCE}.sign"
- SOURCE_URL[0]=http://www.kernel.org/pub/linux/utils/cpu/mce/${SOURCE}
- SOURCE2_URL[0]=http://www.kernel.org/pub/linux/utils/cpu/mce/${SOURCE2}
- SOURCE_GPG=kernel.gpg:$SOURCE2
- SOURCE2_IGNORE=signature
+ VERSION=114
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=https://github.com/andikleen/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:be401f8b49ae1d7f540fdd4c9bf93a38ac85898e6d30f10a1f6cba4effc8e2fee9a9e67f5bc8728b41c13554306bce2348fb1a85c8bc90596cb96db6301bcf65
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.kernel.org/pub/linux/utils/cpu/mce/";
+ WEB_SITE=http://www.mcelog.org/
LICENSE[0]=GPL
ENTERED=20100325
SHORT="user space backend for logging machine check errors"
diff --git a/kernels/mcelog/HISTORY b/kernels/mcelog/HISTORY
index ab47a0a..dd7d176 100644
--- a/kernels/mcelog/HISTORY
+++ b/kernels/mcelog/HISTORY
@@ -1,3 +1,8 @@
+2015-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 114; updated website, source url
+ * BUILD: respect system CFLAGS
+ * init.d/mcelog: use PIDFILE
+
2014-12-16 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Replace "bit" suffix with "-bit" in description

diff --git a/kernels/mcelog/init.d/mcelog b/kernels/mcelog/init.d/mcelog
index 6bee670..2e29133 100755
--- a/kernels/mcelog/init.d/mcelog
+++ b/kernels/mcelog/init.d/mcelog
@@ -2,7 +2,7 @@

PIDFILE=/var/run/mcelog.pid
PROGRAM=/usr/sbin/mcelog
-ARGS="--daemon --pidfile /var/run/mcelog.pid"
+ARGS="--daemon --pidfile $PIDFILE"
RUNLEVEL=3
NEEDS="+syslog"




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (b92df11cd7afcc4d83404f44f3d67b68669d3ce8), Vlad Glagolev, 04/20/2015

Archive powered by MHonArc 2.6.24.

Top of Page