From owner-freebsd-ports Sat Nov 11 16:30: 6 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 A3AD837B4C5 for ; Sat, 11 Nov 2000 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA42669; Sat, 11 Nov 2000 16:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from a.mx.lebel.org (modemcable007.115-201-24.mtl.mc.videotron.ca [24.201.115.7]) by hub.freebsd.org (Postfix) with SMTP id 43AB637B479 for ; Sat, 11 Nov 2000 16:27:07 -0800 (PST) Received: (qmail 12051 invoked from network); 12 Nov 2000 00:27:06 -0000 Received: from frodo.lebel.org (10.0.0.10) by gandalf.lebel.org with SMTP; 12 Nov 2000 00:27:06 -0000 Received: (qmail 30739 invoked by uid 1001); 12 Nov 2000 00:27:04 -0000 Message-Id: <20001112002704.30738.qmail@frodo.lebel.org> Date: 12 Nov 2000 00:27:04 -0000 From: David Lebel Reply-To: David Lebel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22777: audio/cdrdao won't build if ${LOCALBASE} is not /usr/local (from maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22777 >Category: ports >Synopsis: audio/cdrdao won't build if ${LOCALBASE} is not /usr/local >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 11 16:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Lebel >Release: FreeBSD 4.2-BETA i386 >Organization: None whatsoever. >Environment: >Description: audio/cdrdao won't build if ${LOCALBASE} is not /usr/local because the configure script won't find dlg and antlr binaries (which comes from devel/pccts, since it defaults to /usr/local. Thanks to Mike Meyer. >How-To-Repeat: >Fix: diff -ruN cdrdao/Makefile cdrdao.new/Makefile --- cdrdao/Makefile Sat Nov 11 01:17:33 2000 +++ cdrdao.new/Makefile Sat Nov 11 18:36:13 2000 @@ -26,7 +26,8 @@ .include -CONFIGURE_ARGS= --disable-gtkmmtest +CONFIGURE_ARGS= --disable-gtkmmtest --with-pcctsbin=${LOCALBASE}/bin \ + --with-pcctsinc=${LOCALBASE}/include/pccts .if defined(WITHOUT_SCGLIB) && ${OSVERSION} > 300000 CONFIGURE_ARGS+= --without-scglib >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message