From root@beorn.in.mat.cc  Wed Nov 14 10:48:33 2001
Return-Path: <root@beorn.in.mat.cc>
Received: from beorn.in.mat.cc (bas51-157.idf.w.club-internet.fr [212.194.43.157])
	by hub.freebsd.org (Postfix) with ESMTP id 22F0F37B41D
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 14 Nov 2001 10:48:18 -0800 (PST)
Received: (from root@localhost)
	by beorn.in.mat.cc (8.11.6/8.11.6) id fAEImCi16342;
	Wed, 14 Nov 2001 19:48:12 +0100 (CET)
	(envelope-from root)
Message-Id: <200111141848.fAEImCi16342@beorn.in.mat.cc>
Date: Wed, 14 Nov 2001 19:48:12 +0100 (CET)
From: Mathieu Arnold <ma@absolight.fr>
To: FreeBSD-gnats-submit@freebsd.org
Subject: graphviz-1.7.7 fails to build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31989
>Category:       ports
>Synopsis:       graphviz-1.7.7 fails to build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 14 10:50:00 PST 2001
>Closed-Date:    Wed Nov 14 16:43:00 PST 2001
>Last-Modified:  Wed Nov 14 16:43:22 PST 2001
>Originator:     Mathieu Arnold
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Absolight
>Environment:
System: FreeBSD beorn.in.mat.cc 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Tue Nov 13 14:15:07 CET 2001 root@beorn.in.mat.cc:/usr/obj/usr/src/sys/beorn i386


	
>Description:
On a fresh system, it fails to build :
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../tools/expr   -I../../tools/vmalloc   -I../../tools/sfio      -I../../tools/ast       -I../../tools/src       -I../../agraph  -I../../cdt  -I/usr/local/include -I/usr/local/include/tcl8.3 -I/usr/local/include/tk8.3  -O -pipe   -c gpr.c
gpr.c:26: getopt.h: No such file or directory

	
>How-To-Repeat:
delete libgnugetopt and build the port

>Fix:

--- Makefile	Wed Nov 14 19:19:40 2001
+++ Makefile	Wed Nov 14 19:12:46 2001
@@ -14,6 +14,7 @@
 MAINTAINER=	ports@FreeBSD.org
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
+		libgnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
 		png.5:${PORTSDIR}/graphics/png \
 		freetype.7:${PORTSDIR}/print/freetype2 \
 		tk83.1:${PORTSDIR}/x11-toolkits/tk83


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: petef 
State-Changed-When: Wed Nov 14 16:43:00 PST 2001 
State-Changed-Why:  
A fix for this was just committed, please re-cvsup.  Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31989 
>Unformatted:
