summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTroy Dack <tad@gentoo.org>2004-03-30 12:10:58 +0000
committerTroy Dack <tad@gentoo.org>2004-03-30 12:10:58 +0000
commitd32ff6cb6d18ceea3d9f846cb34e2033b1b6adf0 (patch)
treef3040a7fe1f8ac74fca45b350db34f915f5ee846 /app-pda/synce-libsynce
parentClosing #45583. (diff)
downloadhistorical-d32ff6cb6d18ceea3d9f846cb34e2033b1b6adf0.tar.gz
historical-d32ff6cb6d18ceea3d9f846cb34e2033b1b6adf0.tar.bz2
historical-d32ff6cb6d18ceea3d9f846cb34e2033b1b6adf0.zip
Build fix. Closes Bug #45878.
Diffstat (limited to 'app-pda/synce-libsynce')
-rw-r--r--app-pda/synce-libsynce/ChangeLog9
-rw-r--r--app-pda/synce-libsynce/Manifest5
-rw-r--r--app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch9
-rw-r--r--app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild9
4 files changed, 26 insertions, 6 deletions
diff --git a/app-pda/synce-libsynce/ChangeLog b/app-pda/synce-libsynce/ChangeLog
index 317b6e44f9fa..c04274fa610f 100644
--- a/app-pda/synce-libsynce/ChangeLog
+++ b/app-pda/synce-libsynce/ChangeLog
@@ -1,8 +1,13 @@
# ChangeLog for app-pda/synce-libsynce
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.5 2004/03/26 12:34:10 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/ChangeLog,v 1.6 2004/03/30 12:10:58 tad Exp $
-*synce-libsynce-0.8.9 (26 Mar 2004)
+*synce-libsynce-0.8.9 (30 Mar 2004)
+
+ 30 Mar 2004; Troy Dack <troy@gentoo.org> synce-libsynce-0.8.9.ebuild,
+ files/0.8.9/synce-libsynce-0.8.9-gcc33.patch:
+ Patch to build properly with gcc-3.3. Thanks to Geoffrey SCOUTHEETEN
+ <scout@scoutheeten.com> for the patch. Closes Bug #45878.
26 Mar 2004; Troy Dack <troy@gentoo.org> synce-libsynce-0.8.9.ebuild:
Version bump.
diff --git a/app-pda/synce-libsynce/Manifest b/app-pda/synce-libsynce/Manifest
index 2e51a18a5731..9abeb2eff994 100644
--- a/app-pda/synce-libsynce/Manifest
+++ b/app-pda/synce-libsynce/Manifest
@@ -1,8 +1,9 @@
MD5 86e8598e71d77ed7f3c2f09cc8c65460 synce-libsynce-0.7.ebuild 615
-MD5 8df48e6b2d341555fdb3ce75bea25849 synce-libsynce-0.8.9.ebuild 602
+MD5 7429063cdf3463c127595261b4db6403 synce-libsynce-0.8.9.ebuild 700
MD5 a2dfc7e493b43066dc7f92a88904f55b synce-libsynce-0.8.1.ebuild 606
-MD5 8219e11dc0ce6335e8576c5982803ed2 ChangeLog 944
+MD5 3825fa950a5980e1a76401a30bee4789 ChangeLog 1196
MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
MD5 c178478ce18853e31d781c5808d7ee74 files/digest-synce-libsynce-0.8.1 72
MD5 f7dab5c224f57f0f02ce747c58c0342d files/digest-synce-libsynce-0.8.9 72
MD5 7d9811314c87ae1229c45598d0bb2c95 files/digest-synce-libsynce-0.7 70
+MD5 32106e3bd72b88a593e10392242917fa files/0.8.9/synce-libsynce-0.8.9-gcc33.patch 431
diff --git a/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch b/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch
new file mode 100644
index 000000000000..4a6d4ae3f63f
--- /dev/null
+++ b/app-pda/synce-libsynce/files/0.8.9/synce-libsynce-0.8.9-gcc33.patch
@@ -0,0 +1,9 @@
+--- synce-libsynce-0.8.9-orig/lib/Makefile.am 2004-03-10 16:30:22.818512576 +0000
++++ synce-libsynce-0.8.9/lib/Makefile.am 2004-03-10 16:30:35.237624584 +0000
+@@ -1,5 +1,5 @@
+ ## useful flags
+-AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ @APPLE_CFLAGS@ -I..
++AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -ansi @CFLAGS@ @APPLE_CFLAGS@ -I..
+
+ ## create this library
+ lib_LTLIBRARIES = libsynce.la
diff --git a/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild b/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild
index 8c20aca1f38d..ddadaac3bcf2 100644
--- a/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild
+++ b/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-libsynce/synce-libsynce-0.8.9.ebuild,v 1.2 2004/03/30 12:10:58 tad Exp $
DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync."
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -11,7 +11,12 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND=""
+DEPEND=">=dev-libs/check-0.8.3.1"
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${PV}/${P}-gcc33.patch
+}
src_compile() {
econf