Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2002 14:12:24 +0200 (CEST)
From:      "Thomas E. Zander" <riggs@rrr.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org
Subject:   ports/40522: missing of ghttp.h prevents nautilus from being build without having built gnome first
Message-ID:  <200207131212.g6DCCOxS083783@f113.hadiko.de>

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

>Number:         40522
>Category:       ports
>Synopsis:       missing of ghttp.h prevents nautilus from being build without having built gnome first
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 13 05:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Thomas E. Zander
>Release:        FreeBSD 4.6-RELEASE i386
>Organization:
>Environment:
System: FreeBSD f113.hadiko.de 4.6-RELEASE FreeBSD 4.6-RELEASE #0: Thu Jun 13 13:44:07 CEST 2002 root@f113.hadiko.de:/usr/obj/usr/src/sys/MARVIN i386

>Description:
On a clean system without any port installed, a
cd /usr/ports/x11-fm/nautilus && make -DWITH_FULL_MOZILLA ends in
and error because of a lack of ghttp.h in include dirs.

>How-To-Repeat:
Try to install mozilla without libghttp installed
>Fix:

Suggestion for an update of nautilus/Makefile

--- Makefile.old	Sat Jul 13 14:02:54 2002
+++ Makefile	Sat Jul 13 14:04:44 2002
@@ -14,7 +14,8 @@
 
 MAINTAINER=	gnome@FreeBSD.org
 
-BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2
+BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2 \
+		${LOCALBASE}/include/ghttp.h:${PORTSDIR}/www/libghttp
 LIB_DEPENDS=	medusa.0:${PORTSDIR}/sysutils/medusa \
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		eel.0:${PORTSDIR}/x11-toolkits/eel
>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?200207131212.g6DCCOxS083783>