Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (b3406ecb94f224a949c20e308bc981dd4413c29f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (b3406ecb94f224a949c20e308bc981dd4413c29f)
  • Date: Sat, 22 Sep 2007 01:36:35 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

chat-im/pidgin/BUILD | 1 +
chat-im/pidgin/HISTORY | 4 ++++
kde4/kdebase-workspace4/DEPENDS | 6 ++----
kde4/kdebase-workspace4/HISTORY | 5 +++++
kde4/kdebase-workspace4/INSTALL | 3 ++-
libs/galago-sharp/DEPENDS | 6 ++++--
libs/galago-sharp/HISTORY | 3 +++
net/ppp/HISTORY | 3 +++
net/ppp/PRE_BUILD | 2 ++
perl-cpan/xml-libxml/HISTORY | 5 ++++-
perl-cpan/xml-libxml/INSTALL | 2 ++
xfce/xfce4-mixer/BUILD | 2 ++
xfce/xfce4-mixer/HISTORY | 3 +++
13 files changed, 37 insertions(+), 8 deletions(-)

New commits:
commit b3406ecb94f224a949c20e308bc981dd4413c29f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kdebase-workspace4: Make sure /usr/share/xsessions is a directory before
copying

commit 53d5c8081839d489b2b5163677b4804f79a97097
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pidgin: Fails to compile with multiple make jobs

commit 7a5d651e0a82c1350e919ba665fb0dd7e63c9bbf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xfce4-mixer: Fails to compile with multiple make jobs

commit 4b6eac5e8c56b6b6e3becebf3c8a60e097125b50
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kdebase-workspace4: X11-SERVER dependency is redundant (see KDE_DEPENDS)

commit 3156338cabffbbda8c0d394ac9496b876b0e64ab
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

galago-sharp: Depends on xml-libxml and dbus-mono

commit 7f45ef7c7b7d836885783b39beafc79e81ed221b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xml-libxml: HISTORY date fix

commit 00c9f0891f0e37c0e1954688a792d35f139beaab
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xml-libxml: Fails to install with multiple make jobs

commit 38ca194c1deb9aa590adfcee5885caaed655c8a1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ppp: Requires group ppp to exist

diff --git a/chat-im/pidgin/BUILD b/chat-im/pidgin/BUILD
index b3a3c2c..5f756dc 100755
--- a/chat-im/pidgin/BUILD
+++ b/chat-im/pidgin/BUILD
@@ -1,5 +1,6 @@
### had to cook up some pkg-config files for nss and nspr
CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include"
export
PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr"
&&
+make_single &&
default_build &&
cd $SOURCE_DIRECTORY
diff --git a/chat-im/pidgin/HISTORY b/chat-im/pidgin/HISTORY
index 7151052..4c67ea5 100644
--- a/chat-im/pidgin/HISTORY
+++ b/chat-im/pidgin/HISTORY
@@ -1,3 +1,6 @@
+2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails to compile with multiple make jobs
+
2007-09-14 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 2.2.0

@@ -27,3 +30,4 @@
2007-04-30 George Sherwood <george AT beernabeer.com>
* DETAILS, PREPARE, DEPENDS, PRE_BUILD, BUILD:
Created spell from gaim spell
+
diff --git a/kde4/kdebase-workspace4/DEPENDS b/kde4/kdebase-workspace4/DEPENDS
index 615fe83..cfd7dc5 100755
--- a/kde4/kdebase-workspace4/DEPENDS
+++ b/kde4/kdebase-workspace4/DEPENDS
@@ -1,6 +1,6 @@
source $SECTION_DIRECTORY/KDE_DEPENDS &&
-source $GRIMOIRE/FUNCTIONS &&
-depends X11-SERVER &&
+source $GRIMOIRE/FUNCTIONS &&
+
if check_if_xorg_modular_libs qt4 ; then
depends libxdmcp &&
depends libxrandr &&
@@ -18,5 +18,3 @@ optional_depends openldap '' '' 'LDAP authentication'
&&
optional_depends cyrus-sasl '' '' 'Cyrus SASL authentication' &&
optional_depends OPENGL '' '' 'OpenGL support in plasma'
#optional_depends networkmanager '' '' '' &&
-
-
diff --git a/kde4/kdebase-workspace4/HISTORY b/kde4/kdebase-workspace4/HISTORY
index 92eb1bc..3249ad7 100644
--- a/kde4/kdebase-workspace4/HISTORY
+++ b/kde4/kdebase-workspace4/HISTORY
@@ -1,3 +1,7 @@
+2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Dependency on X11-SERVER is already covered in KDE_DEPENDS
+ * INSTALL: /usr/share/xsessions is a directory, create it before
copying
+
2007-09-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: update description
* INSTALL: fix typo
@@ -18,3 +22,4 @@
2007-08-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.92.0
spell created
+
diff --git a/kde4/kdebase-workspace4/INSTALL b/kde4/kdebase-workspace4/INSTALL
index 52c7003..92b4dbb 100755
--- a/kde4/kdebase-workspace4/INSTALL
+++ b/kde4/kdebase-workspace4/INSTALL
@@ -1,3 +1,4 @@
-default_install &&
+default_install &&
+mkdir -p $INSTALL_ROOT/usr/share/xsessions &&
install -m 0644 -o root -g root $SCRIPT_DIRECTORY/kde4.desktop \
$INSTALL_ROOT/usr/share/xsessions
diff --git a/libs/galago-sharp/DEPENDS b/libs/galago-sharp/DEPENDS
index cd65b98..d94a612 100755
--- a/libs/galago-sharp/DEPENDS
+++ b/libs/galago-sharp/DEPENDS
@@ -1,3 +1,5 @@
-depends mono &&
+depends dbus-mono &&
depends gtk-sharp-2 &&
-depends libgalago
+depends libgalago &&
+depends mono &&
+depends xml-libxml
diff --git a/libs/galago-sharp/HISTORY b/libs/galago-sharp/HISTORY
index 685012b..21f8008 100644
--- a/libs/galago-sharp/HISTORY
+++ b/libs/galago-sharp/HISTORY
@@ -1,3 +1,6 @@
+2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on xml-libxml and dbus-mono
+
2006-09-30 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.5.0
changed SOURCE to bz2
diff --git a/net/ppp/HISTORY b/net/ppp/HISTORY
index 0142aea..ce470bb 100644
--- a/net/ppp/HISTORY
+++ b/net/ppp/HISTORY
@@ -1,3 +1,6 @@
+2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Requires group ppp to exist during INSTALL
+
2007-01-03 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Incremented SECURITY_PATCH for Arjan's security
update to 2.4.4 on 2006-07-13
diff --git a/net/ppp/PRE_BUILD b/net/ppp/PRE_BUILD
new file mode 100755
index 0000000..491b985
--- /dev/null
+++ b/net/ppp/PRE_BUILD
@@ -0,0 +1,2 @@
+default_pre_build &&
+create_group ppp
diff --git a/perl-cpan/xml-libxml/HISTORY b/perl-cpan/xml-libxml/HISTORY
index 32fd198..3cde14e 100644
--- a/perl-cpan/xml-libxml/HISTORY
+++ b/perl-cpan/xml-libxml/HISTORY
@@ -1,4 +1,7 @@
-2007-0620 Treeve Jelbert <treeve AT sourcemage.org>
+2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails to install with multiple make jobs
+
+2007-06-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.63

2006-11-13 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/perl-cpan/xml-libxml/INSTALL b/perl-cpan/xml-libxml/INSTALL
new file mode 100755
index 0000000..1988708
--- /dev/null
+++ b/perl-cpan/xml-libxml/INSTALL
@@ -0,0 +1,2 @@
+make_single &&
+default_install
diff --git a/xfce/xfce4-mixer/BUILD b/xfce/xfce4-mixer/BUILD
new file mode 100755
index 0000000..62767ff
--- /dev/null
+++ b/xfce/xfce4-mixer/BUILD
@@ -0,0 +1,2 @@
+make_single &&
+default_build
diff --git a/xfce/xfce4-mixer/HISTORY b/xfce/xfce4-mixer/HISTORY
index 32e6a40..443b824 100644
--- a/xfce/xfce4-mixer/HISTORY
+++ b/xfce/xfce4-mixer/HISTORY
@@ -1,3 +1,6 @@
+2007-09-21 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails to compile with multiple make jobs
+
2007-05-15 Lalo Martins <lalo AT sourcemage.org>
* DEPENDS, DETAILS: option to force use of ALSA. Without that, if
both ALSA and OSS are detected, it will use OSS. Fell free to



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (b3406ecb94f224a949c20e308bc981dd4413c29f), Eric Sandall, 09/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page