Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Apr 2005 16:13:11 -0400
From:      Dwayne MacKinnon <Dwayne.MacKinnon@xwave.com>
To:        ports@FreeBSD.org, nork@FreeBSD.org, knu@FreeBSD.org
Subject:   portsdb -Uu, audio/timidity++ & audio/esound
Message-ID:  <42602057.5040102@xwave.com>

next in thread | raw e-mail | index | archive | help
Hello,

Building an INDEX with portsdb -Uu on FreeBSD 4.11-RELEASE currently
fails if you have esound installed. In the audio/timidity Makefile the
following code exists:

.if ${HAVE_GNOME:Mesound}!=""
USE_GNOME=      esound
CONFIGURE_ARGS+=--enable-audio=oss,esd,vorbis
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-esound
.else
CONFIGURE_ARGS+=--enable-audio=oss,vorbis
.endif

portsdb complains about the PKGNAMESUFFIX variable being recursive and
bails out. Removing esound from my system enabled the INDEX file to be
built.

Unfortunately I know very little about Makefiles, so I'm unsure as to
the proper way to patch this.

Cheers,
DMK



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42602057.5040102>