[Lunar-commits] r21589 - moonbase/trunk/utils/pilot-link
Terry Chan
tchan at lunar-linux.org
Tue Sep 26 20:28:32 UTC 2006
Author: tchan
Date: 2006-09-26 20:28:32 +0000 (Tue, 26 Sep 2006)
New Revision: 21589
Modified:
moonbase/trunk/utils/pilot-link/BUILD
moonbase/trunk/utils/pilot-link/DETAILS
Log:
Version bump to pilot-link-0.12.1
Modified: moonbase/trunk/utils/pilot-link/BUILD
===================================================================
--- moonbase/trunk/utils/pilot-link/BUILD 2006-09-26 17:09:34 UTC (rev 21588)
+++ moonbase/trunk/utils/pilot-link/BUILD 2006-09-26 20:28:32 UTC (rev 21589)
@@ -1,21 +1,9 @@
(
- #patch_it $SOURCE_CACHE/$SOURCE2 1
- ./configure --build=$BUILD \
- --prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --datadir=/usr/share \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libdir=/usr/lib \
- --includedir=/usr/include \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-readline \
- --with-cpp \
- --with-perl5 \
- --with-python &&
- default_make
+ # 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 --with-readline --with-perl --with-python" &&
+ default_build
) > $C_FIFO 2>&1
Modified: moonbase/trunk/utils/pilot-link/DETAILS
===================================================================
--- moonbase/trunk/utils/pilot-link/DETAILS 2006-09-26 17:09:34 UTC (rev 21588)
+++ moonbase/trunk/utils/pilot-link/DETAILS 2006-09-26 20:28:32 UTC (rev 21589)
@@ -1,13 +1,11 @@
MODULE=pilot-link
- VERSION=0.11.8
- #VERSION=0.11.7
+ VERSION=0.12.1
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=pilot-link-0.11.6-uid.patch
- SOURCE_URL[0]=http://www.pilot-link.org/source/
- SOURCE2_URL[0]=$PATCH_URL/
+ SOURCE_URL=http://downloads.pilot-link.org/
+ SOURCE_VFY=sha1:b776aa4467f254b1f0c9fe76bd54afc9860c3e88
WEB_SITE=http://www.pilot-link.org/
ENTERED=20011129
- UPDATED=20030724
+ UPDATED=20060926
SHORT="pilot-link is a PalmOS<->PC transfer program."
cat << EOF
The pilot-link suite of tools contains a series of conduits for
More information about the Lunar-commits
mailing list