Skip site navigation (1)Skip section navigation (2)
Date:      25 Aug 2001 20:27:00 -0000
From:      Sean@mat.tgd.net, Chittenden <sean@chittenden.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30084: gtkhtml requires old version of gal
Message-ID:  <20010825202700.45377.qmail@mat.tgd.net>

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

>Number:         30084
>Category:       ports
>Synopsis:       gtkhtml requires old version of gal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 25 13:30:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Sean Chittenden
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD mat.tgd.net 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #1: Mon Aug 13 00:31:06 PDT 2001 root@mat.tgd.net:/usr/obj/usr/src/sys/MAT i386


	
>Description:
	When doing a port upgrade of gtkhtml, it'll try and build gal-0.11.1
	even though its installed because of a version mismatch.  I don't
	think this is the most correct explaination, but the fix works and isn't
	a hack. ;)
>How-To-Repeat:
	
>Fix:
	Patch for www/gtkhtml/Makefile

--- Makefile.orig	Sat Aug 25 13:23:51 2001
+++ Makefile	Sat Aug 25 13:23:23 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?20010825202700.45377.qmail>