From owner-freebsd-ports Sat Aug 25 13:30:22 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEFC237B40F for ; Sat, 25 Aug 2001 13:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7PKU6l27914; Sat, 25 Aug 2001 13:30:06 -0700 (PDT) (envelope-from gnats) Received: from mail.tgd.net (rand.tgd.net [64.81.67.117]) by hub.freebsd.org (Postfix) with SMTP id B90E037B405 for ; Sat, 25 Aug 2001 13:27:01 -0700 (PDT) (envelope-from sean@mat.tgd.net) Received: (qmail 49561 invoked from network); 25 Aug 2001 20:26:58 -0000 Received: from mat.tgd.net (64.81.67.116) by rand.tgd.net with QMQP; 25 Aug 2001 20:26:58 -0000 Message-Id: <20010825202700.45377.qmail@mat.tgd.net> Date: 25 Aug 2001 20:27:00 -0000 From: Sean@mat.tgd.net, Chittenden Reply-To: Sean Chittenden To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30084: gtkhtml requires old version of gal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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