From owner-cvs-ports@FreeBSD.ORG Sun Jul 10 18:26:14 2005 Return-Path: X-Original-To: cvs-ports@freebsd.org Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B2E016A41C; Sun, 10 Jul 2005 18:26:14 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9035243D64; Sun, 10 Jul 2005 18:26:10 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j6AIQ8Ms069605; Sun, 10 Jul 2005 20:26:08 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j6AIQ3ie069604; Sun, 10 Jul 2005 20:26:03 +0200 (CEST) (envelope-from marius) Date: Sun, 10 Jul 2005 20:26:03 +0200 From: Marius Strobl To: Andrey Chernov , ports-committers@freebsd.org, cvs-ports@freebsd.org, cvs-all@freebsd.org Message-ID: <20050710202603.N26692@newtrinity.zeist.de> References: <200507101504.j6AF40uj086321@repoman.freebsd.org> <20050710175056.GA44180@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050710175056.GA44180@nagual.pp.ru>; from ache@FreeBSD.ORG on Sun, Jul 10, 2005 at 09:50:56PM +0400 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-7; AVE: 6.31.0.9; VDF: 6.31.0.178; host: newtrinity.zeist.de) Cc: Subject: Re: cvs commit: ports/security/antivir-milter Makefile distinfo pkg-descr pkg-message pkg-plist ports/security/antivir-milter/files avq.sh patch-doc::MANUAL patch-etc::antivir.conf patch-init::rc.avmilter patch-script::avupdater X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2005 18:26:14 -0000 On Sun, Jul 10, 2005 at 09:50:56PM +0400, Andrey Chernov wrote: > On Sun, Jul 10, 2005 at 03:04:00PM +0000, Marius Strobl wrote: > > marius 2005-07-10 15:04:00 UTC > > > > FreeBSD ports repository (src committer) > > Please remove this check > ${OSVERSION} <= 600004 > It causes older 4.4 binary installed on -current. > That's on purpose as there are no FreeBSD 6 binaries, yet, i.e. binaries that are linked against libc.so.6. It's also not possible (ports-wise) to use the FreeBSD 5 binaries on -current as those are linked against libc.so.5 and there's no compat5x port, yet. So unless one wants to make the users take care of manually installing a libc.so.5 there's no other choice as to use the FreeBSD 4 binaries on -current. AFAIKT the FreeBSD 4 binaries are also not older but built from the same sources as the FreeBSD 5 ones, at least the version strings are identical. Marius