From owner-freebsd-ports@FreeBSD.ORG Tue Jul 6 21:52:44 2004 Return-Path: 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 44D6416A4CE for ; Tue, 6 Jul 2004 21:52:44 +0000 (GMT) Received: from outmx011.isp.belgacom.be (outmx011.isp.belgacom.be [195.238.3.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F6543D45 for ; Tue, 6 Jul 2004 21:52:43 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx011.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i66LqXvi012280 for ; Tue, 6 Jul 2004 23:52:33 +0200 (envelope-from ) Received: from lori.mine.nu (144-27.244.81.adsl.skynet.be [81.244.27.144]) with ESMTP id i66LqT8f012240 for ; Tue, 6 Jul 2004 23:52:29 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 4367688B; Tue, 6 Jul 2004 23:52:28 +0200 (CEST) Date: Tue, 6 Jul 2004 23:52:28 +0200 From: Geert Hendrickx To: ports@freebsd.org Message-ID: <20040706215228.GA25809@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en Subject: request for the audio/ermixer port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2004 21:52:44 -0000 Hi, the audio/ermixer port has Qt 3 as a dependency, but in fact it doesn't strictly need it. When configured without --enable-qt, it yields a nice console-based mixer-GUI, which does not need Qt or even X. It was very easy to hack the Makefile for this (I just commented out the lines USE_QT_VER=3 and CONFIGURE_ARGS+=--enable-qt), but maybe you could make it an option for this Port? Thanks, GH