Date: Fri, 12 Mar 2004 06:40:13 -0800 (PST) From: Sam Lawrance <boris@brooknet.com.au> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/64135: [NEW PORT] palm/synce-rra: Remote Replication Agent Connection protocol library Message-ID: <200403121440.i2CEeD9S095034@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/64135; it has been noted by GNATS. From: Sam Lawrance <boris@brooknet.com.au> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/64135: [NEW PORT] palm/synce-rra: Remote Replication Agent Connection protocol library Date: Sat, 13 Mar 2004 01:38:20 +1100 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403121440.i2CEeD9S095034>