Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (0dda3a15bf7904b0da5f57124a8763f12cdc4fc3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0dda3a15bf7904b0da5f57124a8763f12cdc4fc3)
  • Date: Tue, 8 Jul 2008 20:18:49 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

net/samba/DEPENDS | 5 -----
net/samba/DETAILS | 4 ++--
net/samba/HISTORY | 8 ++++++++
net/samba/PRE_BUILD | 5 +----
4 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 0dda3a15bf7904b0da5f57124a8763f12cdc4fc3
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

samba: Updated to version 3.2.0. To the best that I could
check none of our patches or sedit are needed any more.
Working for me with no issues. Please test and write bugs.
Python support removed upstream.

diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index 9f06102..82a5b65 100755
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -32,11 +32,6 @@ optional_depends CUPS \
"--disable-cups" \
"for Samba support in CUPS" &&

-optional_depends python \
- "--with-python" \
- "--without-python" \
- "library for Samba support in Python" &&
-
optional_depends SYSTEM-LOGGER \
"--with-syslog" \
"--without-syslog" \
diff --git a/net/samba/DETAILS b/net/samba/DETAILS
index e0b10e1..c619e38 100755
--- a/net/samba/DETAILS
+++ b/net/samba/DETAILS
@@ -1,11 +1,11 @@
SPELL=samba
- VERSION=3.0.30
+ VERSION=3.2.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://us1.samba.org/samba/ftp/$SOURCE
SOURCE_URL[1]=ftp://de.samba.org/samba.org/$SOURCE
SOURCE_URL[2]=http://us1.samba.org/samba/ftp/old-versions/$SOURCE
-
SOURCE_HASH=sha512:0bf88af918ef203309d197992a08e95088fb91036a5082b2f8906d2c6f81949dfd92208f1c98199f04f35dfe7bcb48a72cad28231f8d914fac7541fb8ef7e37c
+
SOURCE_HASH=sha512:3b5f0a994c58d900b6c5c4dd81625598c561582340b5a0299aa8300ff2172aa2bf73ac8cd36eeaa35ebb9cb57460624767d05e35ee71af1770cdcc8ccb705e1e
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
if [[ "$SAMBA_VSCAN" == "y" ]] ; then
VSCAN_VERSION=0.3.6c-beta4
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 5442e0c..d724ffd 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,11 @@
+2008-07-08 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to version 3.2.0
+ * DEPENDS: Removed depend python. Support removed.
+ * PRE_BUILD: Removed incorporated patches and sedit.
+ * wrong_python_ldflags.patch: Removed. No more python bindings.
+ * libcap.patch: Removed.
+ * valgrind-include.patch: Removed.
+
2008-06-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* wrong_python_ldflags.patch, PRE_BUILD: added gentoo patch to fix
#14522

diff --git a/net/samba/PRE_BUILD b/net/samba/PRE_BUILD
index f83d950..633d405 100755
--- a/net/samba/PRE_BUILD
+++ b/net/samba/PRE_BUILD
@@ -1,11 +1,8 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-patch -p1 < $SCRIPT_DIRECTORY/libcap.patch &&
-patch -p1 < $SCRIPT_DIRECTORY/valgrind-include.patch &&
-patch -p1 < $SCRIPT_DIRECTORY/wrong_python_ldflags.patch &&

-sedit 's!libsmbclient.*\$(LIBDIR)!&/..!' source/Makefile.in &&
+#sedit 's!libsmbclient.*\$(LIBDIR)!&/..!' source/Makefile.in &&

if [[ "$SAMBA_VSCAN" == "y" ]] ; then
cd $SOURCE_DIRECTORY/examples/VFS/ &&




Archive powered by MHonArc 2.6.24.

Top of Page