[Lunar-commits] <moonbase> ntrack: Version bump to 016.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Thu Feb 2 11:54:10 CET 2012


commit 78963ad74ea4d5b19ddda8b3b01825a69a6bb3cd
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Feb 2 05:54:10 2012 -0500

    ntrack: Version bump to 016.
    
    Side note; do not becomae alarmed by the warning during the compile about
    a dangling reference regarding libnl3. That patch has been incorporated
    with the latest version of libnl3.
---
 libs/ntrack/BUILD   |   20 +++++++-------------
 libs/ntrack/DETAILS |    9 +++------
 2 files changed, 10 insertions(+), 19 deletions(-)

diff --git a/libs/ntrack/BUILD b/libs/ntrack/BUILD
index 7920a1c..23e4c25 100644
--- a/libs/ntrack/BUILD
+++ b/libs/ntrack/BUILD
@@ -1,19 +1,13 @@
 (
 
-  patch_it $SOURCE2 0 &&
-  find . -name 'Makefile.*' -exec sed -i 's/-Werror//g' {} \; &&
-  find . -name 'Makefile.*' -exec sed -i 's/-pedantic//g' {} \; &&
-  sedit 's/nl-route/nl-route-3/g' configure &&
-  # If more than one libnl is installed compilation will break because
-  # ntrack will try to use them all. So we choose the newest one
-  # and hide the older so configure can skip them.
-  if module_installed libnl3; then
-  sedit 's/libnl-2.0/lib-bad-nl-2.0/g' configure
-  sedit 's/libnl-1/lib-bad-nl-1/g' configure
-  elif module_installed libnl2; then
-  sedit 's/libnl-1/lib-bad-nl-1/g' configure
+  sedit "s:-Werror::" modules/Makefile.am modules/Makefile.in &&
+
+  if in_depends $MODULE qt4 ; then
+    . /etc/profile.d/qt4.rc
   fi &&
-  OPTS+=" --disable-static " &&
+
+  OPTS+=" --disable-static" &&
+
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/libs/ntrack/DETAILS b/libs/ntrack/DETAILS
index 3b5e35b..9e333a8 100644
--- a/libs/ntrack/DETAILS
+++ b/libs/ntrack/DETAILS
@@ -1,14 +1,11 @@
           MODULE=ntrack
-         VERSION=014
+         VERSION=016
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=ntrack-lp-755608.patch
       SOURCE_URL=http://launchpad.net/ntrack/main/$VERSION/+download/
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:59f5a9d527d60af875edb9407725ca2223e31841
-     SOURCE2_VFY=sha1:6b18aeedb0cf054e935192de847c18b0e2a3f9d3
+      SOURCE_VFY=sha1:693f618198f65c9bbb7a9ace250d536f167b192a
         WEB_SITE=https://launchpad.net/ntrack
          ENTERED=20110105
-         UPDATED=20111101
+         UPDATED=20120202
            SHORT="get events on network online status changes"
 
 cat << EOF


More information about the Lunar-commits mailing list