From owner-freebsd-ports Sat Nov 4 15:50: 6 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 256FC37B4C5 for ; Sat, 4 Nov 2000 15:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35316; Sat, 4 Nov 2000 15:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.netvision.net.il (mailgw1.netvision.net.il [194.90.1.14]) by hub.freebsd.org (Postfix) with ESMTP id A3B3437B4C5 for ; Sat, 4 Nov 2000 15:48:24 -0800 (PST) Received: from alchemy.oven.org (RAS6-p30.hfa.netvision.net.il [62.0.150.30]) by mailgw1.netvision.net.il (8.9.3/8.9.3) with ESMTP id BAA00179 for ; Sun, 5 Nov 2000 01:48:21 +0200 (IST) Received: (from mapc@localhost) by alchemy.oven.org (8.11.1/8.11.1) id eA4NmBc46843; Sun, 5 Nov 2000 01:48:11 +0200 (IST) (envelope-from mapc) Message-Id: <200011042348.eA4NmBc46843@alchemy.oven.org> Date: Sun, 5 Nov 2000 01:48:11 +0200 (IST) From: roman@xpert.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/22608: MAINTAINER UPDATE: audio/id3lib (Makefile fix) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22608 >Category: ports >Synopsis: The port needs g++ 2.95.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Nov 04 15:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 4.2-BETA i386 >Organization: >Environment: RELENG_3 >Description: The C++ code in this port cannot be compiled with 2.7.2.3 g++ which shipps with RELENG_3. >How-To-Repeat: >Fix: diff -ur /usr/ports/audio/id3lib/Makefile id3lib/Makefile --- /usr/ports/audio/id3lib/Makefile Sat Oct 28 09:19:06 2000 +++ id3lib/Makefile Sun Nov 5 01:44:53 2000 @@ -15,6 +15,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +USE_NEWGCC= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${PREFIX}/lib" CPPFLAGS="-I${PREFIX}/include" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message