Bug 64135 - [NEW PORT] palm/synce-rra: Remote Replication Agent Connection protocol library
Summary: [NEW PORT] palm/synce-rra: Remote Replication Agent Connection protocol library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-12 02:30 UTC by Sam Lawrance
Modified: 2004-03-13 21:45 UTC (History)
0 users

See Also:


Attachments
synce-rra-0.8.9.shar (3.92 KB, text/plain)
2004-03-12 02:30 UTC, Sam Lawrance
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Lawrance 2004-03-12 02:30:08 UTC
SynCE is a project for connecting to devices running Windows CE or Pocket PC.
RRA implements the Remote Replication Agent Connection protocol for
synchronising objects between a Windows CE device and other computer.

WWW: http://synce.sourceforge.net/

(This port will be used by a few others I plan to submit soon)

Fix: Dearest committer,
* this port requires libmimedir, submitted in PR ports/64132.
* files/patch-ab contains cvs Id tags, add as binary.
Comment 1 Sam Lawrance 2004-03-12 14:38:20 UTC
Patches to the original shar:

Kirill Ponomarew pointed out to me to use USE_ICONV and remove bogus
dirs in pkg-plist.

--- Makefile.orig	Sat Mar 13 01:28:42 2004
+++ Makefile	Sat Mar 13 01:29:06 2004
@@ -16,14 +16,14 @@
 MAINTAINER=	boris@brooknet.com.au
 COMMENT=	Remote Replication Agent Connection protocol library
 
-LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
-		synce.0:${PORTSDIR}/palm/synce-libsynce \
+LIB_DEPENDS=	synce.0:${PORTSDIR}/palm/synce-libsynce \
 		rapi.2:${PORTSDIR}/palm/synce-librapi2
 BUILD_DEPENDS=	${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir
 RUN_DEPENDS=	${LOCALBASE}/lib/libmimedir.a:${PORTSDIR}/devel/libmimedir
 
 MAN1=		synce-matchmaker.1
 
+USE_ICONV=	yes
 USE_LIBTOOL=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

--- pkg-plist.orig	Sat Mar 13 01:28:52 2004
+++ pkg-plist	Sat Mar 13 01:29:27 2004
@@ -1,6 +1,3 @@
-@dirrm include/rra
-share/nls/POSIX
-share/nls/en_US.US-ASCII
 bin/synce-matchmaker
 include/rra/appointment.h
 include/rra/contact.h
@@ -14,3 +11,4 @@
 lib/librra.so
 lib/librra.so.0
 share/aclocal/rra.m4
+@dirrm include/rra
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-13 21:45:08 UTC
State Changed
From-To: open->closed

New port added, thanks!