Skip site navigation (1)Skip section navigation (2)
Date:      18 Nov 2002 00:28:45 -0800
From:      John Merryweather Cooper <john_m_cooper@yahoo.com>
To:        Joe Marcus Clarke <marcus@freebsd.org>
Cc:        gnome@freebsd.org
Subject:   Small Problem with www/galeon2  Was: Away for a while
Message-ID:  <1037608125.559.59.camel@pc016247.reshall.uidaho.edu>
In-Reply-To: <1037603694.354.46.camel@shumai.marcuscom.com>
References:  <1037603694.354.46.camel@shumai.marcuscom.com>

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

--=-/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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1037608125.559.59.camel>