Skip site navigation (1)Skip section navigation (2)
Date:      6 May 2001 17:22:26 -0000
From:      venglin@freebsd.lublin.pl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27160: [PATCH] Add maildir support to pine port
Message-ID:  <20010506172226.65108.qmail@riget.scene.pl>

next in thread | raw e-mail | index | archive | help

>Number:         27160
>Category:       ports
>Synopsis:       [PATCH] Add maildir support to pine port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 10:30:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Przemyslaw Frasunek
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
czuby.net
>Environment:

	FreeBSD-stable.

>Description:

	Update port: mail/pine

	Support for maildirs.

>How-To-Repeat:

	N/A

>Fix:

--- ports/mail/pine4/Makefile.orig	Sun May  6 19:11:54 2001
+++ ports/mail/pine4/Makefile	Sun May  6 19:10:36 2001
@@ -32,7 +32,18 @@
 EXTRA_OPTS=	SSL_LINK="-L${OPENSSLLIB} -lssl -lcrypto"
 .endif
 
+.if defined(WITH_MAILDIR)
+PATCH_SITES+=	http://www.qmail.org/
+PATCHFILES+=	pine-maildir-4.33
+PATCH_DIST_STRIP=-p1
+.endif
+
 pre-fetch:
+.if !defined(WITH_MAILDIR)
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "WITH_MAILDIR=yes enables support of Maildir"
+	@${ECHO_MSG} ""
+.endif
 .if !defined(BATCH) && !defined(PACKAGE_BUILDING)
 	${SH} pkg-install
 .endif
--- ports/mail/pine4/distinfo.orig	Sun May  6 19:11:59 2001
+++ ports/mail/pine4/distinfo	Sun May  6 19:01:36 2001
@@ -1 +1,2 @@
 MD5 (pine4.33.tar.gz) = fb45dcfa1d3379031700da49236b2b9c
+MD5 (pine-maildir-4.33) = e81b7754b07c3b2fc4493783a80447a9
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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