From 363aa91cf3a1011251cb4eea4bae5a1a3e653b0c Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 6 Aug 2003 01:25:00 +0000 Subject: [PATCH] the first applied patch fixes a problem with pilot-link. The shared objects created by libtools does not contain the usual ".so" in their name. This breaks jpilot-syncmal. (There a newer version of pilot-link announced on their website, but the link is dead. As soon as this link gets operational, we should reverify the .conf file....) The second patch updates jpilot-syncmal to 0.72 and fixes the chksum. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1029 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/tibit/jpilot-syncmal/jpilot-syncmal.desc | 4 ++-- package/tibit/pilot-link/pilot-link.conf | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 9df6a54bc..ce388da8a 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -5,6 +5,7 @@ whole rxr-tree. *) 2003-08-05 (2.0.0-beta7 - 2.0.0-rc1) - Burkhard Linke: fixed kasc/clanlib, gtk-perl10, gtkhtml10 + fixed tibit/pilot-link, tibit/jpilot-syncmal *) 2003-08-04 (2.0.0-beta7 - 2.0.0-rc1) diff --git a/package/tibit/jpilot-syncmal/jpilot-syncmal.desc b/package/tibit/jpilot-syncmal/jpilot-syncmal.desc index 2c3ee684f..e3487dcdb 100644 --- a/package/tibit/jpilot-syncmal/jpilot-syncmal.desc +++ b/package/tibit/jpilot-syncmal/jpilot-syncmal.desc @@ -35,7 +35,7 @@ [L] GPL [S] Stable -[V] 0.71.2 +[V] 0.72 [P] X -----5---9 828.000 -[D] 93939709793 jpilot-syncmal_0.71.2.tar.gz http://jasonday.home.att.net/ +[D] 1225096427 jpilot-syncmal-0.72.tar.gz http://jasonday.home.att.net/code/syncmal/ diff --git a/package/tibit/pilot-link/pilot-link.conf b/package/tibit/pilot-link/pilot-link.conf index ec15a2d6d..5c89860cf 100644 --- a/package/tibit/pilot-link/pilot-link.conf +++ b/package/tibit/pilot-link/pilot-link.conf @@ -22,7 +22,7 @@ preconf_pilot() { - autoconf || true + aclocal; automake; libtoolize -c -f; autoconf; } confopt="$confopt --with-perl --with-python --with-libpng"