head	1.4;
access;
symbols
	old_RELEASE_6_1_0:1.2
	old_RELEASE_5_5_0:1.2
	old_RELEASE_6_0_0:1.1
	old_RELEASE_5_4_0:1.1
	old_RELEASE_4_11_0:1.1
	old_RELEASE_5_3_0:1.1
	old_RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2006.09.02.21.52.19;	author kris;	state dead;
branches;
next	1.3;

1.3
date	2006.04.16.23.57.45;	author ahze;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.29.21.12.28;	author ahze;	state Exp;
branches;
next	1.1;

1.1
date	2004.02.13.07.30.21;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove expired ports.
@
text
@--- configure.orig	Fri Feb 13 01:06:29 2004
+++ configure	Fri Feb 13 01:07:17 2004
@@@@ -9181,7 +9181,7 @@@@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-liconv  $LIBS"
+LIBS="-L$LOCALBASE/lib -liconv  $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 9187 "configure"
 #include "confdefs.h"
@@@@ -9212,7 +9212,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  _ICONV_LIBS="$_ICONV_LIBS -liconv"
+  _ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv"
 else
   echo "$ac_t""no" 1>&6
 echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6
@@@@ -9222,7 +9222,7 @@@@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-liconv  $LIBS"
+LIBS="-L$LOCALBASE/lib -liconv  $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 9228 "configure"
 #include "confdefs.h"
@@@@ -9253,7 +9253,7 @@@@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  _ICONV_LIBS="$_ICONV_LIBS -liconv"
+  _ICONV_LIBS="$_ICONV_LIBS -L$LOCALBASE/lib -liconv"
 else
   echo "$ac_t""no" 1>&6
 fi
@


1.3
log
@Firefox is an award winning, free, open-source web browser for many platforms
and is based on the Mozilla codebase. It is small, fast and easy to use, and
offers many advanced features:
 o Popup Blocking
 o Tabbed Browsing
 o Live Bookmarks (ie. RSS)
 o Extensions
 o Themes
 o FastFind
 o Improved Security

Repo-copied from:	www/firefox
Repo-copied by:		marcus
@
text
@@


1.2
log
@- Update firefox to 1.5
- Add Makefile.common
  o A new build/install system for gecko ports, Makefile.common
    includes many generic routines and common tasks.
  o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
    thus removing the need to have a startup script for ports that
    depend on gecko. [2]
  o Use system libm, nss, nspr in all gecko ports

- Add bsd.gecko.mk
  o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
    with a more robust way of detecting a gecko a end user wishs to
    use.
  o bsd.gecko.mk abstracts the selection of gecko-based backends. It
    allows users and porters to support any available gecko backend
    without needing to build many conditional tests. ${USE_GECKO} is the
    list of backends that your port can handle, and ${GECKO} is set by
    bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
    list of gecko backends they want on their system.

  Port Makefile example:

  USE_GECKO=firefox mozilla seamonkey thunderbird
  .include <bsd.port.pre.mk>
  .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"

  End user example:
  WITH_GECKO=seamonkey firefox

  We highly recommend moving away from using WITH_MOZILLA and switching to
  USE/WITH_GECKO.

PR:		89052 [2]
Submitted by:	vs [2]
Obtained from:	www/firefox
Thanks to:	adamw, marcus, and mezz for ideas, bug squashing, and more
		sajd from irc.freenode.org/#FreeBSD-Gnome for
		 pointing out many bugs
@
text
@d1 3
a3 3
--- configure.orig	Tue Oct  4 02:01:48 2005
+++ configure	Wed Nov 23 11:07:17 2005
@@@@ -10016,7 +10016,7 @@@@
d10 1
a10 1
 #line 10022 "configure"
d12 1
a12 1
@@@@ -10047,7 +10047,7 @@@@
d21 1
a21 1
@@@@ -10057,7 +10057,7 @@@@
d28 1
a28 1
 #line 10063 "configure"
d30 1
a30 1
@@@@ -10088,7 +10088,7 @@@@
@


1.1
log
@Remove the ugly libnspr hack, and be a little more clever when adding
libiconv support.  While this approach adds an extra patch, it insures
that the built-in nspr will used without the need for additional messy
symlinks.
@
text
@d1 3
a3 3
--- configure.orig	Fri Feb 13 01:06:29 2004
+++ configure	Fri Feb 13 01:07:17 2004
@@@@ -9181,7 +9181,7 @@@@
d10 1
a10 1
 #line 9187 "configure"
d12 1
a12 1
@@@@ -9212,7 +9212,7 @@@@
d21 1
a21 1
@@@@ -9222,7 +9222,7 @@@@
d28 1
a28 1
 #line 9228 "configure"
d30 1
a30 1
@@@@ -9253,7 +9253,7 @@@@
@

