Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2002 23:18:40 GMT
From:      Nik Clayont <nik@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34597: [PATCH] Update ports/mail/isync to 0.8
Message-ID:  <200202032318.g13NIej32543@nothing-going-on.demon.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         34597
>Category:       ports
>Synopsis:       [PATCH] Update ports/mail/isync to 0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 03 15:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nik Clayont
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD clan.nothing-going-on.org 4.4-STABLE FreeBSD 4.4-STABLE #2: Sun Dec 9 13:46:09 GMT 2001 nik@clan.nothing-going-on.org:/local/1/usr/src/sys/compile/CLAN i386


	
>Description:

	ports/mail/isync is out of date with respect to the latest code.

>How-To-Repeat:

>Fix:

	Apply these two diffs to the Makefile and distinfo.

--- Makefile.org	Sun Feb  3 23:00:39 2002
+++ Makefile	Sun Feb  3 23:13:30 2002
@@ -5,14 +5,19 @@
 # $FreeBSD: ports/mail/isync/Makefile,v 1.4 2001/11/28 14:18:35 eivind Exp $
 
 PORTNAME=	isync
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	mail
 MASTER_SITES=	http://www.sigpipe.org:8080/isync/
 
+LIB_DEPENDS=	db3:${PORTSDIR}/databases/db3
+
 MAINTAINER=	eivind@FreeBSD.org
 
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include/db3" \
+		LIBS="-L${LOCALBASE}/lib" \
+		LDFLAGS="-ldb3"
 
 MAN1=		isync.1
--- distinfo.org	Sun Feb  3 23:00:46 2002
+++ distinfo	Sun Feb  3 23:02:59 2002
@@ -1 +1 @@
-MD5 (isync-0.7.tar.gz) = e7c44ec4d675097c37fedc243b18d192
+MD5 (isync-0.8.tar.gz) = a932d0f349f7224192f0cabf06642cfb
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202032318.g13NIej32543>