Commit graph

36 commits

Author SHA1 Message Date
taya
11d8ed7b6b NetBSD have socklen_t.
define HAVE_SOCKLEN_T
2004-12-04 04:43:49 +00:00
taya
d451a99622 generate extension directory & related stuff at install time.
fix PR pkg/28396
bump PKGREVISION
2004-12-03 16:45:54 +00:00
xtraeme
8aaeb3ce09 bl3.mk files required by multimedia/mplayer-plugin-firefox*. 2004-11-17 02:34:53 +00:00
taya
18f020a864 remove typeahead extension that confilicts with buildin typeahead component.
fix pkg/28164.
bump PKGREVISION
2004-11-13 07:03:08 +00:00
taya
86d4e4df43 - correct path of mirror site
- add some missing files to PLIST
2004-11-10 14:38:45 +00:00
xtraeme
8dfa5299e0 Update firefox and firefox-gtk2 to 1.0.
This is a bugfix release, to fix the problems reported in Preview
Releases, etc.
2004-11-09 20:10:14 +00:00
kristerw
6e37f27cce Use __va_copy instead of va_copy for NetBSD. This is needed on gcc 3.4
since the build use -ansi that in turn makes gcc 3.4 modify its pre-
defined symbols in such a way that va_copy is not defined.
2004-11-01 18:07:24 +00:00
grant
03ca6c9474 apply patch from mozilla CVS to fix bug id #260337 (installer missing
libnsl on Solaris), as well as another sh(1) portability fix.

	https://bugzilla.mozilla.org/show_bug.cgi?id=260337

no PKGREVISION bump because this didn't build on Solaris without
libnsl.
2004-10-24 05:41:25 +00:00
xtraeme
238299fff3 Only include <stdbool.h> if !defined(_cplusplus) in nptypes.h.
Fixes build on NetBSD/macppc and maybe others, tested by Peter Bex
on 2-0/macppc and i386/-current/2-0 by me, closes PR pkg/27033.
2004-10-21 00:55:36 +00:00
reed
33aeffe4aa Instead of non-portable cp -RL, use pax with -Lrw
to copy the extensions files.

On Solaris, cp doesn't know -L. (Reported by R. Quinn.)
Using pax was suggested by grant@.
2004-10-19 21:01:47 +00:00
reed
ade89c6759 Use cp(1)'s -RL instead of -r, because coreutils's
cp -r copies symlinks as symlinks (which caused
files to be missing in install).

Hopefully, this is portable. I tested under NetBSD and with coreutils.
And I brought this up on tech-pkg in July.
2004-10-16 20:08:48 +00:00
grant
6045fe12fd commit a patch for using thread-safe resolver library functions on
NetBSD >=2.0F - I've been running with it for months on -current
without any problems.
2004-10-04 09:15:29 +00:00
grant
b80c1c76b4 update to Firefox 0.10.1, bugfix for a security issue:
http://www.mozilla.org/press/mozilla-2004-10-01-02.html
2004-10-04 09:11:30 +00:00
taya
3955ba1235 Update firefox & firefox-gtk2 to 0.10 (a.k.a. 1.0PR)
from Release Notes:

---
Firefox is a fast, full-featured browser that makes browsing more
efficient than ever before. More information about Firefox is
available.

Firefox Preview Release (henceforth refered to as PR) is a Technology
Preview. While this software works well enough to be relied upon as
your primary browser in most cases, we make no guarantees of its
performance or stability. It is a pre-release product and should not
be relied upon for mission-critical tasks. See the License Agreement
for more information.

These release notes cover what's new, download and installation
instructions, known issues and frequently asked questions for the
Firefox PR release. Please read these notes and the bug filing
instructions before reporting any bugs to Bugzilla.

We want to hear your feedback about Firefox. Please join us in the
Firefox forums, hosted by MozillaZine.


What's New

Here's what's new in this release of Firefox:

* Live Bookmarks
      You can now subscribe to and read RSS feeds in your
Bookmarks. When you visit a page that advertises a RSS feed by using a
<link> tag, a RSS icon will appear in the status bar. Click it to view
a list of feeds the page is offering. Click one to subscribe - this
adds a Bookmark Folder that contains all the recent posts from the
feed.

* Improved Find
      Find is easier and more powerful now with our new Find
toolbar. The Find toolbar (which shows at the bottom of the browser
window) automatically highlights text in the page as you type and has
a useful highlight feature.

* Managing Annoyances and Protecting Security
      You can now open blocked popups, and the Extension install
system now blocks all attempts to install software from sites other
than update.mozilla.org. Users can add other sites to a list that
allows them to offer software, but software is never automatically
installed. In addition to these steps, several other measures have
been taken to prevent phishing attacks and to highlight when a page is
being viewed over a secure connection.

* Better Bookmarks
      Numerous improvements to bookmarks including more reliable
presentation of Site icons, and a split pane view in the Bookmarks
window.

* Strong Encryption For Passwords Available
      Passwords saved with the Password Manager can now be more easily
encrypted with strong encryption by creating a "Master Password". If
you create a Master Password, you are prompted once per session to
enter the Master Password so that Password Manager can automatically
fill in site logins. A useful feature for people who share computers
with others and want improved security.

* Improved Compatibility for IE users
      Undetectable document.all support for site compatibility and
improved compatibility for keyboard accelerators further smooth the
transition for IE users

* Better System Integration for GNOME users
      You can now configure Firefox as your Default Browser on GNOME,
and Firefox will adhere to your GNOME settings for edit field key
bindings, etc.

* And a horde of other bug fixes...

See The Burning Edge's Bigger Picture for more details.

-----

Several security holes have been fixed. See the page bellow for
detail.

http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
2004-09-20 08:03:42 +00:00
xtraeme
9a4acd7507 pkglint MESSAGE, we'll use the same MESSAGE file for firefox and
firefox-gtk2.
2004-09-07 06:03:55 +00:00
taya
6cae8a0300 copy patch for alpha from mozilla 2004-09-01 00:01:59 +00:00
aymeric
152ff312f7 Forgot that one in previous commit: preprocess .s files with the C preprocessor
on ppc architectures
2004-08-24 16:32:42 +00:00
aymeric
9654179d69 Make firefox compile and run on macppc. Patches copied from www/mozilla. 2004-08-24 14:28:33 +00:00
he
d9ba39d7db Remove patch for getting this to compile on netbsd-1-5.
It has (probably long since) been replaced by configuration checks
in firefox's configure script.  The resulting source still compiles
and works on netbsd-1-5 / i386.
2004-08-23 13:54:27 +00:00
taya
44b1537252 forgot to add at privous commit 2004-08-10 14:28:14 +00:00
taya
a15e73bfe9 Update firefox & firefox-gtk2 to 0.9.3
firefox 0.9.3 is a security fix release.
Fixed bugs are:

- lock icon and certificate spoof with onunload document.write (Bugzilla#253121)
- Malicious certificates can permanently break HTTPS/SSL (Bugzilla#249004)

See the page below.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.2
2004-08-10 14:04:01 +00:00
taya
32003385fc - correct MESSAGE
- add patch to fix compilation problem on NetBSD-1.6.2
- bump PKGREVISION
2004-07-05 14:25:29 +00:00
taya
5773e03bd2 Update firefox to 0.9.1
From the article from mozillazine.org:
mozilla.org today released upgrades to both Firefox 0.9 (0.9.1) and
Thunderbird 0.7 (0.7.1) to fix some minor bugs present in both
releases. Both releases correct some flaws in the extension system
that some users may have been experiencing, as well as a new icon set
for the navigation toolbar on Windows and Linux in Firefox 0.9.1. All
users of both products should get this upgrade.
2004-07-03 04:00:12 +00:00
taya
dc567b6bcb correct typo
post-install -> pre-install
2004-06-24 01:53:54 +00:00
taya
eed59c1e6c Update firefox to 0.9
Here's what's new in this release of Firefox:

* New Default Theme
An updated Default Theme now presents a uniform appearance across all
three platforms - a new crisp, clear look for Windows
users. Finetuning for GNOME will follow in future releases.

* Comprehensive Data Migration
Switching to Firefox has never been easier now that Firefox imports
data like Favorites, History, Settings, Cookies and Passwords from
Internet Explorer. Firefox can also import from Mozilla 1.x, Netscape
4.x, 6.x and 7.x, and Opera. MacOS X and Linux migrators for browsers
like Safari, OmniWeb, Konqueror etc. will arrive in future releases.

* Extension/Theme Manager
New Extension and Theme Managers provide a convenient way to manage
and update your add-ons. SmartUpdate also notifies you of updates to
Firefox.

* Help
A new online help system is available.

* Lots of bug fixes and improvements
Copy Image, the ability to delete individual items from Autocomplete
lists, SMB/SFTP support on GNOME via gnome-vfs, better Bookmarks,
Search and many other refinements fine tune the browsing experience.

For Linux/GTK2 Users
* Look and Feel Updates
Ongoing improvements have been made to improve the way Firefox adheres
to your GTK2 themes, such as menus.

* Talkback for GTK2
Help us nail down crashes by submitting talkback reports with this
crash reporting tool.
2004-06-23 16:47:12 +00:00
xtraeme
4170d0a60e Undo my previous commit to install pkgconfig (.pc) files, we should to
use CONFLICTS, because they are installing the same files...
2004-06-19 17:37:37 +00:00
xtraeme
3354e6602b Install the .pc (pkgconfig) files, which were disabled in PLIST, they
are required to build some packages.

Bump PKGREVISION.
2004-06-18 22:40:04 +00:00
reinoud
9fb4d1c720 Yes another `\n' missing in the patch giving rise to compilation errors. 2004-06-15 23:19:50 +00:00
reinoud
2e6c9f3704 Add `\n' to the assembler line so that it will assemble correctly. The
assembler got confused with the floating .elseif
2004-06-15 20:05:54 +00:00
taya
59be239035 - copy amd64 support patch from www/mozilla
- correct ARM architecture handling
- add g++-3.0 support for xpcom module on alpha
- bump PKGREVISION
2004-06-02 15:09:01 +00:00
recht
056c939376 Use ft2build.h / FT_FREETYPE_H instead of including freetype/tttables.h
and freetype/freetype.h directly.
From FreeBSD.
2004-04-29 16:19:36 +00:00
adam
053c3be42b Fixed problems with the new freetype2 library 2004-04-29 14:13:19 +00:00
taya
9afa009fcb catch up to current statvfs support 2004-04-24 01:21:17 +00:00
taya
e013f8adb2 correct PLIST
remove non-exist file & not needed file
bump PKGREVISION
2004-03-10 12:57:01 +00:00
bouyer
e38708720b The security component needs libfreebl_hybrid_3.so on SunOS/sparc, so
add it to PLIST so that moz-install will copy it (the mozilla packages
are correct). It seems that firefox dosn't need libfreebl_pure32_3.so to
use SSL, so I didn't add it to the PLIST.
2004-03-03 17:54:38 +00:00
xtraeme
501a46affb Initial import of firefox-0.8, provided by Kouichirou Hiratsuka
in PR pkg/24603.

Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems. It is
small, fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.

Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.
2004-02-29 17:44:31 +00:00