From owner-freebsd-ports Mon Aug 16 20:55:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.adin.co.jp (mail.adin.co.jp [202.213.164.130]) by hub.freebsd.org (Postfix) with ESMTP id A844614E6E for ; Mon, 16 Aug 1999 20:55:21 -0700 (PDT) (envelope-from futatuki@adin.co.jp) Received: from futatuki2.adin.co.jp (futatuki2.adin.co.jp [172.16.17.226]) by azusa.adin.co.jp (8.8.8/8.8.8) with ESMTP id MAA28776; Tue, 17 Aug 1999 12:34:03 +0900 (JST) Received: (from futatuki@localhost) by futatuki2.adin.co.jp (8.8.8/8.8.8) id MAA02647; Tue, 17 Aug 1999 12:34:17 +0900 (JST) (envelope-from futatuki) Date: Tue, 17 Aug 1999 12:34:17 +0900 (JST) Message-Id: <199908170334.MAA02647@futatuki2.adin.co.jp> To: nox@jelal.kn-bremen.de Cc: freebsd-ports@freebsd.org Subject: Re: ports/12642: audio/cdrdao: port doesn't build xcdrdao In-Reply-To: Your message of "Sun, 15 Aug 1999 04:51:40 JST". <199908141951.VAA00317@saturn.kn-bremen.de> From: futatuki@fureai.or.jp (Yasuhito FUTATSUKI) X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. In article <199908141951.VAA00317@saturn.kn-bremen.de> nox@jelal.kn-bremen.de writes: > In article <199908132206.AAA90384@saturn.kn-bremen.de> you write: > > > (i also still needed the DONT_USE_PTHREADS and CXXFLAGS+=-fpermissive > >but i take it that must be just my old version of egcs...) > > Apparently not. I just have updated my egcs (now gcc-2.95), and > I still need both of these: Egcs port after 1999/08/15 17:12:22 PDT supports pthreads, if being trust commit log, and compiler driver names have changed egcc/eg++ to gcc295/g++295. On gcc-2.95, both of cdrdao and xcdrdao need CXXFLAGS+=-fpermissive to build. BEGIN --- cut here --- cut here --- cut here --- cut here --- --- Makefile.orig Sat Aug 14 19:12:30 1999 +++ Makefile Tue Aug 17 12:26:39 1999 @@ -44,8 +44,9 @@ .if defined(XCDRDAO) && ${OSVERSION} < 400004 BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs -CC= egcc -CXX= eg++ +CC= gcc295 +CXX= g++295 +CXXFLAGS+= -fpermissive .endif .if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000 END --- cut here --- cut here --- cut here --- cut here --- Cheers, -- Yasuhito FUTATSUKI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message