[SM-Commit] GIT changes to master grimoire by Bor Kraljič (8b6824e34bf4dae128bbe6625fc3bfd0d9622151)

Bor Kraljič scm at sourcemage.org
Mon Sep 12 06:55:48 EDT 2011


GIT changes to master grimoire by Bor Kraljič <pyrobor at ver.si>:

 dev/null                            |binary
 net/dnsmasq/DETAILS                 |    2 +-
 net/dnsmasq/HISTORY                 |    4 ++++
 net/dnsmasq/PRE_BUILD               |    7 +++++++
 net/dnsmasq/dnsmasq-2.57.tar.gz.sig |    0 
 net/dnsmasq/dnsmasq-2.58.tar.gz.sig |binary
 6 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 8b6824e34bf4dae128bbe6625fc3bfd0d9622151
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    dnsmasq: updated spell to 2.58

commit 1a1b29d63ee9482c717b1f79b68e88a0f089abb9
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    dnsmasq: added hack to build with dbus (from Arch Linux) (fixes #183)

diff --git a/net/dnsmasq/DETAILS b/net/dnsmasq/DETAILS
index 7fd16b7..43d44a8 100755
--- a/net/dnsmasq/DETAILS
+++ b/net/dnsmasq/DETAILS
@@ -1,5 +1,5 @@
            SPELL=dnsmasq
-         VERSION=2.57
+         VERSION=2.58
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.thekelleys.org.uk/dnsmasq/$SOURCE
diff --git a/net/dnsmasq/HISTORY b/net/dnsmasq/HISTORY
index 2fa7c11..562a12d 100644
--- a/net/dnsmasq/HISTORY
+++ b/net/dnsmasq/HISTORY
@@ -1,3 +1,7 @@
+2011-09-12 Bor Kraljič <pyrobor at ver.si>
+	* DETAILS: updated spell to 2.58
+	* PRE_BUILD: added hack to build with dbus (from Arch Linux) (fixes #183)
+
 2011-05-19 Arjan Bouter <abouter at sourcemage.org>
 	* DETAILS: version 2.57
 	* DEPENDS: --enable-dbus had no use, changed to optional -DHAVE_DBUS in BUILD
diff --git a/net/dnsmasq/PRE_BUILD b/net/dnsmasq/PRE_BUILD
new file mode 100755
index 0000000..08e6829
--- /dev/null
+++ b/net/dnsmasq/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+if is_depends_enabled $SPELL dbus; then
+  # link against dbus
+  echo '#define HAVE_DBUS' >> src/config.h
+fi
diff --git a/net/dnsmasq/dnsmasq-2.57.tar.gz.sig b/net/dnsmasq/dnsmasq-2.57.tar.gz.sig
deleted file mode 100644
index f02926e..0000000
Binary files a/net/dnsmasq/dnsmasq-2.57.tar.gz.sig and /dev/null differ
diff --git a/net/dnsmasq/dnsmasq-2.58.tar.gz.sig b/net/dnsmasq/dnsmasq-2.58.tar.gz.sig
new file mode 100644
index 0000000..459a171
Binary files /dev/null and b/net/dnsmasq/dnsmasq-2.58.tar.gz.sig differ


More information about the SM-Commit mailing list