From owner-freebsd-ports@FreeBSD.ORG Sat Oct 29 20:41:46 2005 Return-Path: X-Original-To: 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 E537216A423 for ; Sat, 29 Oct 2005 20:41:46 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B51D543DB2 for ; Sat, 29 Oct 2005 20:41:17 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so635375nzd for ; Sat, 29 Oct 2005 13:41:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mxqs9PXqGnd7kDFOrUL38BYf2XLNpNLX+ZrRQC0sKw5pbh4oC2TB1FUnYnl1eXU3UJuPhwwHki7RxieoACgHnpi+cp3gmUCAFJ6PX/La7TQ7tkPpciS2yL0kkdlq7zp8ipI/mmyhLFpzj9SwXesDNZNHOM7gkxcnIoCBhTR0onI= Received: by 10.36.227.1 with SMTP id z1mr1685263nzg; Sat, 29 Oct 2005 13:41:17 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 13:41:16 -0700 (PDT) Message-ID: Date: Sun, 30 Oct 2005 00:41:16 +0400 From: "Andrew P." To: ports@freebsd.org, tim@bishnet.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: misc/dnetc and compat X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 20:41:47 -0000 There's a situation with misc/dnetc. It is a closed-source port, compiled for 4.11. Those who wish to run it on 5.x must have COMPAT_FREEBSD4 option compiled in their kernel, otherwise they'll get a bad syscall and a core dump. Some time ago I filed a bug report for that (http://bugs.distributed.net/show_bug.cgi?id=3D3875) and a developer compiled a version for 5.x. It is available from this page: http://distributed.net/download/prerelease.php http://http.distributed.net/pub/dcti/prerelease/rc/dnetc496-freebsd5-x86-el= f.tar.gz ftp://ftp.distributed.net/pub/dcti/prerelease/rc/dnetc496-freebsd5-x86-elf.= tar.gz Therefore, to use these compiled binaries, we can: * install it automatically for 5.3 or higher * introduce some option for it * introduce a new port, something like dnetc-devel Personally, I like the first option. What do you think?