summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2007-09-16 19:22:32 +0000
committerWulf Krueger <philantrop@gentoo.org>2007-09-16 19:22:32 +0000
commit23771030ad300099965a68a201e00eb63d5732fe (patch)
tree21fb1cbec73dcdd68230eb846b06e02049cafc0e /app-pda/pilot-mailsync/files
parentversion bump and clean up (diff)
downloadgentoo-2-23771030ad300099965a68a201e00eb63d5732fe.tar.gz
gentoo-2-23771030ad300099965a68a201e00eb63d5732fe.tar.bz2
gentoo-2-23771030ad300099965a68a201e00eb63d5732fe.zip
Added a patch to allow compilation with recent glibc versions. Thanks to Patrick Kaster for his suggestion! Fixes bug 151351.
Added ~amd64 keyword. Removed obsolete versions. Version bump to 0.9.2. (Portage version: 2.1.3.9)
Diffstat (limited to 'app-pda/pilot-mailsync/files')
-rw-r--r--app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.13
-rw-r--r--app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.33
-rw-r--r--app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.9.23
-rw-r--r--app-pda/pilot-mailsync/files/pilot-mailsync-0.9.1-glibc.patch26
4 files changed, 29 insertions, 6 deletions
diff --git a/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.1 b/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.1
deleted file mode 100644
index cc160d676192..000000000000
--- a/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1b3b612434e04c0cd8cf9c5155d0321c pilot-mailsync-0.8.1.tar.gz 1799854
-RMD160 cdcb76cc8383fed9a0d150bd140cdadb4478caf6 pilot-mailsync-0.8.1.tar.gz 1799854
-SHA256 81caf2f6478438bc67cc2d0f00777586bf45756128646771ac2a031ab4f67c0b pilot-mailsync-0.8.1.tar.gz 1799854
diff --git a/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.3 b/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.3
deleted file mode 100644
index 43f454e4e0eb..000000000000
--- a/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3b2b1f781ad396b687470ad6891e5d09 pilot-mailsync-0.8.3.tar.gz 2037489
-RMD160 5c0d3a0767c959c4e38c716ed0d4d93697819417 pilot-mailsync-0.8.3.tar.gz 2037489
-SHA256 aa84cb60a74bea5931db3e12cfc9b965adfd76da2d8278bcd8f908b5aff4b0fa pilot-mailsync-0.8.3.tar.gz 2037489
diff --git a/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.9.2 b/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.9.2
new file mode 100644
index 000000000000..7bdd219c4a23
--- /dev/null
+++ b/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.9.2
@@ -0,0 +1,3 @@
+MD5 dfadac16856dc00205a85606cd1a7523 pilot-mailsync-0.9.2.tgz 2052061
+RMD160 69d21d0ace7ccabac6ef1c4ae0673bccc90858bc pilot-mailsync-0.9.2.tgz 2052061
+SHA256 085b651b955cd1b2a7f5acbc8620ed69d83b98a92e0c723dad33c2382d446cea pilot-mailsync-0.9.2.tgz 2052061
diff --git a/app-pda/pilot-mailsync/files/pilot-mailsync-0.9.1-glibc.patch b/app-pda/pilot-mailsync/files/pilot-mailsync-0.9.1-glibc.patch
new file mode 100644
index 000000000000..b84cf45022b5
--- /dev/null
+++ b/app-pda/pilot-mailsync/files/pilot-mailsync-0.9.1-glibc.patch
@@ -0,0 +1,26 @@
+diff -Naur pilot-mailsync-0.9.1.orig/config.h.in pilot-mailsync-0.9.1/config.h.in
+--- pilot-mailsync-0.9.1.orig/config.h.in 2002-10-12 16:51:15.000000000 +0200
++++ pilot-mailsync-0.9.1/config.h.in 2007-09-16 17:50:44.000000000 +0200
+@@ -4,7 +4,7 @@
+ #undef const
+
+ /* Define to `int' if <sys/types.h> doesn't define. */
+-#undef gid_t
++//#undef gid_t
+
+ /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
+ #undef HAVE_SYS_WAIT_H
+@@ -19,7 +19,7 @@
+ #undef TM_IN_SYS_TIME
+
+ /* Define to `int' if <sys/types.h> doesn't define. */
+-#undef uid_t
++//#undef uid_t
+
+ /* Define if you have the gethostname function. */
+ #undef HAVE_GETHOSTNAME
+@@ -35,4 +35,3 @@
+
+ /* Define when using SSL_LIB */
+ #undef HAVE_SSL_LIB
+-