[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (b5efd9dc95fe11d3988aa91ebf4031ac02aa21ce)

Pol Vinogradov scm at sourcemage.org
Mon Mar 22 18:17:21 EDT 2010


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

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

New commits:
commit b5efd9dc95fe11d3988aa91ebf4031ac02aa21ce
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    net/dhcpcd: made building process more standard

diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
deleted file mode 100755
index 99e1269..0000000
--- a/net/dhcpcd/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-CSTD=gnu99 make DESTDIR="$INSTALL_ROOT"
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 9f49ded..fe9477b 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,11 +1,6 @@
            SPELL=dhcpcd
-#if [[ $DHCPCD_DEVEL == y ]]; then
-#         VERSION=5.0.7
-#     SOURCE_HASH=sha512:
-#else
          VERSION=5.2.1
      SOURCE_HASH=sha512:0763e0e7adb4070c01309ffbebc10600df57e9ddf0fcd89e218daa47f0775b28004b331bc2b09984517041180e5c4110cb837b76405515787581468e87fdd80f
-#fi
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=http://roy.marples.name/downloads/$SPELL/$SOURCE
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index af56209..9a97edf 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,8 @@
+2010-03-22 Pol Vinogradov <vin.public at gmail.com>
+	* DETAILS: removed commented devel crap
+	* BUILD, PREPARE, PRE_BUILD: removed, our defaults work fine
+	* INSTALL: default_install works as well
+
 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
diff --git a/net/dhcpcd/INSTALL b/net/dhcpcd/INSTALL
index 04f2588..e76872b 100755
--- a/net/dhcpcd/INSTALL
+++ b/net/dhcpcd/INSTALL
@@ -1,3 +1,3 @@
-make install DESTDIR="$INSTALL_ROOT" &&
+default_install &&
 
 install -d -m 755 "$INSTALL_ROOT/var/lib/dhcpcd"
diff --git a/net/dhcpcd/PREPARE b/net/dhcpcd/PREPARE
deleted file mode 100755
index 12bdb11..0000000
--- a/net/dhcpcd/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-#config_query DHCPCD_DEVEL "Use development branch?" n
diff --git a/net/dhcpcd/PRE_BUILD b/net/dhcpcd/PRE_BUILD
deleted file mode 100755
index fb6b86c..0000000
--- a/net/dhcpcd/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-./configure --libexecdir=/usr/libexec



More information about the SM-Commit mailing list