summaryrefslogtreecommitdiff
path: root/www/mozilla
AgeCommit message (Collapse)AuthorFilesLines
2004-06-19Undo my previous commit to install pkgconfig (.pc) files, we should toxtraeme2-11/+3
use CONFLICTS, because they are installing the same files...
2004-06-19Fix pkgconfig files, they were using mozilla-1.6 as its directory toxtraeme1-4/+15
find the headers/files, and this breaks some packages using the .pc files with firefox*.
2004-06-18Install the .pc (pkgconfig) files, which were disabled in PLIST, theyxtraeme2-3/+11
are required to build some packages. Bump PKGREVISION.
2004-06-02regxpcom creates same user config directory ".mozilla"taya3-11/+5
even if it's main app creates another user config directory. e.g. firefox creates .phoenix, thunderbird creates .thunderbird so no need to define user config directory for each package based on mozilla. simply remove ${WRKDIR}/.mozilla is enough
2004-06-01Use !empty instead of != "", which was causing some troubles.xtraeme1-2/+2
2004-06-01checksum mismatch for patch-bwabs1-2/+2
2004-06-01- remove user profile directory created while installation. fix pkg/24609.taya7-20/+99
- correct ARM architecture handling - add g++-3.0 support for xpcom module on alpha - bump PKGREVISION
2004-05-30Add (tested) amd64 support. From FreeBSD, mostly.sekiya8-23/+516
2004-04-29Fixed problems with the new freetype2 libraryadam8-1/+329
2004-04-27Unused.wiz1-31/+0
2004-04-25Backout broken change which also fixes problems with the recorded checksum.tron1-2/+2
2004-04-25Revert previous change. It appears that the revision of this packagetron1-2/+2
shouldn't have bumped at all.
2004-04-25Set correct package revision in correct file. This undos the recenttron2-4/+3
accidental version number downgrade. We are now at version 1.6nb3.
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme2-3/+4
2004-04-24make sure we link with the correct rpath on Solaris.grant2-1/+17
2004-04-24don't pass "-Q option" to ${LD}, it isn't needed and the Solaris linkergrant2-9/+17
errors on it.
2004-04-23catch up to current statvfs supporttaya3-7/+7
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26Ensure the pkgconfig bl3 file is included when MOZILLA_USE_GTK2 is defined.jmmv1-1/+2
2004-02-23Bump PKGREVISION for patch-bb change and new patch-br.wiz1-1/+2
2004-02-22- adopt patch from pkg/24517taya3-6/+37
Thanks to Kouichirou Hiratsuka This also fixes pkg/24503 - enable usage of getprotobyname_r() if __NetBSD_Version__ >= 106370000
2004-02-19bl3ify.jmmv2-13/+42
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-1/+2
testing it.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-7/+7
2004-02-09CC_VERSION is "gcc-2.8.1" for egcs. Also fix up a few nits: not alljlam1-3/+1
compilers understand "-O" to optimize, and if we only care about gcc, then wrap the block in an ifdef that is triggered only if we're using gcc.
2004-02-05Enable installation of pkgconfig files in mozilla-gtk2. This requires ajmmv3-2/+26
new patch to fix paths to includes and libs. Bump PKGREVISION of mozilla-gtk2 to 1.
2004-02-04+ USE_LANGUAGES=c c++abs1-1/+2
2004-02-01- remove patch that enables IPv4 mapped IPv6 addresstaya4-58/+7
- remove not necessary defines - _REENTRANT & _THREAD_SAFE
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-22Check for existance of shared libXinerama beforewiz1-2/+2
enabling Xinerama support. Fixes mozilla on e.g. macppc with only libXinerama.a.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-17Update mozilla to 1.6taya22-136/+137
- New features and Fixes from release notes: * One of the most requested Mozilla Mail features, an option to separate the Recipient and Sender columns in the thread pane, has been implemented. * Another frequently requested MailNews feature, a preference for placing the user's signature above the quoted text, has been added. * "Remove from server after x days" has been implemented for POP3 mail accounts. * vCard support has been added to Mozilla Mail. * Mozilla 1.6 includes a new cross-platform NTLM authentication mechanism. This feature brings NTLM authentication to the non-Windows Mozilla users for the first time and also delivers more robust and featureful NTLM support to users of older Windows versions. * Ask Jeeves searching has been added to Mozilla 1.6. * "Translate Page" functionality has returned to this release of Mozilla. * The View Source window now has reload functionality. * Several security-related bugs were fixed in 1.6 * Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support, halfop mode support, and properly masks key and password dialogs. * Many crash bugs have been fixed. * One step closer to the kitchen sink, about:about has been implemented. Typing about:about in the address field will give the user a nice list of available about:s. * The opacity implementation was completely revamped to properly change the opacity of all descendants as a group. * CSS inheritance has been updated to work per CSS2.1 (computed values are inherited). - pkgsrc specific changes * add option to build with gtk2 (not completed yet)(from Jeremy C. Reed) * make mathml optional (for MozillaThunderbird)
2004-01-12only use COPTS?=-O2 if we're using gcc, otherwise use COPTS?=-O. givesgrant1-1/+5
mozilla packages a chance of building with non-gcc compilers.
2003-12-26add FreeBSD to a conditional to fix a build problem on FreeBSD.grant2-4/+4
from Michal Pasternak in PR pkg/23867.
2003-12-20while "dependancy" is a valid spelling, we generally usegrant1-2/+2
the more widely accepted "dependency".
2003-12-20bump PKGREVISIONs after adding Xinerama support.grant1-1/+2
2003-12-20build with Xinerama support if available. libXinerama is onlygrant1-1/+5
available as a static library, so no change to PLISTs. fixes PR pkg/19562 from epg.
2003-12-04remove obsolete checksum for removed patch file(patch-aa).taya1-2/+1
regened distinfo.
2003-11-27Update mozilla to 1.5.1taya21-122/+184
New Features and Fixes * Mozilla now includes a spellchecker for MailNews and Composer. * Additional MailNews improvements include: o Users can add header lines to *every* message sent out via a certain identity. o A common application hang with SSL-encrypted SMTP connections has been fixed. o Printing of the attachments list is now supported. o Users can now mark message as read by date. * Many great improvements to Mozilla Composer including: o Better resizing for images, tables, and absolutely positioned objects. o Support for absolutely positioned objects, movable on the canvas using the mouse. o Support for z-index management. o "Snap to grid" when moving an absolutely positioned object. o Source View now uses an editor instead of a simple textarea (allows find and replace). o Numerous fixes in caret management, inline styles handling, and CSS styles handling. * Improvements to tabbed browsing, including: o Tabs are now replaced when a bookmark group is loaded. This can be changed to the old "append" behavior in the Tabbed browsing preferences. o Back and Forward navigation for tabbed browsing and bookmark groups has been improved. Users can now use the back button after loading a bookmark group to restore the previous set of tabs. o Closing a window with multiple tabs now prompts the user with a confirmation dialog (which can be disabled for future close operations). * ChatZilla, Mozilla's internet relay chat (IRC) client, has had a major overhaul bringing logging and many additional improvements. * DOM Inspector can now display the #document node (the document root). * It is now possible to jump from the JavaScript console to the relevant line in the View Source Window. * Mozilla's view source now displays line and column numbers in the status bar. * A quicksearch filter has been implemented for about:config. * Gecko now supports setting color for <HR>. * The '::' notation for CSS pseudo-elements is now supported. The old ':' notation is still supported only for pseudo-elements in CSS2 (:first-line, :first-letter, :before, :after) and the various :-moz-tree-* pseudo-elements. * Unstyled XML display has been improved. * Some Windows GDI problems in Mozilla have been resolved. * A common problem collapsing the URL bar popup on Windows has been fixed. * Mozilla has improved performance, stability, standards support and Web compatibility.
2003-11-26Now that the toolchain is able to build this beast at all, replace themartin4-169/+137
untested MD xpcom routines with working ones for sparc64 - mostly copied from the solaris sparc v9 versions.
2003-09-27The extra libraries for SunOS are only built/needed for sparc.markd1-2/+2
2003-09-01Add NetBSD RCS tagscjep1-0/+1
2003-08-02use <iostream> instead of <iostream.h>mrg2-1/+14
2003-07-29add --disable-pedantic to quell gcc3.3mrg1-1/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-3/+4
2003-07-02Update mozilla to 1.4taya6-115/+148
New Features and Fixes - Mozilla's bookmarks have been overhauled. Bookmarks now include a root level folder, the ability to have two differently named bookmarks pointing at the same location, site icons in the Bookmark Manager and Bookmarks Sidebar, and separators now have support for labels. - Composer now supports click and drag dynamic image and table resizing. If an image is selected or if the caret is placed inside a table, eight resizing handles appear and allow to resize the image/table with a simple click/drag/release. In the case of an image, the resizing is done real-time and a semi-opaque shadow of the image at its target size is shown during resizing. A tooltip shows in real-time the target size in pixels, and the relative change in pixels too. - Mail now has junk-mail context menu items, a "delete junk mail" menu item and many other usability improvements for junk-mail controls. - Pop-up blocking has been streamlined to improve usability. - Users can now specify "blank page," "home page," or "Last page visited" for each of first window, new window and new tab. - Users can now specify default font, size and color for HTML mail compose. - Image blocking/disabling is now more flexible and users can "view image" to see blocked or not loaded images. - Proxy auto-config (PAC) failover has been implemented - Mozilla 1.4 contains thousands of additional bugfixes, including changes to improve performance, stability, web site compatability, standards support, and usability.
2003-06-03Apply patch from PR pkg/21745 so Mozilla will build on XFree86 < 4.epg1-2/+2
2003-05-29mozilla and variants use gcc shlibs.grant1-1/+2