Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Nov 2000 01:08:03 +0100 (CET)
From:      t.vanklaveren@student.utwente.nl
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22610: missing automake dep in libao, libogg, libvorbis and vorbis-tools
Message-ID:  <20001105000803.DFBCE25E@phoenix.student.utwente.nl>

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

>Number:         22610
>Category:       ports
>Synopsis:       missing automake dep in libao, libogg, libvorbis and vorbis-tools
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 04 16:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Theo van Klaveren
>Release:        FreeBSD 4.2-BETA i386
>Organization:
>Environment:
FreeBSD 4.2-BETA
>Description:
All vorbis-related ports require aclocal which comes with automake. This
dependency is missing, causing all these ports to break on systems without it.
>How-To-Repeat:
Remove automake port, try to build one of the affected ports.
>Fix:

The fix affects the following ports: audio/libao, audio/libogg,
audio/libvorbis, audio/vorbis-tools.

The following line should be added to these ports' makefiles:
BUILD_DEPENDS=aclocal:${PORTSDIR}/devel/automake

Note: USE_AUTOMAKE would break these ports because the --add-missing argument
must be passed to automake.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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