From owner-freebsd-gnome Mon Nov 18 0:27:31 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0AC537B401 for ; Mon, 18 Nov 2002 00:27:29 -0800 (PST) Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 0861A43E77 for ; Mon, 18 Nov 2002 00:27:29 -0800 (PST) (envelope-from john_m_cooper@yahoo.com) Received: from pc016247.reshall.uidaho.edu (HELO ?129.101.136.30?) (john?m?cooper@129.101.136.30 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Nov 2002 08:27:28 -0000 Subject: Small Problem with www/galeon2 Was: Away for a while From: John Merryweather Cooper To: Joe Marcus Clarke Cc: gnome@freebsd.org In-Reply-To: <1037603694.354.46.camel@shumai.marcuscom.com> References: <1037603694.354.46.camel@shumai.marcuscom.com> Content-Type: multipart/mixed; boundary="=-/FaH0pd0bZq33QndTjmb" Organization: University of Idaho Message-Id: <1037608125.559.59.camel@pc016247.reshall.uidaho.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 18 Nov 2002 00:28:45 -0800 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-/FaH0pd0bZq33QndTjmb Content-Type: text/plain Content-Transfer-Encoding: 7bit The www/galeon2 presently has a make patch error. This exists because the tarball subdirectory structure is different between galeon-1.2.6 and galeon-1.3.0--there's no /src directory anymore. Therefore, the GaleonWrapper.cpp patch file needs to be renamed (optional) and modified as attached. On Sun, 2002-11-17 at 23:14, Joe Marcus Clarke wrote: > I'll be out of town on business starting tomorrow. I hope to only be > gone for a week maximum. Hopefully the hotel will have decent Internet > access, so I should be able to help out with GNOME stuff at night > (EST). If there's an urgent matter, please copy me directly on the To: > line (but also include gnome@ in the Cc:), so I don't accidentally miss > the message. Thanks. > > Joe -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | Yahoo: john_m_cooper || | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ --=-/FaH0pd0bZq33QndTjmb Content-Disposition: attachment; filename=patch-mozilla_GaleonWrapper.cpp Content-Type: text/x-c++; name=patch-mozilla_GaleonWrapper.cpp; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- mozilla/GaleonWrapper.cpp.orig Mon Sep 16 12:42:40 2002 +++ mozilla/GaleonWrapper.cpp Mon Sep 16 12:42:47 2002 @@ -182,7 +182,7 @@ } else { -#if MOZILLA_SNAPSHOT > 1 +#if MOZILLA_SNAPSHOT > 0 result = print->PrintPreview(options, nsnull, nsnull); #else result = print->PrintPreview(options); --=-/FaH0pd0bZq33QndTjmb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message