From owner-freebsd-ports Sun Aug 20 16:40: 4 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 4AE2937B424 for ; Sun, 20 Aug 2000 16:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA55634; Sun, 20 Aug 2000 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from guru.mired.org (zoom1-022.telepath.com [216.14.1.22]) by hub.freebsd.org (Postfix) with SMTP id A372837B422 for ; Sun, 20 Aug 2000 16:39:18 -0700 (PDT) Received: (qmail 30026 invoked by uid 100); 20 Aug 2000 23:38:41 -0000 Message-Id: <20000820233841.30025.qmail@guru.mired.org> Date: 20 Aug 2000 23:38:41 -0000 From: mwm@mired.org Reply-To: mwm@mired.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/20737: audio/cdrdao test for pccts has a LOCALBASE dependency Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20737 >Category: ports >Synopsis: audio/cdrdao test for pccts has a LOCALBASE dependency >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 20 16:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 5.0-CURRENT i386 >Organization: Missionaria Phonibalonica >Environment: -current & ports tree as of last week as of August 18th. LOCALBASE set to /usr/opt in /etc/make.conf I do not have the scglib, so all attempts to build/configure are done with "WITHOUT_SCGLIB=yes". >Description: Trying to build the cdrdao port under the above conditions fails when the config tries to find pccts and it isn't in /usr/local/bine. >How-To-Repeat: cd /usr/ports/audio/cdrdao make >Fix: Fortunately, GNU config has arguments to set the real location of the parts of pccts. The attached one-line patch solves the problem: --- Makefile-orig Sun Aug 20 18:23:46 2000 +++ Makefile Sun Aug 20 18:31:28 2000 @@ -24,7 +24,7 @@ .include -CONFIGURE_ARGS= --disable-gtkmmtest +CONFIGURE_ARGS= --disable-gtkmmtest --prefix=${LOCALBASE} --with-pcctsbin=${PREFIX}/bin --with-pcctsinc=${PREFIX}/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