From owner-freebsd-ports@FreeBSD.ORG Wed May 25 15:05:15 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B860F16A41C for ; Wed, 25 May 2005 15:05:15 +0000 (GMT) (envelope-from virenp@mail.utexas.edu) Received: from smtp.cm.utexas.edu (smtp.cm.utexas.edu [146.6.135.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F8343D1F for ; Wed, 25 May 2005 15:05:15 +0000 (GMT) (envelope-from virenp@mail.utexas.edu) Received: from mail.cm.utexas.edu (smtp.cm.utexas.edu [146.6.135.3]) by smtp.cm.utexas.edu (Postfix) with ESMTP id F094F6DA6A; Wed, 25 May 2005 10:05:14 -0500 (CDT) Received: from 146.6.178.5 (SquirrelMail authenticated user vpatel) by mail.cm.utexas.edu with HTTP; Wed, 25 May 2005 10:05:14 -0500 (CDT) Message-ID: <43618.146.6.178.5.1117033514.squirrel@mail.cm.utexas.edu> In-Reply-To: <20648162@srv.sem.ipt.ru> References: <3578.146.6.135.76.1116702794.squirrel@mail.cm.utexas.edu> <20648162@srv.sem.ipt.ru> Date: Wed, 25 May 2005 10:05:14 -0500 (CDT) From: "Viren Patel" To: "Boris Samorodov" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-ports@freebsd.org Subject: Re: Aide port broken in 5.4? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: virenp@mail.utexas.edu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 15:05:15 -0000 > On Sat, 21 May 2005 14:13:14 -0500 (CDT) Viren Patel > wrote: > >> Hello. I just upgraded my servers to 5.4 and find that >> the >> Aide port is broken. The message I get is: > >> aide-0.10_1 is marked as broken. Incomplete pkg-plist > > Pkg-plist is a list of files/directories which are created > at install > time. This information is used at deinstall/reinstall > processes. Thus > not all files would be removed/uninstalled. > >> Is this port truly broken or did I break something in >> the >> upgrade? Thanks. > > You may comment that line in Makefile, install the port, > create a > patch and send-pr it. This is how thing are usually done. > >> Viren > > > -- > bsam > Sorry for the delayed response. I compared pkg-plist of Aide 0.10_1 on 5.3-RELEASE-p10 and it is the same as pkg-plist of Aide 0.10_1 on 5.4-RELEASE-p1. Installing with TRYBROKEN option, and checking for new files shows the following: > /usr/local/man/man1/aide.1.gz > /usr/local/man/man5/aide.conf.5.gz > /usr/local/bin/aide > /usr/local/etc/aide.conf.sample > /usr/local/etc/aide.conf > /var/db/pkg/aide-0.10_1 > /var/db/pkg/aide-0.10_1/+CONTENTS > /var/db/pkg/aide-0.10_1/+DESC > /var/db/pkg/aide-0.10_1/+COMMENT > /var/db/pkg/aide-0.10_1/+DISPLAY > /var/db/pkg/aide-0.10_1/+MTREE_DIRS > /var/db/aide > /var/db/aide/databases This is the same as on the 5.3-RELEASE-p10 system. So how come the 5.4 version is marked as BROKEN and 5.3 is not? Thanks. Viren