Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2003 15:47:20 +0400
From:      Sergei Kolobov <sergei@kolobov.com>
To:        Pete Fritchman <petef@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/51926: [MAINTAINER] Update mail/offlineimap to 3.99.17
Message-ID:  <20030512114720.GA697@globcon.net>
In-Reply-To: <20030512010414.GB20317@absolutbsd.org>
References:  <20030511223328.GB697@globcon.net> <20030512010414.GB20317@absolutbsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-05-11 at 20:04 -0500, Pete Fritchman wrote:
> ++ 12/05/03 02:33 +0400 - Sergei Kolobov:
> | -	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' < ${PKGMESSAGE}
> | +	@${SED} -e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
> | +		${MASTERDIR}/pkg-message > ${PKGMESSAGE}
> | +	@${CAT} ${PKGMESSAGE}
> 
> Ports should work with a r/o /usr/ports.  I'd suggest setting PKGMESSAGE
> to ${WRKDIR}/pkg-message.  What do you think?

Of course. Actually, it was in the original PR, but got lost in the
follow-up.

Just in case, here is the diff against the last patch:

--- Makefile.orig	Mon May 12 15:44:16 2003
+++ Makefile	Mon May 12 15:44:38 2003
@@ -15,6 +15,7 @@
 COMMENT=	Powerful IMAP/Maildir synchronization and reader support
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+PKGMESSAGE=	${WRKDIR}/pkg-message
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030512114720.GA697>