1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Update to 1.0.1.

PR:		ports/79975
Submitted by:	Ports Fury
This commit is contained in:
Florent Thoumie 2005-04-15 17:48:23 +00:00
parent 071a17a29e
commit a2e47116a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133439
3 changed files with 32 additions and 9 deletions

View File

@ -5,26 +5,39 @@
# $FreeBSD$
PORTNAME= isync
PORTVERSION= 0.9.1
PORTVERSION= 1.0.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
MAINTAINER= ports@FreeBSD.org
COMMENT= Maintain local copies of remote IMAP folders w/synchronized flags
LIB_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42
USE_GETOPT_LONG= yes
USE_OPENSSL= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= isync.1
PLIST_FILES= bin/isync
MAN1= isync.1 mbsync.1 mdconvert.1
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
PLIST_FILES= bin/get-cert bin/isync bin/mbsync bin/mdconvert
CPPFLAGS= -I${LOCALBASE}/include/db3 -I${OPENSSLINC}
LDFLAGS= -L${LOCALBASE}/lib -ldb3 -L${OPENSSLLIB} -lssl -lcrypto
CPPFLAGS= -I${LOCALBASE}/include/db42 -I${OPENSSLINC}
LDFLAGS= -L${LOCALBASE}/lib/db42 -L${OPENSSLLIB} -lssl -lcrypto
post-patch:
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
MD5 (isync-0.9.1.tar.gz) = d3e0dc500c9d20cea3fd1245451e14fd
SIZE (isync-0.9.1.tar.gz) = 106953
MD5 (isync-1.0.1.tar.gz) = 3e238b87e4f39173121d60873f9d2b05
SIZE (isync-1.0.1.tar.gz) = 165617

View File

@ -0,0 +1,10 @@
--- src/drv_imap.c.orig Mon Mar 28 19:41:04 2005
+++ src/drv_imap.c Sun Apr 10 13:00:50 2005
@@ -26,6 +26,7 @@
#include <assert.h>
#include <unistd.h>
+#include <limits.h>
#include <sys/mman.h>
#include <sys/time.h>
#include <stdlib.h>nistd.h>