Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a3517c02406d669095778aae0d69b57250d6dea2)
  • Date: Tue, 16 Jan 2007 08:40:24 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

database/sqlite2/DEPENDS | 3 +--
database/sqlite2/HISTORY | 3 +++
libs/newt/HISTORY | 4 ++++
libs/newt/PRE_BUILD | 10 +++++-----
net/samba/DEPENDS | 7 +------
net/samba/HISTORY | 3 +++
6 files changed, 17 insertions(+), 13 deletions(-)

New commits:
commit a3517c02406d669095778aae0d69b57250d6dea2
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

newt - ensure that patches are applied

commit b2487416cbf871f12999cfdaa94ead2ab2349c25
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

samba - remove tdb from DEPENDS

commit f183c119e4dab652598676ee62a4ba61e7569194
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

sqlite2 - changed dependencies

diff --git a/database/sqlite2/DEPENDS b/database/sqlite2/DEPENDS
index 9235eab..bb92763 100755
--- a/database/sqlite2/DEPENDS
+++ b/database/sqlite2/DEPENDS
@@ -1,3 +1,2 @@
-depends gdbm &&
-
+depends readline &&
optional_depends tcl '' '' 'for TCL interface'
diff --git a/database/sqlite2/HISTORY b/database/sqlite2/HISTORY
index a9c1587..4d2114c 100644
--- a/database/sqlite2/HISTORY
+++ b/database/sqlite2/HISTORY
@@ -1,3 +1,6 @@
+2007-01-16 Treeve Jelbert <treeve AT pi.be>
+ * DEPENDS: remove gdbm, add readline
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/libs/newt/HISTORY b/libs/newt/HISTORY
index 0454eb8..ac1ed20 100644
--- a/libs/newt/HISTORY
+++ b/libs/newt/HISTORY
@@ -1,3 +1,7 @@
+2007-01-16 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: PATCHLEVEL++
+ * PRE_BUILD: correctly apply patches
+
2007-01-14 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 0.52.4-3.fc7

diff --git a/libs/newt/PRE_BUILD b/libs/newt/PRE_BUILD
index 7e4eb46..eb84d04 100755
--- a/libs/newt/PRE_BUILD
+++ b/libs/newt/PRE_BUILD
@@ -1,10 +1,10 @@
default_pre_build &&
local FF &&
tar xzf $SPELL-*.tar.gz &&
-cd $SOURCE_DIRECTORY
+cd $SOURCE_DIRECTORY &&
# apply multiple patches
-#for FF in `ls ../*.patch`;do
-# patch -p1 < $FF
-#done &&
+for FF in `ls ../*.patch`;do
+ patch -p0 < $FF
+done &&
# remove files
-#rm ../newt*{patch,gz,spec}
+rm ../newt*{patch,gz,spec}
diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index be91686..43ec0c7 100755
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -38,9 +38,4 @@ optional_depends python
optional_depends SYSTEM-LOGGER \
"--with-syslog" \
"--without-syslog" \
- "enables logging though a syslog daemon" &&
-
-optional_depends tdb \
- "" \
- "" \
- "for Trivial DataBase support"
+ "enables logging though a syslog daemon"
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 30c7073..53b6f10 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2007-01-16 Treeve Jelbert <treeve AT pi.be>
+ * DEPENDS: remove tdb; samba always uses its own copy of tdb
+
2006-11-17 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 3.0.23d.




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a3517c02406d669095778aae0d69b57250d6dea2), Treeve Jelbert, 01/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page