summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-07-24 20:40:09 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-07-24 20:40:09 +0000
commit30c6b06dbf353997099812e74940b6477e6db53a (patch)
tree546367615078c027a304932d7ee3e1c2f1b653f5 /app-pda/multisync
parentConfiguration files need to be owned by user unrealircd. (diff)
downloadhistorical-30c6b06dbf353997099812e74940b6477e6db53a.tar.gz
historical-30c6b06dbf353997099812e74940b6477e6db53a.tar.bz2
historical-30c6b06dbf353997099812e74940b6477e6db53a.zip
added bluetooth sdp patch for multisync. thanks to Ronny Haryanto <rh-gentoo@terasi.net> (#55758)
Diffstat (limited to 'app-pda/multisync')
-rw-r--r--app-pda/multisync/ChangeLog7
-rw-r--r--app-pda/multisync/Manifest5
-rw-r--r--app-pda/multisync/files/multisync-0.82-bluetooth-sdp.patch19
-rw-r--r--app-pda/multisync/multisync-0.82.ebuild3
4 files changed, 30 insertions, 4 deletions
diff --git a/app-pda/multisync/ChangeLog b/app-pda/multisync/ChangeLog
index a8a3219f96bc..f2c2e6fedd30 100644
--- a/app-pda/multisync/ChangeLog
+++ b/app-pda/multisync/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/multisync
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/ChangeLog,v 1.12 2004/07/01 19:23:59 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/ChangeLog,v 1.13 2004/07/24 20:40:09 liquidx Exp $
+
+ 24 Jul 2004; Alastair Tse <liquidx@gentoo.org>
+ +files/multisync-0.82-bluetooth-sdp.patch, multisync-0.82.ebuild:
+ added bluetooth sdp patch for multisync. thanks to Ronny Haryanto
+ <rh-gentoo@terasi.net> (#55758)
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
multisync-0.80-r1.ebuild, multisync-0.81-r1.ebuild, multisync-0.81.ebuild:
diff --git a/app-pda/multisync/Manifest b/app-pda/multisync/Manifest
index 9647403c96be..f447227d6209 100644
--- a/app-pda/multisync/Manifest
+++ b/app-pda/multisync/Manifest
@@ -1,12 +1,13 @@
-MD5 93442ca36d8358bef65975ed320d0897 multisync-0.82.ebuild 2121
+MD5 9b7a6d803973f5a667f38879f8c7deb5 multisync-0.82.ebuild 2170
MD5 51dd304ecb2e616746c1355a55860241 multisync-0.81-r1.ebuild 2163
MD5 c5c0dfa936b15b80c4642e71f5fe9462 multisync-0.81.ebuild 2096
MD5 63feae88b8d707c8d30e9cc78492cc6a multisync-0.80-r1.ebuild 2080
-MD5 85ac38a3219aa50e9d5ce5c5ee796f51 ChangeLog 2022
+MD5 7dc065126bcd90ec84ee6313e798c856 ChangeLog 2239
MD5 8bf6f02e04d1b0ccf382064a2d1ee056 metadata.xml 331
MD5 8ad3a49acbf349a211788f9fadd1285d files/digest-multisync-0.80-r1 69
MD5 88fd786cd5f1c92e85f887a3d994639d files/digest-multisync-0.81-r1 68
MD5 dd3fe0167fa09a793b91a0115253480f files/multisync-0.80-r1-gentoo.patch 842
+MD5 8dcfd4b620831bf876a1a0f84469597e files/multisync-0.82-bluetooth-sdp.patch 714
MD5 9caf6f63fb6ecf15986fb4752ffd5ffa files/multisync-0.81-gentoo.patch 902
MD5 88fd786cd5f1c92e85f887a3d994639d files/digest-multisync-0.81 68
MD5 94a424df4dc4575edbb2a91c5ff4eaa3 files/digest-multisync-0.82 68
diff --git a/app-pda/multisync/files/multisync-0.82-bluetooth-sdp.patch b/app-pda/multisync/files/multisync-0.82-bluetooth-sdp.patch
new file mode 100644
index 000000000000..b088b2d4a69c
--- /dev/null
+++ b/app-pda/multisync/files/multisync-0.82-bluetooth-sdp.patch
@@ -0,0 +1,19 @@
+--- plugins/irmc_sync/configure.orig 2004-07-01 17:20:02.033042906 +1000
++++ plugins/irmc_sync/configure 2004-07-01 17:20:51.129570206 +1000
+@@ -4308,13 +4308,13 @@
+ fi
+
+ SDP=0
+-echo "$as_me:$LINENO: checking for sdp_list_free in -lsdp" >&5
+-echo $ECHO_N "checking for sdp_list_free in -lsdp... $ECHO_C" >&6
++echo "$as_me:$LINENO: checking for sdp_list_free in -lbluetooth" >&5
++echo $ECHO_N "checking for sdp_list_free in -lbluetooth... $ECHO_C" >&6
+ if test "${ac_cv_lib_sdp_sdp_list_free+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+ ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lsdp $LIBS"
++LIBS="-lbluetooth $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"
+ /* confdefs.h. */
diff --git a/app-pda/multisync/multisync-0.82.ebuild b/app-pda/multisync/multisync-0.82.ebuild
index 8044f266819b..e34a1ba03c83 100644
--- a/app-pda/multisync/multisync-0.82.ebuild
+++ b/app-pda/multisync/multisync-0.82.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.82.ebuild,v 1.3 2004/07/09 23:40:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.82.ebuild,v 1.4 2004/07/24 20:40:09 liquidx Exp $
inherit eutils
@@ -49,6 +49,7 @@ src_unpack() {
# Fix the opie Makefile
cd ${S}
epatch ${FILESDIR}/${PN}-0.81-gentoo.patch
+ epatch ${FILESDIR}/${PN}-0.82-bluetooth-sdp.patch
}
src_compile() {