ports/56061: Update port synce-dccm 0.7 -> 0.8
Sam Lawrance
boris at brooknet.com.au
Thu Aug 28 00:50:26 UTC 2003
>Number: 56061
>Category: ports
>Synopsis: Update port synce-dccm 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:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Sam Lawrance
>Release: FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
Update port verion and related.
Added missing dependency iconv.3.
Now using LOCALBASE instead of PREFIX to tell build where to find
libraries.
>How-To-Repeat:
n/a
>Fix:
Patch below.
--- patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/palm/synce-dccm/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile 1 Aug 2003 14:32:15 -0000 1.1
+++ Makefile 28 Aug 2003 00:22:04 -0000
@@ -5,7 +5,7 @@
# $FreeBSD: ports/palm/synce-dccm/Makefile,v 1.1 2003/08/01 14:32:15 arved Exp $
PORTNAME= synce-dccm
-PORTVERSION= 0.7
+PORTVERSION= 0.8
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= synce
@@ -13,15 +13,15 @@
MAINTAINER= boris at brooknet.com.au
COMMENT= Listener daemon for connections from WinCE devices
+LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv
LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce
MAN1= dccm.1 synce-sound.1
-WRKSRC= ${WRKDIR}/synce-dccm-0.7
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS+= --program-transform-name="" \
- --with-libsynce=${PREFIX}
+CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE}
+CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE}
INSTALLS_SHLIB= yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/palm/synce-dccm/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo 1 Aug 2003 14:32:15 -0000 1.1
+++ distinfo 28 Aug 2003 00:22:20 -0000
@@ -1 +1 @@
-MD5 (synce-dccm-0.7.tar.gz) = bc1cd563870642cc5bbd16e9b31bf208
+MD5 (synce-dccm-0.8.tar.gz) = 4e1367c7b2a90c4cfe4b9a814549cc69
--- patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list