From mwm@mired.org  Sun Aug 20 16:39:20 2000
Return-Path: <mwm@mired.org>
Received: from guru.mired.org (zoom1-022.telepath.com [216.14.1.22])
	by hub.freebsd.org (Postfix) with SMTP id A372837B422
	for <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: audio/cdrdao test for pccts has a LOCALBASE dependency
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 20 16:40:01 PDT 2000
>Closed-Date:    Fri Nov 17 15:40:20 PST 2000
>Last-Modified:  Fri Nov 17 15:40:32 PST 2000
>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 <bsd.port.pre.mk>
 
-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:
State-Changed-From-To: open->feedback 
State-Changed-By: ade 
State-Changed-When: Sun Sep 17 11:29:16 PDT 2000 
State-Changed-Why:  
Have you contacted the maintainer of the audio/cdrdao port, 
futatuki@debug.gr.jp, about this update? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20737 
State-Changed-From-To: feedback->closed 
State-Changed-By: ade 
State-Changed-When: Fri Nov 17 15:40:20 PST 2000 
State-Changed-Why:  
Timeout (2 months) in feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20737 
>Unformatted:
