Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 12:18:12 -0800 (PST)
From:      oleg@pobox.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45572: Maintainer port update: devel/cppadvio
Message-ID:  <200211212018.gALKIC7W087048@adric.fnmoc.navy.mil>

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

>Number:         45572
>Category:       ports
>Synopsis:       Maintainer port update: devel/cppadvio
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 21 12:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     oleg@pobox.com
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Adric 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Wed Aug 14 21:23:26 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386


	
>Description:
CPPADVIO does not build under GCC 3.x yet. The port is based on C++ i/o
libraries, which underwent significant changes in GCC 3.x. The following
patch is a makeshift solution: it will help to build the port under -current.
>How-To-Repeat:
	
>Fix:

	

--- patch begins here ---
--- /usr/ports/devel/cppadvio/Makefile	Fri Oct 11 22:56:26 2002
+++ /tmp/Makefile	Wed Nov 20 11:23:49 2002
@@ -17,6 +17,7 @@
 WRKSRC=		${WRKDIR}/cppadvio
 ALL_TARGET=	lib
 USE_GMAKE=	yes
+USE_GCC=        2.95
 
 post-patch:
 	@( cd ${WRKSRC}; ${MV} c++ c++.orig; \
--- patch ends 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?200211212018.gALKIC7W087048>