summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2004-11-27 11:12:30 +0000
committerSimon Stelling <blubb@gentoo.org>2004-11-27 11:12:30 +0000
commit3b989fe6d955208ac3c014378885c66bdc963408 (patch)
tree793a3d3f084b768bc032fa8852d44c5d6c89bacc /app-pda
parentInitial commit. (diff)
downloadhistorical-3b989fe6d955208ac3c014378885c66bdc963408.tar.gz
historical-3b989fe6d955208ac3c014378885c66bdc963408.tar.bz2
historical-3b989fe6d955208ac3c014378885c66bdc963408.zip
#63024
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/pilot-link/ChangeLog6
-rw-r--r--app-pda/pilot-link/Manifest7
-rw-r--r--app-pda/pilot-link/files/pilot-link-0.11.8-fPIC.patch11
-rw-r--r--app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild4
4 files changed, 23 insertions, 5 deletions
diff --git a/app-pda/pilot-link/ChangeLog b/app-pda/pilot-link/ChangeLog
index 59afbd8f58db..6c784b298eaa 100644
--- a/app-pda/pilot-link/ChangeLog
+++ b/app-pda/pilot-link/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/pilot-link
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.15 2004/09/30 00:07:19 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.16 2004/11/27 11:12:29 blubb Exp $
+
+ 27 Nov 2004; Simon Stelling <blubb@gentoo.org>
+ +files/pilot-link-0.11.8-fPIC.patch, pilot-link-0.11.8-r1.ebuild:
+ fixed bug #63024 with Christian (tmgisi@gmx.at) Aistleitner's patch
30 Sep 2004; Alastair Tse <liquidx@gentoo.org>
+files/pilot-link-0.11.8-netsync.patch, pilot-link-0.11.8-r1.ebuild:
diff --git a/app-pda/pilot-link/Manifest b/app-pda/pilot-link/Manifest
index f1f032b1240b..3c00dbaf0378 100644
--- a/app-pda/pilot-link/Manifest
+++ b/app-pda/pilot-link/Manifest
@@ -1,16 +1,17 @@
-MD5 8467971ae95d21456dddb773449ff77d ChangeLog 5258
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
MD5 f6818df1aab0a08619deb5ea59dd480b pilot-link-0.11.3.ebuild 1134
MD5 e658f1d8456df2f7c6a88ccad2225f5f pilot-link-0.11.5-r2.ebuild 2802
MD5 4357d80ca13fc2dc2397bab6683d39b7 pilot-link-0.11.7-r1.ebuild 1796
MD5 6932c2904168b908029d4157e4640f24 pilot-link-0.11.8.ebuild 1887
-MD5 6289f89c5c97d9e9c1df276524ba857a pilot-link-0.11.8-r1.ebuild 2048
+MD5 ac419bed592b30e26b504c8015b2772e pilot-link-0.11.8-r1.ebuild 2089
+MD5 da6d77657605de906948e9d27df78a59 ChangeLog 5444
MD5 4ed5cde53dbd9e15bb794538763b55eb files/digest-pilot-link-0.11.3 70
MD5 6d5485ccfa72ceeae0193839586e7252 files/digest-pilot-link-0.11.5-r2 70
MD5 6ba6541a846ca65d5b4985c0b3e63707 files/digest-pilot-link-0.11.7-r1 70
MD5 c7eea8e9fc52ce118ca126979309da45 files/digest-pilot-link-0.11.8 70
+MD5 c7eea8e9fc52ce118ca126979309da45 files/digest-pilot-link-0.11.8-r1 70
MD5 469bfe2e33b13b930be59dea48e25719 files/perlpatch.diff 702
MD5 90560348093b5a7b47849896f35b4d54 files/pilot-link-0.11.8-javapath.patch 562
-MD5 c7eea8e9fc52ce118ca126979309da45 files/digest-pilot-link-0.11.8-r1 70
MD5 73901859bb01a4c7aa0dbddf1d6e898a files/pilot-link-0.11.8-javappc.patch 560
MD5 cc5d291e67e5ebc1caa5cc3c401f3ced files/pilot-link-0.11.8-netsync.patch 4371
+MD5 f30a8971ef7adddf2982f0362b4266c1 files/pilot-link-0.11.8-fPIC.patch 565
diff --git a/app-pda/pilot-link/files/pilot-link-0.11.8-fPIC.patch b/app-pda/pilot-link/files/pilot-link-0.11.8-fPIC.patch
new file mode 100644
index 000000000000..c5c0112226a6
--- /dev/null
+++ b/app-pda/pilot-link/files/pilot-link-0.11.8-fPIC.patch
@@ -0,0 +1,11 @@
+--- pilot-link-0.11.8/bindings/Java/Makefile.in 2004-09-06 11:34:18.074966344 +0200
++++ pilot-link-0.11.8/bindings/Java/Makefile.in 2004-09-06 11:57:42.772419872 +0200
+@@ -233,7 +233,7 @@
+ $(JAVAC) -d . $(java_files)
+
+ java_lib: libjpisock.c
+- $(CXX) $(INCLUDES) $(DEFS) -L $(top_builddir)/libpisock/.libs -lpisock -shared -o libjpisock.so $(srcdir)/libjpisock.c
++ $(CXX) $(INCLUDES) -fPIC $(DEFS) -L $(top_builddir)/libpisock/.libs -lpisock -shared -o libjpisock.so $(srcdir)/libjpisock.c
+
+ java_jar: $(java_classes)
+ $(JAR) cvf pilot-link.jar $(java_classes)
diff --git a/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild b/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild
index 273e13a2c044..f8fdc3b7e476 100644
--- a/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.11.8-r1.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/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.4 2004/11/07 09:23:36 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.11.8-r1.ebuild,v 1.5 2004/11/27 11:12:29 blubb Exp $
inherit perl-module eutils
@@ -59,6 +59,8 @@ src_compile() {
|| myconf="${myconf} --with-readline=no"
econf ${myconf} || die
+ cd ${S}
+ epatch ${FILESDIR}/${P}-fPIC.patch
# java fails w/emake
make || die