From owner-freebsd-ports Sun Jul 9 16:46:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maddenca.dyndns.org (adsl-208-191-201-35.dsl.rcsntx.swbell.net [208.191.201.35]) by hub.freebsd.org (Postfix) with ESMTP id D6FB437B52D for ; Sun, 9 Jul 2000 16:46:29 -0700 (PDT) (envelope-from maddenca@yahoo.com) Received: from yahoo.com (localhost [127.0.0.1]) by maddenca.dyndns.org (8.9.3/8.9.3) with ESMTP id SAA96956; Sun, 9 Jul 2000 18:47:20 -0500 (CDT) (envelope-from maddenca@yahoo.com) Message-ID: <39690F08.24CD4418@yahoo.com> Date: Sun, 09 Jul 2000 18:47:20 -0500 From: Christopher Madden X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: esk@ira.uka.de Cc: ports@FreeBSD.org Subject: FreeBSD Port: xmms-1.2.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am rather new to FreeBSD and ports in general but I think there is a problem with xmms-1.2.1. Here are the steps I took which made me have a problem. Since the latest version of xmms I had in my /usr/ports/audio subdir was 1.0.x I went to the www.freebsd.org/ports page. I then found the 1.2.1 version, and dowloaded it, untarring it in /usr/ports/audio/xmms. I then did a make fetch and it tried to ftp a file named .tar.gz instead of the real xmms-1.2.1.tar.gz. I then d/l the file (the main src code for xmms) from one of the links that FreeBSD ports page suggested and saved it in /usr/ports/distfiles and tried a make again. It again tried to find some file which doesn't exist at any of the remote ftp servers, and didn't match the file I had just downloaded. I then changed a couple of things in the Makefile: Original was: PORTNAME= xmms PORTVERSION= 1.2.1 I updated it to: DISTNAME= xmms-1.2.1 and then did my make again and all went well, downloading and making other dependencies just fine. Here's a uname -a for ya: FreeBSD maddenca.dyndns.org 4.0-RELEASE FreeBSD 4.0-RELEASE #6: Sun Jul 9 15:44:28 CDT 2000 root@maddenca.dyndns.org:/usr/src/sys/compile/WSOUND i386 Let me know if I'm incorrect or if you need additional information. Thanks, Chris Madden maddenca@yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message