From owner-freebsd-ports@FreeBSD.ORG Fri Jul 14 05:54:26 2006 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 9F36716A4E0; Fri, 14 Jul 2006 05:54:26 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621DC43D6E; Fri, 14 Jul 2006 05:54:26 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G1Gd7-0007ea-Mj; Fri, 14 Jul 2006 05:54:26 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1G1Gd5-000CTX-SK; Fri, 14 Jul 2006 14:54:24 +0900 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17591.12686.695704.941551@roam.psg.com> Date: Fri, 14 Jul 2006 14:54:22 +0900 To: =?ISO-8859-1?Q?G=E1bor_K=F6vesd=E1n?= References: <44B6458B.8060806@FreeBSD.org> Cc: freebsd-ports@freebsd.org Subject: Re: shoutcase on current? 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: Fri, 14 Jul 2006 05:54:26 -0000 >> will /usr/ports/audio/linux-shoutcast run on -current? > Probably, yes, since it doesn't depend on the FreeBSD version itself, > just on the linux emulation layer. Anyway, the native port, > audio/shoutcast should also run on -current with misc/compat5x installed. hmmm cvsup -g -s -L 2 cvs-supfile 2>&1 | tee cvsup.log pkgdb -Ff portupgrade -Nv audio/shoutcast portupgrade -Nv misc/compat5x cd /usr/local/etc/rc.d/ mv shoutcast shoutcast.sh /usr/local/etc/rc.d/shoutcast.sh start # /usr/local/etc/rc.d/shoutcast.sh start /libexec/ld-elf.so.1: /usr/lib/libpthread.so.1: Undefined symbol "i386_get_gsbase" randy