From owner-freebsd-ports@FreeBSD.ORG Wed May 25 16:25:18 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 32F2D16A41C for ; Wed, 25 May 2005 16:25:18 +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 EBAE643D49 for ; Wed, 25 May 2005 16:25:17 +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 2C47A6DA5B; Wed, 25 May 2005 11:25:17 -0500 (CDT) Received: from 146.6.178.5 (SquirrelMail authenticated user vpatel) by mail.cm.utexas.edu with HTTP; Wed, 25 May 2005 11:25:17 -0500 (CDT) Message-ID: <41326.146.6.178.5.1117038317.squirrel@mail.cm.utexas.edu> In-Reply-To: <1117034205.1821.28.camel@dirk.no.domain> References: <3578.146.6.135.76.1116702794.squirrel@mail.cm.utexas.edu> <20648162@srv.sem.ipt.ru> <43618.146.6.178.5.1117033514.squirrel@mail.cm.utexas.edu> <1117034205.1821.28.camel@dirk.no.domain> Date: Wed, 25 May 2005 11:25:17 -0500 (CDT) From: "Viren Patel" To: "Sam Lawrance" 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 16:25:18 -0000 > On Wed, 2005-05-25 at 10:05 -0500, Viren Patel wrote: >> 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? > > The most current version of the port is unconditionally > marked BROKEN. > You probably have an older version of the port on your > 5.3-RELEASE > system. > > > pkg_info on the 5.3 system says it's Aide-0.10_1. The Makefile says is 0.10_1. The Makefiles on both are the same except for the Makefile version number and the BROKEN line in the 5.4. Running "aide --version" on both 5.3 and 5.4 reports 0.10. So I am not sure what's going on here. Viren