Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2005 10:20:44 +0500
From:      Boris Kovalenko <boris@tagnet.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        chris@shagged.org
Subject:   ports/78723: [NON MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
Message-ID:  <E1D9z3M-0008qW-IM@boris.nikom.ru>
Resent-Message-ID: <200503120530.j2C5U4tN014189@freefall.freebsd.org>

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

>Number:         78723
>Category:       ports
>Synopsis:       [NON MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 12 05:30:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kovalenko
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
JSC "TAGNet"
>Environment:
System: FreeBSD boris.nikom.ru 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb  9 09:45:12 YEKT
>Description:
[DESCRIBE CHANGES]

    Minor changes to be sure Maildir will be properly compiled if options
    was changed.

Port maintainer (chris@shagged.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- tpop3d-1.5.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
--- /usr/ports/mail/tpop3d/Makefile	Sat Mar 12 10:12:40 2005
+++ /usr/ports/mail/tpop3d.new/Makefile	Sat Mar 12 10:15:40 2005
@@ -62,7 +62,7 @@
 CONFIGURE_ARGS+=	--enable-auth-flatfile
 .endif
 
-.if !defined(WITHOUT_MAILDIR)
+.if defined(WITH_MAILDIR) && !defined(WITHOUT_MAILDIR)
 CONFIGURE_ARGS+=	--enable-mbox-maildir
 .endif
 
--- tpop3d-1.5.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1D9z3M-0008qW-IM>