ports/75723: devel/sdts++: fix on 4.x

Simon Barner barner at gmx.de
Sun Jan 2 16:20:28 UTC 2005


>Number:         75723
>Category:       ports
>Synopsis:       devel/sdts++: fix on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 02 16:20:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
FreeBSD zi025.glhnet.mhn.de 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov  5 02:17:53 CET 2004     root at zi025.glhnet.mhn.de:/usr/obj/usr/src/sys/KISTE  i386

>Description:
The recent update of devel/boost to version 1.32.0 broke this port. Inspecting
the build error messages I figured out that the fix is as easy as increasing
the maximal template depth.

>How-To-Repeat:

Build the port on FreeBSD 4.x

>Fix:

--- sdts++.patch begins here ---
--- Makefile.orig	Sun Jan  2 17:00:37 2005
+++ Makefile	Sun Jan  2 17:13:13 2005
@@ -28,6 +28,7 @@
 
 .if ${OSVERSION} < 500035
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
+CFLAGS+=	-ftemplate-depth-25
 .endif
 
 .include <bsd.port.post.mk>
--- sdts++.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list