From fea74da4b083dd907ae834f21eee633181c8b49b Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 1 Oct 2007 04:03:01 +0000 Subject: With my portmgr hat on, fix this port so tools like imapd that depend on it will actually work. The previous commit completely broke imapd, ipopd, etc. This restores the installation of linkage.c from the last working version. --- mail/cclient/Makefile | 5 +++-- mail/cclient/pkg-plist | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 0bf6e6c394eb..eb12d4195aea 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -7,6 +7,7 @@ PORTNAME= cclient PORTVERSION= 2006j +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail devel ipv6 MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ @@ -69,8 +70,8 @@ post-configure: @${ECHO_MSG} ">> The c-client shared library will be named ${SHLIBNAME}" HEADERS= c-client.h dummy.h env.h env_unix.h fdstring.h flockcyg.h \ - flocksim.h flstring.h fs.h ftl.h imap4r1.h linkage.h mail.h \ - misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h pseudo.h \ + flocksim.h flstring.h fs.h ftl.h imap4r1.h linkage.c linkage.h \ + mail.h misc.h netmsg.h newsrc.h nl.h nntp.h osdep.h pseudo.h \ rfc822.h smtp.h sslio.h tcp.h tcp_unix.h unix.h utf8.h \ utf8aux.h PORTREV_H= ${WRKDIR}/portrevision.h diff --git a/mail/cclient/pkg-plist b/mail/cclient/pkg-plist index 79230433155a..b59b5f6a522f 100644 --- a/mail/cclient/pkg-plist +++ b/mail/cclient/pkg-plist @@ -9,6 +9,7 @@ include/c-client/flstring.h include/c-client/fs.h include/c-client/ftl.h include/c-client/imap4r1.h +include/c-client/linkage.c include/c-client/linkage.h include/c-client/mail.h include/c-client/misc.h -- cgit