aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-10-02 00:04:16 +0800
committermarcus <marcus@FreeBSD.org>2007-10-02 00:04:16 +0800
commit0232604efdc0f1d1c2458eef4bd7364c3a0ad356 (patch)
tree1cf5123e8e4f946ea3c66ff52e21fac3a209b509 /mail
parent96d11d01b7ef60368790d785f55ff45de3fc068b (diff)
downloadfreebsd-ports-gnome-0232604efdc0f1d1c2458eef4bd7364c3a0ad356.tar.gz
freebsd-ports-gnome-0232604efdc0f1d1c2458eef4bd7364c3a0ad356.tar.zst
freebsd-ports-gnome-0232604efdc0f1d1c2458eef4bd7364c3a0ad356.zip
With my portmgr hat on, complete the fix needed for imap-uw to actually
work after the update to 2006j. It was not a typo including linkage.c. Without this, none of the drivers or authenticators are properly loaded.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index bc02bf7a115a..bc8f11fadf7f 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -8,7 +8,7 @@
PORTNAME= imap
PORTVERSION= 2006j
DISTVERSIONSUFFIX= 2
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
@@ -63,16 +63,6 @@ MAKE_ARGS+= WITH_NETSCAPE_BRAIN_DAMAGE=yes
.endif
# See src/imapd/Makefile for more information about these three options.
-post-patch:
- ${REINPLACE_CMD} -e 's/include "linkage.c"/include "linkage.h"/' \
- ${WRKSRC}/src/dmail/dmail.c \
- ${WRKSRC}/src/imapd/imapd.c \
- ${WRKSRC}/src/ipopd/ipop2d.c \
- ${WRKSRC}/src/ipopd/ipop3d.c \
- ${WRKSRC}/src/mailutil/mailutil.c \
- ${WRKSRC}/src/mtest/mtest.c \
- ${WRKSRC}/src/tmail/tmail.c
-
pre-build:
@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
.if !defined(WITHOUT_SSL)