Date: Wed, 22 Nov 2000 12:07:00 -0500 From: David Lebel <lebel@lebel.org> To: freebsd-ports@freebsd.org Subject: (fwd) ports/22777: audio/cdrdao won't build if ${LOCALBASE} is not /usr/local (from maintainer) Message-ID: <20001122120700.A28795@lebel.org>
next in thread | raw e-mail | index | archive | help
This PR has been there since November 12nd. Since I'm the maintainer of the package, would somebody commit this (simple) patch ASAP? Thanks! Ciao, ...David ----- Forwarded message from David Lebel <lebel@lebel.org> ----- From: David Lebel <lebel@lebel.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/22777: audio/cdrdao won't build if ${LOCALBASE} is not /usr/local (from maintainer) Date: 12 Nov 2000 00:27:04 -0000 Reply-To: David Lebel <lebel@lebel.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 <bsd.port.pre.mk> -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 ----- End forwarded message ----- -- // david lebel <lebel@lebel.org> // nobiaze' Inc. // http://www.lebel.org/ // http://www.nobiaze.com/ // pgp: 3633 6999 D47E 73ED 099F // vox: (514) 943.3045 4341 08A4 8E48 EF56 61D1 // fax: (514) 938.8881 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?20001122120700.A28795>