From owner-freebsd-security@FreeBSD.ORG Wed Mar 3 23:46:15 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AD6516A4CE for ; Wed, 3 Mar 2004 23:46:15 -0800 (PST) Received: from smtp1.eunet.yu (smtp1.eunet.yu [194.247.192.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFE4343D39 for ; Wed, 3 Mar 2004 23:46:13 -0800 (PST) (envelope-from kolicz@eunet.yu) Received: from smtp1.EUnet.yu (root@localhost) by smtp1.eunet.yu (8.12.10/8.12.10) with SMTP id i247kB7H022524 for ; Thu, 4 Mar 2004 08:46:12 +0100 Received: from kolic.net (P-2.37.EUnet.yu [213.240.2.37]) by smtp1.eunet.yu (8.12.10/8.12.10) with ESMTP id i247kBmM022316 for ; Thu, 4 Mar 2004 08:46:11 +0100 Received: by kolic.net (Postfix, from userid 1001) id C787941AE; Thu, 4 Mar 2004 08:44:42 +0100 (CET) Date: Thu, 4 Mar 2004 08:44:42 +0100 From: Zoran Kolic To: freebsd-security@freebsd.org Message-ID: <20040304074442.GA571@kolic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: tripwire port broken? X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2004 07:46:15 -0000 Dear list! I've tried to compile tripwire-2.3.1-2 port on my 5.2 release. Two diffe- rent tarballs have failed with message, that port was broken, all in one sentence. No any details. Well! Makefile has so- mething like: .if ${OSVERSION} >= 500000 BROKEN= "Fails to build inder 5.X" .endif One more: USE_GMAKE= yes Has someone compiled it successfully? Is it for a good reason to be like that on 5.x? Almost forgot. If I use "make install TRIPWIRE_ _FLOPPY=YES", where should I find binary and db? Floppy, both floppy and hdd? Best regards ZK