From owner-freebsd-ports Sun May 6 10:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CB6F37B42C for ; Sun, 6 May 2001 10:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f46HU4Q48283; Sun, 6 May 2001 10:30:04 -0700 (PDT) (envelope-from gnats) Received: from yeti.ismedia.pl (yeti.ismedia.pl [212.182.96.18]) by hub.freebsd.org (Postfix) with SMTP id 175D637B423 for ; Sun, 6 May 2001 10:22:36 -0700 (PDT) (envelope-from venglin@freebsd.lublin.pl) Received: (qmail 43053 invoked from network); 6 May 2001 17:24:31 -0000 Received: from unknown (212.182.115.11) by 0 with QMTP; 6 May 2001 17:24:31 -0000 Received: (qmail 65111 invoked from network); 6 May 2001 17:22:26 -0000 Received: from unknown (212.182.115.11) by 0 with QMQP; 6 May 2001 17:22:26 -0000 Message-Id: <20010506172226.65108.qmail@riget.scene.pl> Date: 6 May 2001 17:22:26 -0000 From: venglin@freebsd.lublin.pl Reply-To: venglin@freebsd.lublin.pl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/27160: [PATCH] Add maildir support to pine port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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