ports/56060: Update port palm/synce-librapi2 0.7 -> 0.8

Sam Lawrance boris at brooknet.com.au
Thu Aug 28 00:50:26 UTC 2003


>Number:         56060
>Category:       ports
>Synopsis:       Update port palm/synce-librapi2 0.7 -> 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 27 17:50:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sam Lawrance
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:

>Description:
		Update port version and related.
		Now using LOCALBASE instead of PREFIX to tell the build
		where to find libraries.
		Add in missing dependency iconv.3.
>How-To-Repeat:
	n/a
>Fix:
	Patch below.

--- patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/palm/synce-librapi2/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	1 Aug 2003 14:51:43 -0000	1.1
+++ Makefile	28 Aug 2003 00:24:16 -0000
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/palm/synce-librapi2/Makefile,v 1.1 2003/08/01 14:51:43 arved Exp $
 
 PORTNAME=	synce-librapi2
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	palm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	synce
@@ -13,15 +13,20 @@
 MAINTAINER=	boris at brooknet.com.au
 COMMENT=	Utilities/libraries to make RAPI calls on WinCE devices
 
+LIB_DEPENDS+=	iconv.3:${PORTSDIR}/converters/libiconv
 LIB_DEPENDS+=	synce.0:${PORTSDIR}/palm/synce-libsynce
 
-MAN1=		pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1
+.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "amd64"
+ IGNORE=	"Does not build on ${MACHINE_ARCH}"
+.endif
+
+MAN1=		pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 synce-install-cab.1 synce-remove-program.1 synce-list-programs.1
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+=	--program-transform-name=""
-CONFIGURE_ARGS+=	--with-libsynce=${PREFIX}
+CONFIGURE_ARGS+=	--with-libiconv=${LOCALBASE}
+CONFIGURE_ARGS+=	--with-libsynce=${LOCALBASE}
 
 INSTALLS_SHLIB=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/palm/synce-librapi2/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	1 Aug 2003 14:51:43 -0000	1.1
+++ distinfo	27 Aug 2003 23:34:05 -0000
@@ -1 +1 @@
-MD5 (synce-librapi2-0.7.tar.gz) = ef33965cb97127a54053f8084487a347
+MD5 (synce-librapi2-0.8.tar.gz) = eadf2ddfe9300c531472120f406cfd5b
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/palm/synce-librapi2/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	1 Aug 2003 14:51:43 -0000	1.1
+++ pkg-plist	27 Aug 2003 23:40:26 -0000
@@ -6,6 +6,7 @@
 bin/prmdir
 bin/prun
 bin/pstatus
+bin/rapiconfig
 bin/synce-install-cab
 bin/synce-list-programs
 bin/synce-remove-program
--- patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list