Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 10:50:14 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        gnome@freebsd.org, sobomax@freebsd.org
Subject:   ports/29998: [PATCH] update gtkHTML to chase .so change in gal
Message-ID:  <200108231750.f7NHoEg66009@johncoop.MSHOME>

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

>Number:         29998
>Category:       ports
>Synopsis:       [PATCH] update gtkHTML to chase .so change in gal
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 10:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-RC FreeBSD 4.4-RC #9: Wed Aug 22 09:49:09 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	With the update of gal to gal-0.11.1, gtkHTML is now broken as gal.9 has
	become gal.11.  This PATCH fixes this.

>How-To-Repeat:
	Build gtkHTML after upgrading gal.  You'll go into a crash-diving loop. :)

>Fix:

diff -ruN gtkhtml/Makefile gtkhtml.new/Makefile
--- gtkhtml/Makefile	Thu Aug  9 03:46:50 2001
+++ gtkhtml.new/Makefile	Thu Aug 23 10:44:11 2001
@@ -2,11 +2,12 @@
 # Date created:				2nd June 2000
 # Whom:					Ade Lovett <ade@FreeBSD.org>
 #
-# $FreeBSD: ports/www/gtkhtml/Makefile,v 1.31 2001/08/09 10:46:50 sobomax Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	gtkhtml
 PORTVERSION=	0.11.1
+PORTREVISION=	1
 CATEGORIES=	www gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	unstable/sources/gtkhtml
@@ -15,7 +16,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?200108231750.f7NHoEg66009>