[Lunar-commits] pilot-link: version bump and to quote them,

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Mon Jan 14 17:24:49 CET 2008


commit 6071a520bd97fbdaf41fc7f347f9f3ff9702cec8
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Jan 14 11:24:49 2008 -0500

    pilot-link: version bump and to quote them,
    
    "This one fixes quite a few issues."
    
    Also reworked the DEPENDS and the "hack" in the BUILD appears
    to not be needed anymore.
---
 utils/pilot-link/BUILD   |    5 +----
 utils/pilot-link/DEPENDS |   12 ++++++++++--
 utils/pilot-link/DETAILS |    7 ++++---
 3 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/utils/pilot-link/BUILD b/utils/pilot-link/BUILD
index 6909712..3822a8a 100644
--- a/utils/pilot-link/BUILD
+++ b/utils/pilot-link/BUILD
@@ -1,9 +1,6 @@
 (
 
-  # this hack is needed at pilot-link has a brain-dead configure file that
-  # insists on setting -Werror and doesn't respect the --disable-compiler-werror flag
-  bad_flags -Werror &&
-  OPTS="$OPTS --enable-conduits --with-libpng=/usr --with-readline --with-perl --with-python" &&
+  OPTS="$OPTS --enable-conduits --with-libpng=/usr --enable-threads" &&
   default_build
 
 ) > $C_FIFO 2>&1
diff --git a/utils/pilot-link/DEPENDS b/utils/pilot-link/DEPENDS
index 3310161..5366e5c 100644
--- a/utils/pilot-link/DEPENDS
+++ b/utils/pilot-link/DEPENDS
@@ -1,2 +1,10 @@
-optional_depends "libusb" "--enable-libusb" "--disable_libusb" "Enables faster syncing" &&
-optional_depends "libpng" "--with-libpng=/usr" "--without-libpng" "Enables PNG userland support"
+optional_depends "popt"        ""                   "--with-included-popt" "defaults to system popt"
+optional_depends "libusb"      "--enable-libusb"    "--disable_libusb"     "Enables faster syncing"
+optional_depends "libpng"      "--with-libpng=/usr" "--without-libpng"     "Enables PNG userland support"
+optional_depends "Python"      "--with-python"      "--without-python"     "for Python scripting support"
+optional_depends "perl"        "--with-perl"        "--without-perl"       "for perl scripting support"
+
+optional_depends "tcl"         "--with-tcl=/usr/lib  --with-tclinclude=/usr/include"  \
+                               "--without-tcl"      "for tcl scripting support"
+
+optional_depends "bluez-utils" "--with-bluez"       "--without-bluez"      "for bluetooth support"
diff --git a/utils/pilot-link/DETAILS b/utils/pilot-link/DETAILS
index 2da53db..082828b 100644
--- a/utils/pilot-link/DETAILS
+++ b/utils/pilot-link/DETAILS
@@ -1,12 +1,13 @@
           MODULE=pilot-link
-         VERSION=0.12.2
+         VERSION=0.12.3
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://downloads.pilot-link.org/
-      SOURCE_VFY=sha1:29a2b355ad8b0680e655c7e1ffa1ebef1b2ad5d9
+      SOURCE_VFY=sha1:d459ec2626ee19367a5329e604e33b337ef37602
         WEB_SITE=http://www.pilot-link.org/
          ENTERED=20011129
-         UPDATED=20070416
+         UPDATED=20080114
            SHORT="PalmOS<->PC transfer program."
+           PSAFE=no
 cat << EOF
 The pilot-link suite of tools contains a series of conduits for
 moving information to and from your Palm device and your desktop


More information about the Lunar-commits mailing list