ports/55590: [PATCH] Compile failure graphics/graphviz

Melvyn Sopacua melvyn at webteckies.org
Thu Aug 14 21:30:18 UTC 2003


>Number:         55590
>Category:       ports
>Synopsis:       [PATCH] Compile failure graphics/graphviz
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 14 14:30:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #2: Sat Aug 2 19:45:34 CEST 2003 root at ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386


	
>Description:
	Compilation fails, because <tcl.h> is not found.
>How-To-Repeat:
	(cd /usr/ports/graphics/graphviz && make)
>Fix:
	Add the tcl8.4/generic directory to includes on CONFIGURE_ENV

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/graphviz/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	12 Aug 2003 00:04:01 -0000	1.45
+++ Makefile	14 Aug 2003 21:25:08 -0000
@@ -23,7 +23,7 @@
 USE_AUTOMAKE=	yes
 AUTOMAKE_ARGS=	--add-missing
 USE_LIBTOOL=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4" \
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 -I${LOCALBASE}/include/tcl8.4/generic" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		TCLCONFIG=${LOCALBASE}/lib/tcl8.4/tclConfig.sh \
 		TKCONFIG=${LOCALBASE}/lib/tk8.4/tkConfig.sh \

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



More information about the freebsd-ports-bugs mailing list