From owner-cvs-all Tue Feb 22 19:40:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5E6537B849; Tue, 22 Feb 2000 19:40:41 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA49909; Tue, 22 Feb 2000 19:40:41 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200002230340.TAA49909@freefall.freebsd.org> From: Daniel Eischen Date: Tue, 22 Feb 2000 19:40:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmcd Makefile ports/audio/xmcd/files md5 ports/audio/xmcd/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk deischen 2000/02/22 19:40:41 PST Modified files: audio/xmcd Makefile audio/xmcd/files md5 audio/xmcd/pkg PLIST Log: Upgrade to latest release (xmcd-2.6). This still fails to build correctly on -current since the /usr/libexec/cpp fiasco -- old versions of imake still use /usr/libexec/cpp instead of gcc -E. If you don't have a fixed version of imake, a quick fix to get around this is to set IMAKECPP=/usr/bin/cpp in your environment before make'ing this port. Note that the port builds without errors if you don't have the correct version of imake, but FREEBSD_CAM will not be defined and xmcd will use the ioctl method which hasn't worked since 3.0. Revision Changes Path 1.25 +3 -3 ports/audio/xmcd/Makefile 1.12 +1 -1 ports/audio/xmcd/files/md5 1.15 +9 -6 ports/audio/xmcd/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message