From owner-cvs-all@FreeBSD.ORG Fri Feb 27 07:23:45 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50CD916A4CE; Fri, 27 Feb 2004 07:23:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3496043D1D; Fri, 27 Feb 2004 07:23:45 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1RFNiGe076950; Fri, 27 Feb 2004 07:23:44 -0800 (PST) (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1RFNiwn076949; Fri, 27 Feb 2004 07:23:44 -0800 (PST) (envelope-from green) Message-Id: <200402271523.i1RFNiwn076949@repoman.freebsd.org> From: Brian Feldman Date: Fri, 27 Feb 2004 07:23:44 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/audio/xmms-imms Makefileports/audio/xmms-imms/files patch-configure.ac patch-vars.mk.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 15:23:45 -0000 green 2004/02/27 07:23:44 PST FreeBSD ports repository Modified files: audio/xmms-imms Makefile audio/xmms-imms/files patch-vars.mk.in Added files: audio/xmms-imms/files patch-configure.ac Log: Actually compile using the system CFLAGS, and add a WITH_DEBUG option. Version not bumped due to -O probably not making much difference. Revision Changes Path 1.4 +5 -1 ports/audio/xmms-imms/Makefile 1.1 +13 -0 ports/audio/xmms-imms/files/patch-configure.ac (new) 1.2 +1 -1 ports/audio/xmms-imms/files/patch-vars.mk.in