Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Apr 2013 12:28:02 GMT
From:      John Marino <draco@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177612: mail/dovecot2: [PATCH] fix bad plist
Message-ID:  <201304031228.r33CS2dt055761@red.freebsd.org>
Resent-Message-ID: <201304031230.r33CU0fN064216@freefall.freebsd.org>

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

>Number:         177612
>Category:       ports
>Synopsis:       mail/dovecot2: [PATCH] fix bad plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 03 12:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
mail/dovecot2 has three plist problems.
1. defined libdata/ldconfig/dovecot2 as a directory
2. USE_LDCONFIG is defined, it doesn't need to be on plist
3. documentation directories are on plist, this is automatically handled.

pkg complains during the packaging stage.  The attached patch fixes the problems.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- pkg-plist.orig	2013-03-08 23:13:08.935431000 +0000
+++ pkg-plist
@@ -505,11 +505,9 @@ libexec/dovecot/stats
 libexec/dovecot/xml2text
 sbin/dovecot
 share/aclocal/dovecot.m4
-@dirrmtry libdata/ldconfig/dovecot2
 @dirrm libexec/dovecot
 @dirrm lib/dovecot/doveadm
 @dirrmtry lib/dovecot/auth
 @dirrm lib/dovecot
 @dirrm include/dovecot
 @dirrmtry %%ETCDIR%%
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%


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



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