head	1.6;
access;
symbols
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.5
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2003.07.01.15.51.37;	author marcus;	state dead;
branches;
next	1.5;

1.5
date	2002.10.05.18.41.44;	author eric;	state Exp;
branches;
next	1.4;

1.4
date	2002.07.04.19.15.18;	author eric;	state dead;
branches;
next	1.3;

1.3
date	2001.12.01.05.49.01;	author eric;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.08.23.07.15;	author eric;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.25.22.51.29;	author eric;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove skipstone.  It is old, and only supports Mozilla 1.0.  It does not
look like it will be updated any time soon.

Spotted by:	kris' make index
@
text
@--- src/mozilla.cpp.orig	Mon Sep 30 07:27:17 2002
+++ src/mozilla.cpp	Mon Sep 30 07:28:14 2002
@@@@ -62,6 +62,7 @@@@
 #include "nsIContentViewerFile.h"
 #include "nsIPrintOptions.h"
 #include "nsIPrintSettings.h"
+#include "nsIPrintSettingsService.h"
 #include "nsIWebBrowserPrint.h"
 #include "skipstone-print.h"
 #include "debug.h"
@@@@ -203,7 +204,7 @@@@
 #ifdef NS_WITH_SERVICE
      	NS_WITH_SERVICE(nsIPrintOptions, options, kPrintOptionsCID, &result);
 #else
-     	nsCOMPtr<nsIPrintOptions> options = do_GetService(kPrintOptionsCID, &result);
+     	nsCOMPtr<nsIPrintSettingsService> options = do_GetService(kPrintOptionsCID, &result);
 #endif     
 	if (NS_FAILED(result)) D_RETURN_ ( NS_ERROR_FAILURE );
      
@


1.5
log
@Add a patch to allow building with the version of mozilla currently in the
ports tree.

Submitted by:	Thomas M. Hermann <Thomas.Hermann@@cox.net>
@
text
@@


1.4
log
@Update to 0.8.3.
@
text
@d1 19
a19 29
--- config.mk.orig	Fri Nov 30 21:37:54 2001
+++ config.mk	Fri Nov 30 21:40:06 2001
@@@@ -1,4 +1,4 @@@@
-PREFIX=/usr/local
+PREFIX=$(X11BASE)
 PLUGINDIR=$(HOME)/.skipstone/plugins
 
 MOZILLA_INCLUDES = \
@@@@ -71,16 +71,16 @@@@
 
 MOZILLA_LIBS = \
 	-L/usr/lib/mozilla \
-	-L$(PREFIX)/lib/mozilla \
+	-L$(PREFIX)/lib/mozilla-embedded \
 	-lgtkembedmoz -lplds4 -lplc4 -lnspr4 -lgtksuperwin -lxpcom
 
-GTK_LIBS = $(shell gtk-config --libs)
-GTK_INCLUDES = $(shell gtk-config --cflags)
+GTK_LIBS = $(shell $(GTK_CONFIG) --libs)
+GTK_INCLUDES = $(shell $(GTK_CONFIG) --cflags)
 
 CC = gcc
 CXX = g++
 
 CPPFLAGS = $(GTK_INCLUDES) $(MOZILLA_INCLUDES)
-CFLAGS = -g -O2 -Wall
+CFLAGS = -g -O2 -Wall -D_THREAD_SAFE
 CXXFLAGS = $(CFLAGS) -fno-rtti
 
@


1.3
log
@Update to latest distfile.
@
text
@@


1.2
log
@Update to latest version. This fixes all known problems and works well.
@
text
@d1 2
a2 2
--- config.mk.orig	Thu Nov  8 14:35:29 2001
+++ config.mk	Thu Nov  8 14:36:53 2001
d9 6
a14 2
@@@@ -71,13 +71,13 @@@@
 	-L$(PREFIX)/lib/mozilla \
@


1.1
log
@Update to latest, and apply a patch to fix the spawning of new browser
windows.

Submitted by:	Mike Meyer <mwm@@mired.org>
@
text
@d1 3
a3 3
--- config.mk.orig	Fri Jul 13 12:25:24 2001
+++ config.mk	Tue Jul 24 06:15:59 2001
@@@@ -1,26 +1,21 @@@@
d9 2
a10 13
-	-I/usr/include/mozilla \
-	-I/usr/local/include/mozilla \
-	-I/usr/include/nspr \
-	-I/usr/local/include/nspr \
-	-I/usr/include/mozilla/nspr \
-	-I/usr/local/include/mozilla/nspr
+	-I$(PREFIX)/include/mozilla \
+	-I$(PREFIX)/include/mozilla/nspr
 
 MOZILLA_LIBS = \
-	-L/usr/lib/mozilla \
-	-L/usr/local/lib/mozilla \
+	-L$(PREFIX)/lib/mozilla-embedded \
@

