Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (365bb8c06eca31c3b6b2cf80def9644ce0ee4955)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (365bb8c06eca31c3b6b2cf80def9644ce0ee4955)
  • Date: Wed, 17 Sep 2008 13:13:06 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

xfce/xfburn/BUILD | 1 +
xfce/xfburn/HISTORY | 5 +++++
xfce/xfburn/PRE_BUILD | 7 -------
xfce/xfburn/configure.in.in.patch | 19 -------------------
4 files changed, 6 insertions(+), 26 deletions(-)

New commits:
commit 365bb8c06eca31c3b6b2cf80def9644ce0ee4955
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xfce/xfburn: removed PRE_BUILD and configure.in.in.patch, ./autogen.sh
for SVN is called from BUILD now

diff --git a/xfce/xfburn/BUILD b/xfce/xfburn/BUILD
index 30e6702..a36b03d 100755
--- a/xfce/xfburn/BUILD
+++ b/xfce/xfburn/BUILD
@@ -1,4 +1,5 @@
if [[ $XFBURN_SVN == y ]]; then
+ ./autogen.sh $OPTS &&
make
else
default_build
diff --git a/xfce/xfburn/HISTORY b/xfce/xfburn/HISTORY
index df225b3..f07b1bf 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,8 @@
+2008-09-17 Pol Vinogradov <vin.public AT gmail.com>
+ * PRE_BUILD, configure.in.in.patch: removed cause upstream was fixed
+ * BUILD: added ./autogen.sh call here for SVN build, this finally
fixes
+ bug #14526
+
2008-09-01 Pol Vinogradov <vin.public AT gmail.com>
* PRE_BUILD: removed autotools calls as ./autogen.sh cares
* BUILD, configure.in.in.patch: added for SVN build
diff --git a/xfce/xfburn/PRE_BUILD b/xfce/xfburn/PRE_BUILD
deleted file mode 100755
index 0f1aa85..0000000
--- a/xfce/xfburn/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if [[ $XFBURN_SVN == y ]]; then
- patch -p0 < ${SCRIPT_DIRECTORY}/configure.in.in.patch &&
- ./autogen.sh $OPTS
-fi
diff --git a/xfce/xfburn/configure.in.in.patch
b/xfce/xfburn/configure.in.in.patch
deleted file mode 100644
index cb7266a..0000000
--- a/xfce/xfburn/configure.in.in.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.in.in.orig 2008-08-22 02:35:26.000000000 +0500
-+++ configure.in.in 2008-09-01 17:08:25.000000000 +0500
-@@ -23,6 +23,7 @@
- AC_PROG_LIBTOOL()
- AC_PROG_INTLTOOL([0.31], [no-xml])
-
-+AM_PROG_CC_C_O
- AC_SYS_LARGEFILE
-
- dnl check for i18n support
-@@ -74,7 +75,7 @@
- CFLAGS="$save_CFLAGS"
- fi
- AC_SUBST([HAL_STORAGE_DEPENDENCY])
--
-+AM_CONDITIONAL([HAVE_HAL], [test x"$HAL_FOUND" = x"yes"])
-
- dnl check for debugging support
- BM_DEBUG_SUPPORT()



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (365bb8c06eca31c3b6b2cf80def9644ce0ee4955), Pol Vinogradov, 09/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page