From owner-freebsd-ports Sat Nov 4 16:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D825837B4E5 for ; Sat, 4 Nov 2000 16:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA42739; Sat, 4 Nov 2000 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from phoenix.student.utwente.nl (cal30b054.student.utwente.nl [130.89.229.25]) by hub.freebsd.org (Postfix) with ESMTP id 9465D37B479 for ; Sat, 4 Nov 2000 16:08:27 -0800 (PST) Received: by phoenix.student.utwente.nl (Postfix, from userid 1000) id DFBCE25E; Sun, 5 Nov 2000 01:08:03 +0100 (CET) Message-Id: <20001105000803.DFBCE25E@phoenix.student.utwente.nl> Date: Sun, 5 Nov 2000 01:08:03 +0100 (CET) From: t.vanklaveren@student.utwente.nl Reply-To: t.vanklaveren@student.utwente.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22610: missing automake dep in libao, libogg, libvorbis and vorbis-tools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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