Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2011 10:16:03 GMT
From:      Helmut Schneider <jumper99@gmx.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155885: mail/postfix: fix pkg-plist
Message-ID:  <201103231016.p2NAG3Wu086205@red.freebsd.org>
Resent-Message-ID: <201103231020.p2NAK3oF045446@freefall.freebsd.org>

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

>Number:         155885
>Category:       ports
>Synopsis:       mail/postfix: fix pkg-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 Mar 23 10:20:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Schneider
>Release:        8.2-RELEASE-p0
>Organization:
>Environment:
>Description:
The pkg-plist seems to have orphaned entries:

[helmut@BSDHelmut ~]$ sudo pkg_create -b postfix-2.8.2,1
tar: bin/mailq: Cannot stat: No such file or directory
tar: bin/newaliases: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
[helmut@BSDHelmut ~]$ ls -la $(which mailq)
lrwxr-xr-x  1 root  wheel  21 Jul 19  2010 /usr/bin/mailq -> /usr/sbin/mailwrapper
[helmut@BSDHelmut ~]$ ls -la $(which newaliases)
lrwxr-xr-x  1 root  wheel  29 Oct  4 13:54 /usr/bin/newaliases -> ../../usr/local/sbin/sendmail
[helmut@BSDHelmut ~]$
>How-To-Repeat:

>Fix:
--- /usr/ports/mail/postfix/pkg-plist.org       2011-03-23 11:09:08.000000000 +0100
+++ /usr/ports/mail/postfix/pkg-plist   2011-03-23 11:09:50.000000000 +0100
@@ -36,8 +36,6 @@
 libexec/postfix/virtual
 libexec/postfix/tlsmgr
 @dirrm libexec/postfix
-bin/mailq
-bin/newaliases
 bin/qshape
 bin/rmail
 %%TEST%%bin/qmqp-sink

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



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