View | Details | Raw Unified | Return to bug 77215
Collapse All | Expand All

(-)./Makefile (-7 / +4 lines)
Lines 108-113 Link Here
108
		ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \
108
		ftp://ftp.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \
109
		ftp://ftp3.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \
109
		ftp://ftp3.mutt.org.ua/pub/mutt/mutt-${VVV_PATCH_VERSION}/:vvv \
110
		http://www.spinnaker.de/mutt/compressed/:rr
110
		http://www.spinnaker.de/mutt/compressed/:rr
111
DISTNAME=	mutt-${PORTVERSION}i
112
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
113
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
111
114
112
PATCH_SITES+=	http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \
115
PATCH_SITES+=	http://www.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \
113
		http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \
116
		http://www2.mutt.org.ua/download/mutt-${VVV_PATCH_VERSION}/:vvv \
Lines 123-134 Link Here
123
COMMENT?=	The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.)
126
COMMENT?=	The Mongrel of Mail User Agents (part Elm, Pine, Mush, mh, etc.)
124
127
125
CONFLICTS=	mutt-[0-9]*
128
CONFLICTS=	mutt-[0-9]*
126
127
DIST_SUBDIR=	mutt
129
DIST_SUBDIR=	mutt
128
DOCSDIR?=	${PREFIX}/share/doc/mutt
130
DOCSDIR?=	${PREFIX}/share/doc/mutt
129
EXAMPLESDIR?=	${PREFIX}/share/examples/mutt
131
EXAMPLESDIR?=	${PREFIX}/share/examples/mutt
130
DATADIR?=	${PREFIX}/share/mutt
132
DATADIR?=	${PREFIX}/share/mutt
131
132
LDFLAGS+=	-L${LOCALBASE}/lib
133
LDFLAGS+=	-L${LOCALBASE}/lib
133
CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}"
134
CONFIGURE_ENV=	CC="${CC} -I${LOCALBASE}/include" LDFLAGS="${LDFLAGS}"
134
CONFIGURE_ARGS=	--enable-flock --disable-fcntl --with-ssl=${OPENSSLBASE} \
135
CONFIGURE_ARGS=	--enable-flock --disable-fcntl --with-ssl=${OPENSSLBASE} \
Lines 150-159 Link Here
150
151
151
.include <bsd.port.pre.mk>
152
.include <bsd.port.pre.mk>
152
153
153
DISTNAME=	mutt-${PORTVERSION}i
154
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
155
DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
156
157
CD_PATCH_VERSION=	1.5.5.1
154
CD_PATCH_VERSION=	1.5.5.1
158
CD_IFDEF_PATCH_VERSION=	1.5.4
155
CD_IFDEF_PATCH_VERSION=	1.5.4
159
DW_PATCH_VERSION=	1.5.6
156
DW_PATCH_VERSION=	1.5.6
Lines 383-389 Link Here
383
	@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4)
380
	@(cd ${WRKSRC}; ${SETENV} ${AUTOMAKE_ENV} ${ACLOCAL} -I m4)
384
381
385
.if defined(MUTT_SLAVE_HTML_PAGES)
382
.if defined(MUTT_SLAVE_HTML_PAGES)
386
SCRIPTS_ENV+=	MUTT_SLAVE_HTML_PAGES="$(MUTT_SLAVE_HTML_PAGES)"
383
SCRIPTS_ENV+=	MUTT_SLAVE_HTML_PAGES="${MUTT_SLAVE_HTML_PAGES}"
387
.endif
384
.endif
388
.if defined(WITH_MUTT_NNTP)
385
.if defined(WITH_MUTT_NNTP)
389
SCRIPTS_ENV+=	MUTT_NNTP="yes"
386
SCRIPTS_ENV+=	MUTT_NNTP="yes"
(-)./files/patch-Makefile.am.doc (+11 lines)
Line 0 Link Here
1
--- Makefile.am.orig2	Mon Feb  7 10:20:52 2005
2
+++ Makefile.am	Mon Feb  7 10:29:41 2005
3
@@ -10,7 +10,7 @@
4
 IMAP_INCLUDES = -I$(top_srcdir)/imap
5
 endif
6
 
7
-SUBDIRS = m4 po intl doc contrib $(IMAP_SUBDIR)
8
+SUBDIRS = m4 po intl contrib $(IMAP_SUBDIR) . doc
9
 
10
 bin_SCRIPTS = muttbug flea @SMIMEAUX_TARGET@
11

Return to bug 77215