Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 22:15:15 +0800 (CST)
From:      Ying-Chieh Chen <yinjieh@donati.cs.ccu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29992: www/gtkhtml dependency problem
Message-ID:  <200108231415.f7NEFFV20884@donati.cs.ccu.edu.tw>

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

>Number:         29992
>Category:       ports
>Synopsis:       www/gtkhtml dependency problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 07:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ying-Chieh Chen
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
HSNG Lab
>Environment:
System: FreeBSD donati.cs.ccu.edu.tw 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #4: Sun Aug 19 23:04:07 CST 2001 root@donati.cs.ccu.edu.tw:/home2/obj/home2/src/sys/YINJIEH i386
>Description:

	www/gtkhtml depends on gal.11 actually,
	but it depends on gal.9 in www/gtkhtml/Makefile.

>How-To-Repeat:

	# cd /usr/ports/www/gtkhtml
	# make

>Fix:

--- Makefile	Thu Aug 23 22:13:44 2001
+++ /tmp/Makefile	Thu Aug 23 22:14:06 2001
@@ -15,7 +15,7 @@
 
 LIB_DEPENDS=	glibwww.1:${PORTSDIR}/www/glibwww \
 		pspell.4:${PORTSDIR}/textproc/pspell \
-		gal.9:${PORTSDIR}/x11-toolkits/gal \
+		gal.11:${PORTSDIR}/x11-toolkits/gal \
 		ghttp.1:${PORTSDIR}/www/libghttp
 
 USE_X_PREFIX=	yes
>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?200108231415.f7NEFFV20884>