1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Chase mail/cclient shared library version bump.

Several patches were needed due to the removal of
include/c-client/linkage.c in favour of include/c-client/linkage.h.

PR:		ports/114833
Submitted by:	"Pedro J. Lobo" <pjlobo@sec.upm.es>
This commit is contained in:
Edwin Groothuis 2007-09-30 06:00:28 +00:00
parent 781c125261
commit 9ec324fbdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200423
15 changed files with 45 additions and 14 deletions

View File

@ -138,7 +138,7 @@ USE_ICONV= yes
.endif
.if ${PHP_MODNAME} == "imap"
LIB_DEPENDS+= c-client4.8:${PORTSDIR}/mail/cclient
LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient
CONFIGURE_ARGS+=--with-imap=${LOCALBASE}
.if !defined(WITHOUT_SSL)

View File

@ -126,7 +126,7 @@ USE_ICONV= yes
.endif
.if ${PHP_MODNAME} == "imap"
LIB_DEPENDS+= c-client4.8:${PORTSDIR}/mail/cclient
LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient
CONFIGURE_ARGS+=--with-imap=${LOCALBASE}
.if !defined(WITHOUT_SSL)

View File

@ -126,7 +126,7 @@ USE_ICONV= yes
.endif
.if ${PHP_MODNAME} == "imap"
LIB_DEPENDS+= c-client4.8:${PORTSDIR}/mail/cclient
LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient
CONFIGURE_ARGS+=--with-imap=${LOCALBASE}
.if !defined(WITHOUT_SSL)

View File

@ -7,6 +7,7 @@
PORTNAME= mailsync
PORTVERSION= 5.2.1
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Mailsync is a way of keeping a collection of mailboxes synchronized
LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes

View File

@ -1,5 +1,5 @@
--- configure.orig Wed Jun 30 10:04:12 2004
+++ configure Tue Aug 9 16:25:24 2005
--- configure.orig Wed Jun 30 18:04:12 2004
+++ configure Sun Sep 30 15:39:42 2007
@@ -5012,7 +5012,7 @@
@ -59,15 +59,17 @@
fi
@@ -5477,7 +5475,7 @@
@@ -5477,8 +5475,8 @@
echo "$as_me:$LINENO: checking for c-client.h" >&5
echo $ECHO_N "checking for c-client.h... $ECHO_C" >&6
- for p in `eval "echo {${CCLIENTLOCATIONS}}{,/c-client,/lib/c-client,/include/c-client,/include,/include/imap}"` ; do
- if test -r "${p}/c-client.h" -a -r "${p}/linkage.h" -a -r "${p}/linkage.c" ; then
+ p=${CCLIENTLOCATIONS}/include/c-client
if test -r "${p}/c-client.h" -a -r "${p}/linkage.h" -a -r "${p}/linkage.c" ; then
+ if test -r "${p}/c-client.h" -a -r "${p}/linkage.h" ; then
CCLIENT_INCLUDES="-I${p}"
CCLIENT_LINKAGE_H="${p}/linkage.h"
CCLIENT_LINKAGE_C="${p}/linkage.c"
@@ -5486,7 +5484,6 @@
echo "${ECHO_T}found in ${p}" >&6
break

View File

@ -0,0 +1,11 @@
--- src/mailsync_main.cc.orig Sun Sep 30 15:39:52 2007
+++ src/mailsync_main.cc Sun Sep 30 15:39:56 2007
@@ -68,7 +68,7 @@
int success;
bool& debug = options.debug;
-#include "linkage.c"
+#include "linkage.h"
//
// Parse arguments, read config file, choose operation mode

View File

@ -7,6 +7,7 @@
PORTNAME= CClient
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail/HDIAS
@ -14,9 +15,9 @@ PKGNAMEPREFIX= p5-
DISTNAME= Mail-Cclient-${PORTVERSION}
MAINTAINER= mat@FreeBSD.org
COMMENT= Perl interface to the c-client mailbox API
COMMENT= Perl interface to the c-client mailbox API
LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient
PERL_CONFIGURE= yes
CONFIGURE_ARGS= --cclient_dir=${LOCALBASE} \

View File

@ -6,6 +6,7 @@
#
CATEGORIES= mail
PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../../lang/php4

View File

@ -6,6 +6,7 @@
#
CATEGORIES= mail
PORTREVISION= 1
MASTERDIR= ${.CURDIR}/../../lang/php5

View File

@ -6,6 +6,7 @@
PORTNAME= phplist
PORTVERSION= 2.10.5
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= SF
EXTRACT_SUFX= .tgz

View File

@ -7,7 +7,7 @@
PORTNAME= postilion
PORTVERSION= 0.9.3c
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail tk83
MASTER_SITES= http://www.postilion.org/software/Postilion/
DISTNAME= ${PORTNAME}-current

View File

@ -7,6 +7,7 @@
PORTNAME= prayer
PORTVERSION= 1.0.16
PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/

View File

@ -0,0 +1,11 @@
--- prayer/mm.c.orig Sun Sep 30 15:50:26 2007
+++ prayer/mm.c Sun Sep 30 15:50:30 2007
@@ -31,7 +31,7 @@
/* Must call mminit before any other fn */
void mm_init()
{
-#include "linkage.c"
+#include "linkage.h"
ml_init();
}

View File

@ -7,7 +7,7 @@
PORTNAME= tkrat
PORTVERSION= 2.1.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail tk84
MASTER_SITES= http://tkrat.org/downloads/stable/ \
ftp://ftp.tkrat.org/pub/tkrat/
@ -17,7 +17,7 @@ COMMENT= A mail user agent for X with a Tcl/Tk user interface
LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \
tk84:${PORTSDIR}/x11-toolkits/tk84 \
c-client4.8:${PORTSDIR}/mail/cclient
c-client4.9:${PORTSDIR}/mail/cclient
USE_XLIB= yes

View File

@ -7,6 +7,7 @@
PORTNAME= ismail
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= www mail
MASTER_SITES= http://mail.electro-com.ru/~az/ISMail/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@ -31,7 +32,7 @@ USE_PHP= yes
PORTDOC_FILES= docs.html
PORT_EXAMPLES= mysql4.schema pgsql.schema
LIB_DEPENDS+= c-client4.8:${PORTSDIR}/mail/cclient
LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient
SED_SCRIPT= -e 's,%%INSTALL_SCRIPT%%,${INSTALL_SCRIPT},g' \
-e 's,%%MKDIR%%,${MKDIR},g' \