Skip to Content.
Sympa Menu

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

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 (7cdc72430dc6561a3002f7c98aea63508c5b02db)
  • Date: Tue, 19 Jan 2010 14:02:42 -0600

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

net/dhcpcd/BUILD | 1 +
net/dhcpcd/DETAILS | 4 ++--
net/dhcpcd/HISTORY | 4 ----
net/dhcpcd/PRE_BUILD | 4 ++++
4 files changed, 7 insertions(+), 6 deletions(-)

New commits:
commit 7cdc72430dc6561a3002f7c98aea63508c5b02db
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "dhcpcd: => 5.1.4"

This reverts commit 1f2433419fc595eb76e89e9afb8574f843bb991f.

Same as 5.1.2 (see 8de2ca485d1d370a0a78ca61429156e64149d8e0), does not
start DHCP when called from /etc/network/interfaces.

diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
new file mode 100755
index 0000000..99e1269
--- /dev/null
+++ b/net/dhcpcd/BUILD
@@ -0,0 +1 @@
+CSTD=gnu99 make DESTDIR="$INSTALL_ROOT"
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index d92e67d..188a9cd 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -3,8 +3,8 @@
# VERSION=5.0.7
# SOURCE_HASH=sha512:
#else
- VERSION=5.1.4
-
SOURCE_HASH=sha512:699140502e2cf04327a3f06a94890d9bc6ad00b47f53b8ecd3041d85df5f6fe309833e7f09545c18b4f0323bd009dc9c0541a9c5765707cb053c2e70716537a5
+ VERSION=5.0.9
+
SOURCE_HASH=sha512:99d8f5d7fddf4b3680b45438ce3e1ee54d2ccb24d8b5a04ccfaa33bcdb4d35f70d9d8ea92b27f37a07452f9ed706b9697685d835cd7e17addcb9ea19388710a1
#fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index e49be97..a40bd8f 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,7 +1,3 @@
-2010-01-16 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 5.1.4
- * PRE_BUILD, BUILD: deleted, no longer needed
-
2009-10-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.0.9

diff --git a/net/dhcpcd/PRE_BUILD b/net/dhcpcd/PRE_BUILD
new file mode 100755
index 0000000..e2bc6bc
--- /dev/null
+++ b/net/dhcpcd/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:libexec:usr/libexec:" dhcpcd-hooks/Makefile Makefile



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7cdc72430dc6561a3002f7c98aea63508c5b02db), Eric Sandall, 01/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page