[SM-Commit] GIT changes to master grimoire by Sukneet Basuta (2538b8c76a8e13143e3519ae6d706029672ac272)

Sukneet Basuta scm at sourcemage.org
Mon Mar 8 22:52:34 EST 2010


GIT changes to master grimoire by Sukneet Basuta <sukneet at sourcemage.org>:

 net/dhcpcd/DETAILS   |    4 ++--
 net/dhcpcd/HISTORY   |    6 ++++++
 net/dhcpcd/PREPARE   |    2 +-
 net/dhcpcd/PRE_BUILD |    5 ++---
 4 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 2538b8c76a8e13143e3519ae6d706029672ac272
Author: Sukneet Basuta <sukneet at sourcemage.org>
Commit: Sukneet Basuta <sukneet at sourcemage.org>

    dhcp: => 5.2.1
    Seems to work fine when starting from init

diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 188a9cd..9f49ded 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -3,8 +3,8 @@
 #         VERSION=5.0.7
 #     SOURCE_HASH=sha512:
 #else
-         VERSION=5.0.9
-     SOURCE_HASH=sha512:99d8f5d7fddf4b3680b45438ce3e1ee54d2ccb24d8b5a04ccfaa33bcdb4d35f70d9d8ea92b27f37a07452f9ed706b9697685d835cd7e17addcb9ea19388710a1
+         VERSION=5.2.1
+     SOURCE_HASH=sha512:0763e0e7adb4070c01309ffbebc10600df57e9ddf0fcd89e218daa47f0775b28004b331bc2b09984517041180e5c4110cb837b76405515787581468e87fdd80f
 #fi
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index a40bd8f..af56209 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,9 @@
+2010-03-08 Sukneet Basuta <sukneet at sourcemage.org>
+	* DETAILS: updated spell to 5.2.1
+	* PREPARE: commented out DEVEL query, option is commented out in DETAILS already
+	* PRE_BUILD: added ./configure option with --libexecdir specified
+	  removed "sed -i "s:libexec:usr/libexec:" dhcpcd-hooks/Makefile Makefile" command, don't think this is needed
+
 2009-10-22 Treeve Jelbert <treeve at sourcemage.org>
 	* DETAILS: version 5.0.9
 
diff --git a/net/dhcpcd/PREPARE b/net/dhcpcd/PREPARE
index f07c486..12bdb11 100755
--- a/net/dhcpcd/PREPARE
+++ b/net/dhcpcd/PREPARE
@@ -1 +1 @@
-config_query DHCPCD_DEVEL "Use development branch?" n
+#config_query DHCPCD_DEVEL "Use development branch?" n
diff --git a/net/dhcpcd/PRE_BUILD b/net/dhcpcd/PRE_BUILD
index e2bc6bc..fb6b86c 100755
--- a/net/dhcpcd/PRE_BUILD
+++ b/net/dhcpcd/PRE_BUILD
@@ -1,4 +1,3 @@
 default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-sed -i "s:libexec:usr/libexec:" dhcpcd-hooks/Makefile Makefile
+cd "${SOURCE_DIRECTORY}" &&
+./configure --libexecdir=/usr/libexec



More information about the SM-Commit mailing list