Skip to Content.
Sympa Menu

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

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 (8c55c17e74eecea65eb93dbb471cbacf0a2279d0)
  • Date: Tue, 26 May 2009 19:58:48 -0500

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

libs/tevent/HISTORY | 5 +++++
libs/tevent/PRE_BUILD | 2 --
libs/tevent/tevent-util.patch | 13 -------------
3 files changed, 5 insertions(+), 15 deletions(-)

New commits:
commit 8c55c17e74eecea65eb93dbb471cbacf0a2279d0
Author: Eric Sandall <esandall AT esandall25808.local.webex.com>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tevent: Do not install internal header tevent_util.h

diff --git a/libs/tevent/HISTORY b/libs/tevent/HISTORY
index cf67296..987be64 100644
--- a/libs/tevent/HISTORY
+++ b/libs/tevent/HISTORY
@@ -1,3 +1,8 @@
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD: Don't apply tevent-util.patch
+ * tevent-util.patch: Remove, this is an internal header only
+ and should not be installed to the system
+
2009-04-18 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply tevent-util.patch
* tevent-util.patch: Install tevent_util.h, required by samba4
diff --git a/libs/tevent/PRE_BUILD b/libs/tevent/PRE_BUILD
index aef0b91..008adea 100755
--- a/libs/tevent/PRE_BUILD
+++ b/libs/tevent/PRE_BUILD
@@ -1,6 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY/lib/$SPELL &&
git checkout origin/v4-0-test &&
-patch $SOURCE_DIRECTORY/lib/$SPELL/tevent.mk \
- $SCRIPT_DIRECTORY/tevent-util.patch &&
NOCONFIGURE="on" ./autogen.sh
diff --git a/libs/tevent/tevent-util.patch b/libs/tevent/tevent-util.patch
deleted file mode 100644
index 7669f67..0000000
--- a/libs/tevent/tevent-util.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk
-index ac5710f..53aeec3 100644
---- a/lib/tevent/tevent.mk
-+++ b/lib/tevent/tevent.mk
-@@ -21,7 +21,7 @@ installdirs::
- mkdir -p $(DESTDIR)$(libdir)/pkgconfig
-
- installheaders:: installdirs
-- cp $(srcdir)/tevent.h $(DESTDIR)$(includedir)
-+ cp $(srcdir)/tevent.h $(srcdir)/tevent_util.h $(DESTDIR)$(includedir)
-
- installlibs:: installdirs
- cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (8c55c17e74eecea65eb93dbb471cbacf0a2279d0), Eric Sandall, 05/26/2009

Archive powered by MHonArc 2.6.24.

Top of Page