From 87d702eabdea79f33bbfa69a41011c8a1ac058c1 Mon Sep 17 00:00:00 2001 From: deischen Date: Wed, 23 Feb 2000 03:40:40 +0000 Subject: 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. --- audio/xmcd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmcd/Makefile') diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index c4c3a19..ed9636d 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= xmcd-2.5 +DISTNAME= xmcd-2.6 CATEGORIES= audio MASTER_SITES= http://metalab.unc.edu/tkan/download/xmcd/src/ @@ -14,7 +14,7 @@ MAINTAINER= eischen@vigrid.com REQUIRES_MOTIF= yes USE_IMAKE= yes -PLIST_SUB+= ARCH=${ARCH} +PLIST_SUB+= RELEASE=${OSREL:R} ARCH=${ARCH} MAN1= cda.1 cddbcmd.1 dp2xmcd.1 wm2xmcd.1 xmcd.1 MANCOMPRESSED= no -- cgit v1.1