Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 1999 15:16:34 +0900 (JST)
From:      futatuki@debug.gr.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13435: Fix port: audio/cdrdao
Message-ID:  <199908280616.PAA94798.mkii@futatuki.fureai.or.jp>

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

>Number:         13435
>Category:       ports
>Synopsis:       Fix port: audio/cdrdao
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 23:20:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yasuhito FUTATSUKI
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
DEBUG (A BSD Users' group at South Ibaraki, Japan) 
>Environment:

	ports-current on FreeBSD 3.2-STABLE i386

>Description:

Cdrdao depends on lang/egcs in case trying to build xcdrdao on -stable,
So it should use USE_NEWGCC=yes.

>How-To-Repeat:

cd /usr/ports/audio/cdrdao; make XCDRDAO=yes

>Fix:
	
Apply following patch to Makefile:
BEGIN --- cut here --- cut here --- cut here --- cut here ---
--- ../cdrdao/Makefile	Wed Aug 25 13:35:23 1999
+++ Makefile	Sat Aug 28 14:47:25 1999
@@ -23,6 +23,7 @@
 WRKSRC=         	${WRKDIR}/cdrdao-1.1.2
 
 GNU_CONFIGURE=		yes
+USE_NEWGCC=	yes
 USE_GMAKE=	yes
 MAN1=		cdrdao.1
 
@@ -43,9 +44,7 @@
 .endif
 
 .if defined(XCDRDAO) && ${OSVERSION} < 400004
-BUILD_DEPENDS+=		eg++:${PORTSDIR}/lang/egcs
-CC=			egcc
-CXX=			eg++
+CFLAGS+=		-fpermissive
 .endif
 
 .if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000
END   --- cut here --- cut here --- cut here --- cut here ---

>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?199908280616.PAA94798.mkii>