Skip to Content.
Sympa Menu

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

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 (69e8c57edc92f12d960fca2483060d94d8457f46)
  • Date: Mon, 1 Sep 2008 18:20:40 -0500

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

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

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

xfce/xfburn: more fixes for SVN branch

diff --git a/xfce/xfburn/BUILD b/xfce/xfburn/BUILD
new file mode 100755
index 0000000..30e6702
--- /dev/null
+++ b/xfce/xfburn/BUILD
@@ -0,0 +1,5 @@
+if [[ $XFBURN_SVN == y ]]; then
+ make
+else
+ default_build
+fi
diff --git a/xfce/xfburn/HISTORY b/xfce/xfburn/HISTORY
index 9c2d9fb..df225b3 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,7 @@
+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
+
2008-08-22 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added xfce4-dev-tools for SVN branch
* PRE_BUILD: added ./autogen.sh for SVN branch, this fixes bug #14526
diff --git a/xfce/xfburn/PRE_BUILD b/xfce/xfburn/PRE_BUILD
index a02573e..0f1aa85 100755
--- a/xfce/xfburn/PRE_BUILD
+++ b/xfce/xfburn/PRE_BUILD
@@ -2,9 +2,6 @@ default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if [[ $XFBURN_SVN == y ]]; then
- ./autogen.sh &&
- aclocal &&
- autoheader &&
- autoconf &&
- automake
+ 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
new file mode 100644
index 0000000..cb7266a
--- /dev/null
+++ b/xfce/xfburn/configure.in.in.patch
@@ -0,0 +1,19 @@
+--- 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 (69e8c57edc92f12d960fca2483060d94d8457f46), Pol Vinogradov, 09/01/2008

Archive powered by MHonArc 2.6.24.

Top of Page