From owner-freebsd-ports Fri Jun 29 12: 0:11 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 2B9FA37B401 for ; Fri, 29 Jun 2001 12:00:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5TJ09j21920; Fri, 29 Jun 2001 12:00:09 -0700 (PDT) (envelope-from gnats) Date: Fri, 29 Jun 2001 12:00:09 -0700 (PDT) Message-Id: <200106291900.f5TJ09j21920@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Scot W. Hetzel" Subject: Re: ports/28496: Fix pkg-plist for mail/cyrus Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/28496; it has been noted by GNATS. From: "Scot W. Hetzel" To: , Cc: Subject: Re: ports/28496: Fix pkg-plist for mail/cyrus Date: Fri, 29 Jun 2001 13:51:11 -0500 > The @dir etc/imap should be allowed to fail instead. ^ @dirrm > I also noticed one more problem: @${ECHO} "@exec ${CP} /dev/null %D/etc/imap/mailboxes" >>${TMPPLIST} should be changed to: @${ECHO} "@exec ${TOUCH} %D/etc/imap/mailboxes" >>${TMPPLIST} @${ECHO} "@unexec [ ! -s %D/etc/imap/mailboxes ] && ${RM} %D/etc/imap/mailboxes" >>${TMPPLIST} in the Makefile, otherwise the package will wipeout the mailboxes file. The second line should solve the uninstall problem with bento. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message