head	1.15;
access;
symbols
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.9
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2009.01.10.02.45.43;	author mezz;	state dead;
branches;
next	1.14;

1.14
date	2008.07.06.19.32.08;	author marcus;	state Exp;
branches;
next	1.13;

1.13
date	2004.11.09.23.44.00;	author ahze;	state dead;
branches;
next	1.12;

1.12
date	2003.10.16.18.47.54;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2003.04.20.04.08.54;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2003.04.08.03.58.13;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2002.04.26.06.20.31;	author sobomax;	state Exp;
branches;
next	1.8;

1.8
date	2002.04.25.18.37.03;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2002.03.13.10.01.32;	author sobomax;	state Exp;
branches;
next	1.6;

1.6
date	2002.02.06.16.30.36;	author sobomax;	state Exp;
branches;
next	1.5;

1.5
date	2001.11.19.13.41.39;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2001.11.13.12.28.37;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2001.09.24.10.29.09;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.18.08.12.37;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.05.07.33.46;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:	portmgr
@
text
@--- configure.orig	2008-07-06 15:07:05.000000000 -0400
+++ configure	2008-07-06 15:07:13.000000000 -0400
@@@@ -23281,7 +23281,7 @@@@ if test $MOZILLA = libxul-embedding-unst
     MOZILLA_GTKMOZEMBED=$MOZILLA
 else
     MOZILLA_XPCOM=$MOZILLA-xpcom
-    MOZILLA_XPCOM=$MOZILLA-gtkmozembed
+    MOZILLA_GTKMOZEMBED=$MOZILLA-gtkmozembed
 fi
 
 pkg_failed=no
@


1.14
log
@Update to 2.0.6.
@
text
@@


1.13
log
@Rename ports/www/galeon2 --> ports/www/galeon

Approved by:	marcus
@
text
@d1 9
a9 3
--- configure.orig	Fri Oct 17 01:15:31 2003
+++ configure	Fri Oct 17 01:16:29 2003
@@@@ -7968,6 +7968,7 @@@@
d11 1
a11 17
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@@@ -11890,8 +11891,8 @@@@
 		;;
 	FreeBSD)
 		USE_PTHREADS=1
-		_PTHREAD_CFLAGS="-pthread -D_THREAD_SAFE"
-		_PTHREAD_LDFLAGS="";;
+		_PTHREAD_CFLAGS="%%PTHREAD_CFLAGS%%"
+		_PTHREAD_LDFLAGS="%%PTHREAD_LIBS%%";;
 	*)
 		USE_PTHREADS=1
 		_PTHREAD_LDFLAGS="-lc_r";;
@


1.12
log
@Remove any chance of linking galeon with -pthread.  Instead, make sure
${PTHREAD_LIBS} is used.

Submitted by:	sf
@
text
@@


1.11
log
@Update to 1.2.10.
@
text
@d1 3
a3 3
--- configure.orig	Mon Mar 17 15:31:41 2003
+++ configure	Mon Apr  7 23:32:37 2003
@@@@ -7950,6 +7950,7 @@@@
d11 11
@


1.10
log
@Fix build with mozilla-1.4a.
@
text
@a10 9
@@@@ -12535,7 +12536,7 @@@@
 		    elif test "$_moz_snap" = "1.3b" ; then
 			MOZILLA_SNAPSHOT=5
 		    elif test "$_moz_snap" = "trunk" ; then
-			MOZILLA_SNAPSHOT=6
+			MOZILLA_SNAPSHOT=7
 		    else
 			MOZILLA_SNAPSHOT=3
 		    fi
@


1.9
log
@Move misplaced hunk where it belongs (from patch-configure to patch-hairy).
@
text
@d1 3
a3 6

$FreeBSD: ports/www/galeon/files/patch-configure,v 1.8 2002/04/25 18:37:03 sobomax Exp $

--- configure.orig	Thu Apr 25 21:02:26 2002
+++ configure	Thu Apr 25 21:03:14 2002
@@@@ -5434,6 +5434,7 @@@@
d10 10
a19 1
 LIBTOOL='$(SHELL) $(top_builddir)/libtool' 
@


1.8
log
@USE_LIBTOOL strikes back: use the new and improved way for dealing with
configure scripts created using autoconf 2.13 or later, which allows
to replace many patch-ltmain.sh out there with USE_LIBTOOL and one
additional line in configure script.
@
text
@d2 1
a2 1
$FreeBSD$
d13 1
a13 10
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@@@ -7078,7 +7079,7 @@@@
 #define ENABLE_NAUTILUS_VIEW 1
 EOF
 
-  _gnome_modules="$_gnome_modules bonobox nautilus"
+  _gnome_modules="$_gnome_modules bonobox"
 fi
 echo "$ac_t""$enable_nautilus_view" 1>&6
 
@


1.7
log
@Update to 1.2.0.
@
text
@d4 3
a6 4
--- configure.orig	Wed Mar 13 10:57:19 2002
+++ configure	Wed Mar 13 10:58:12 2002
@@@@ -9966,7 +9966,7 @@@@
 fi
d8 3
d12 5
a16 16
-	     CATOBJEXT=.gmo
+	     CATOBJEXT=.mo
 	   fi
 	
 else
@@@@ -10088,7 +10088,7 @@@@
         
 	BUILD_INCLUDED_LIBINTL=yes
 	USE_INCLUDED_LIBINTL=yes
-        CATOBJEXT=.gmo
+        CATOBJEXT=.mo
 	INTLLIBS="\$(top_builddir)/intl/libintl.a $LIBICONV"
 	LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
       fi
@@@@ -10173,7 +10173,7 @@@@
     fi
d18 4
a21 5
                 for lang in $ALL_LINGUAS; do
-      GMOFILES="$GMOFILES $lang.gmo"
+      GMOFILES="$GMOFILES $lang.mo"
       POFILES="$POFILES $lang.po"
     done
a22 15
@@@@ -10502,10 +10502,10 @@@@
 s%@@INSTALL_DATA@@%$INSTALL_DATA%g
 s%@@PACKAGE@@%$PACKAGE%g
 s%@@VERSION@@%$VERSION%g
-s%@@ACLOCAL@@%$ACLOCAL%g
-s%@@AUTOCONF@@%$AUTOCONF%g
-s%@@AUTOMAKE@@%$AUTOMAKE%g
-s%@@AUTOHEADER@@%$AUTOHEADER%g
+s%@@ACLOCAL@@%/usr/bin/true%g
+s%@@AUTOCONF@@%/usr/bin/true%g
+s%@@AUTOMAKE@@%/usr/bin/true%g
+s%@@AUTOHEADER@@%/usr/bin/true%g
 s%@@MAKEINFO@@%$MAKEINFO%g
 s%@@SET_MAKE@@%$SET_MAKE%g
 s%@@host@@%$host%g
@


1.6
log
@Update to 1.0.3.

PR:		34653
Submitted by:	Joe Marcus Clarke <marcus@@marcuscom.com>
@
text
@d4 3
a6 4
--- configure.orig	Wed Feb  6 17:45:43 2002
+++ configure	Wed Feb  6 17:46:27 2002
@@@@ -13087,7 +13087,7 @@@@
 echo "${ECHO_T}no" >&6
d9 1
d13 4
a16 4
 
 fi
@@@@ -13213,7 +13213,7 @@@@
 
d24 1
a24 1
@@@@ -13306,7 +13306,7 @@@@
d33 15
a47 15
@@@@ -14083,10 +14083,10 @@@@
 s,@@INSTALL_DATA@@,$INSTALL_DATA,;t t
 s,@@PACKAGE@@,$PACKAGE,;t t
 s,@@VERSION@@,$VERSION,;t t
-s,@@ACLOCAL@@,$ACLOCAL,;t t
-s,@@AUTOCONF@@,$AUTOCONF,;t t
-s,@@AUTOMAKE@@,$AUTOMAKE,;t t
-s,@@AUTOHEADER@@,$AUTOHEADER,;t t
+s,@@ACLOCAL@@,/usr/bin/true,;t t
+s,@@AUTOCONF@@,/usr/bin/true,;t t
+s,@@AUTOMAKE@@,/usr/bin/true,;t t
+s,@@AUTOHEADER@@,/usr/bin/true,;t t
 s,@@MAKEINFO@@,$MAKEINFO,;t t
 s,@@SET_MAKE@@,$SET_MAKE,;t t
 s,@@build@@,$build,;t t
@


1.5
log
@Update to 0.12.8.
@
text
@d4 4
a7 3
--- configure.orig	Mon Nov 19 14:20:52 2001
+++ configure	Mon Nov 19 14:21:50 2001
@@@@ -6182,7 +6182,7 @@@@
a9 1
 
d13 4
a16 4
 	
 else
@@@@ -6304,7 +6304,7 @@@@
         
d24 1
a24 1
@@@@ -6389,7 +6389,7 @@@@
d33 15
a47 15
@@@@ -6755,10 +6755,10 @@@@
 s%@@INSTALL_DATA@@%$INSTALL_DATA%g
 s%@@PACKAGE@@%$PACKAGE%g
 s%@@VERSION@@%$VERSION%g
-s%@@ACLOCAL@@%$ACLOCAL%g
-s%@@AUTOCONF@@%$AUTOCONF%g
-s%@@AUTOMAKE@@%$AUTOMAKE%g
-s%@@AUTOHEADER@@%$AUTOHEADER%g
+s%@@ACLOCAL@@%/usr/bin/true%g
+s%@@AUTOCONF@@%/usr/bin/true%g
+s%@@AUTOMAKE@@%/usr/bin/true%g
+s%@@AUTOHEADER@@%/usr/bin/true%g
 s%@@MAKEINFO@@%$MAKEINFO%g
 s%@@SET_MAKE@@%$SET_MAKE%g
 s%@@host@@%$host%g
@


1.4
log
@Update to 0.12.7.
@
text
@d4 3
a6 4
--- configure.orig	Tue Nov 13 14:04:39 2001
+++ configure	Tue Nov 13 14:13:44 2001
@@@@ -12031,7 +12031,7 @@@@
 echo "${ECHO_T}no" >&6
d9 1
d13 4
a16 4
 
 fi
@@@@ -12155,7 +12155,7 @@@@
 
d24 1
a24 1
@@@@ -12245,7 +12245,7 @@@@
d33 15
a47 15
@@@@ -12862,10 +12862,10 @@@@
 s,@@INSTALL_DATA@@,$INSTALL_DATA,;t t
 s,@@PACKAGE@@,$PACKAGE,;t t
 s,@@VERSION@@,$VERSION,;t t
-s,@@ACLOCAL@@,$ACLOCAL,;t t
-s,@@AUTOCONF@@,$AUTOCONF,;t t
-s,@@AUTOMAKE@@,$AUTOMAKE,;t t
-s,@@AUTOHEADER@@,$AUTOHEADER,;t t
+s,@@ACLOCAL@@,/usr/bin/true,;t t
+s,@@AUTOCONF@@,/usr/bin/true,;t t
+s,@@AUTOMAKE@@,/usr/bin/true,;t t
+s,@@AUTOHEADER@@,/usr/bin/true,;t t
 s,@@MAKEINFO@@,$MAKEINFO,;t t
 s,@@SET_MAKE@@,$SET_MAKE,;t t
 s,@@build@@,$build,;t t
@


1.3
log
@Update to 0.12.2.
@
text
@d4 44
a47 17
--- configure.orig	Mon Sep 24 12:03:11 2001
+++ configure	Mon Sep 24 12:05:46 2001
@@@@ -6862,10 +6862,10 @@@@
 s%@@INSTALL_DATA@@%$INSTALL_DATA%g
 s%@@PACKAGE@@%$PACKAGE%g
 s%@@VERSION@@%$VERSION%g
-s%@@ACLOCAL@@%$ACLOCAL%g
-s%@@AUTOCONF@@%$AUTOCONF%g
-s%@@AUTOMAKE@@%$AUTOMAKE%g
-s%@@AUTOHEADER@@%$AUTOHEADER%g
+s%@@ACLOCAL@@%/usr/bin/true%g
+s%@@AUTOCONF@@%/usr/bin/true%g
+s%@@AUTOMAKE@@%/usr/bin/true%g
+s%@@AUTOHEADER@@%/usr/bin/true%g
 s%@@MAKEINFO@@%$MAKEINFO%g
 s%@@SET_MAKE@@%$SET_MAKE%g
 s%@@host@@%$host%g
@


1.2
log
@Update to 0.12.1.
@
text
@d4 17
a20 17
--- configure.orig	Mon Sep 17 19:13:48 2001
+++ configure	Mon Sep 17 19:14:42 2001
@@@@ -13060,10 +13060,10 @@@@
 s,@@INSTALL_DATA@@,$INSTALL_DATA,;t t
 s,@@PACKAGE@@,$PACKAGE,;t t
 s,@@VERSION@@,$VERSION,;t t
-s,@@ACLOCAL@@,$ACLOCAL,;t t
-s,@@AUTOCONF@@,$AUTOCONF,;t t
-s,@@AUTOMAKE@@,$AUTOMAKE,;t t
-s,@@AUTOHEADER@@,$AUTOHEADER,;t t
+s,@@ACLOCAL@@,/usr/bin/true,;t t
+s,@@AUTOCONF@@,/usr/bin/true,;t t
+s,@@AUTOMAKE@@,/usr/bin/true,;t t
+s,@@AUTOHEADER@@,/usr/bin/true,;t t
 s,@@MAKEINFO@@,$MAKEINFO,;t t
 s,@@SET_MAKE@@,$SET_MAKE,;t t
 s,@@build@@,$build,;t t
@


1.1
log
@Update to 0.11.1.
@
text
@d4 17
a20 17
--- configure	2001/07/04 17:52:53	1.1
+++ configure	2001/07/04 17:53:44
@@@@ -6043,10 +6043,10 @@@@
 s%@@INSTALL_DATA@@%$INSTALL_DATA%g
 s%@@PACKAGE@@%$PACKAGE%g
 s%@@VERSION@@%$VERSION%g
-s%@@ACLOCAL@@%$ACLOCAL%g
-s%@@AUTOCONF@@%$AUTOCONF%g
-s%@@AUTOMAKE@@%$AUTOMAKE%g
-s%@@AUTOHEADER@@%$AUTOHEADER%g
+s%@@ACLOCAL@@%/usr/bin/true%g
+s%@@AUTOCONF@@%/usr/bin/true%g
+s%@@AUTOMAKE@@%/usr/bin/true%g
+s%@@AUTOHEADER@@%/usr/bin/true%g
 s%@@MAKEINFO@@%$MAKEINFO%g
 s%@@SET_MAKE@@%$SET_MAKE%g
 s%@@XML_I18N_MERGE_OAF_RULE@@%$XML_I18N_MERGE_OAF_RULE%g
@

