Skip site navigation (1)Skip section navigation (2)
Date:      20 Aug 2000 23:38:41 -0000
From:      mwm@mired.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20737: audio/cdrdao test for pccts has a LOCALBASE dependency
Message-ID:  <20000820233841.30025.qmail@guru.mired.org>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:


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?20000820233841.30025.qmail>