Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Mar 2004 01:38:20 +1100
From:      Sam Lawrance <boris@brooknet.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64135: [NEW PORT] palm/synce-rra: Remote Replication Agent Connection protocol library
Message-ID:  <1079102299.15274.10.camel@dirk>
In-Reply-To: <200403120230.i2C2U8Ks076876@freefall.freebsd.org>
References:  <200403120230.i2C2U8Ks076876@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?1079102299.15274.10.camel>