summaryrefslogtreecommitdiff
path: root/www/mozilla
AgeCommit message (Collapse)AuthorFilesLines
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
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-22Update mozilla to 1.3.1.taya4-10/+9
And change PREFIX from /usr/X11R6 to /usr/pkg. what's new from release notes * Mozilla Mail has junk-mail classification. With some initial "training" the client can identify and segregate spam messages from good messages. To see more about Mozilla's junk-mail classification, visit the Mozilla Spam Filtering page. * Newsgroup filters have been implemented. * An initial implementation of rich text editing controls has landed in Mozilla for 1.3.1. See the rich text editing page for more information. * Image auto sizing allows a user to toggle between full-sized images and images sized to fit the browser window. To give it a try, load a large image into the browser window or size the window to be much smaller. Now clicking on the image will alternate between auto-sized and full-sized. The feature can be disabled (or enabled) from the Appearance panel in Preferences. * Users can now "dynamically" switch profiles. To give it a try, from the tools menu select "Switch Profile..." * Find as you type, formerly known as type ahead find, has a new preferences panel (Advanced: Keyboard Navigation). * When installed, Chatzilla now has a normal Mozilla preferences panel. * Mozilla 1.3.1 also includes fixes for performance, standards compliance and site compatibility. * Mozilla has a new splash screen. We already know. Please don't report this to Bugzilla. Thanks.
2003-05-21map EHOSTUNREACH to PR_HOST_UNREACHABLE_ERROR internal error number of mozillataya3-1/+31
and handle the case connect() returns EHOSTUNREACH correctly to try other address. fix PR pkg/20919
2003-05-20improve COMMENTgrant1-2/+2
2003-05-20improvegrant1-3/+7
2003-05-13Remove a :Q that is over quoting $SUNOSLIB when used by the moz-installmarkd1-2/+2
script.
2003-05-13Use ``"@comment "'' instead of ``@comment\ '', since it's safer againstwiz1-2/+2
trailing whitespace cleanups.
2003-05-13The Mozilla build on Solaris creates two additional shared libraries thatmarkd3-4/+14
are needed for SSL to work on that platform so install them. Fixes PR 20075.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-27pass -Wl,-R... when linking shared libraries on FreeBSD. The runtimegrant3-15/+33
linker seemingly does not pass the rpath down from binaries to shared libs, resulting in libs not being able to find other libs they require. patch from taya@, tested on FreeBSD 5.0.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-18update buildlink2.mk for mozilla-1.3taya1-623/+7
2003-03-17Update mozilla to 1.3taya19-131/+184
What's new from release notes * Mozilla Mail has junk-mail classification. With some initial "training" the client can identify and segregate spam messages from good messages. To see more about Mozilla's junk-mail classification, visit the Mozilla Spam Filtering page. * Newsgroup filters have been implemented. * An initial implementation of Mozilla Midas, rich text editing controls, has landed in Mozilla for 1.3. See the Midas page for more information. * Image auto sizing allows a user to toggle between full-sized images and images sized to fit the browser window. To give it a try, load a large image into the browser window or size the window to be much smaller. Now clicking on the image will alternate between auto-sized and full-sized. The feature can be disabled (or enabled) from the Appearance panel in Preferences. * Users can now "dynamically" switch profiles. To give it a try, from the tools menu select "Switch Profile..." * Find as you type, formerly known as type ahead find, has a new preferences panel (Advanced: Keyboard Navigation). * When installed, Chatzilla now has a normal Mozilla preferences panel. * Mozilla 1.3 also includes fixes for performance, standards compliance and site compatibility. * Mozilla has a new splash screen. We already know. Please don't report this to Bugzilla. Thanks
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-10moz-install treated element between @comment begin DIRS & @comment end DIRS ↵taya2-4/+4
in PLIST. if @exec ${MKDIR} -p %D/lib/${MOZILLA}/plugins in such a section, directory '@exec', '${MKDIR}', '-p', '%D/lib/${MOZILLA}/plugins' are created. this commit fixes this problem.
2003-02-12Re-open stdin on /dev/null before executing netstat. netstat is aatatat3-3/+33
setgid program that should not be executed with stdin closed, regardless of whether the kernel will cover up for you or not.
2003-02-05Replace "rm" with "${RM}" and create plugins directory as part of binaryjlam1-10/+11
package installation.
2003-02-02fix configure script to correctly configure with pthread.taya5-6/+28
2003-01-30Note that this package uses C++.jlam1-1/+2
2003-01-23Try to mark as dead.wiz1-17/+0
2003-01-22Don't install libnullplugin.so into the "active plugins" directorylukem2-4/+3
(lib/${MOZILLA}/plugins). This is a pointless plugin, and only serves to annoy you every time you access a page that wants an unavailable plugin. At least mozilla's default behaviour (without this plugin) gives you the option to tell it "please shut up, I *KNOW* I don't have a flash plugin, so stop nagging me". Closes my own [pkg/19285], based on a reply from Greg Woods.
2003-01-21Revert last change. There is *no* patch "patch-bj". It has been deletedtron1-2/+1
when "mozilla" was updated to version 1.2.1.
2003-01-20Reinstate sha1 for patch-bj, lost in last commit (hi tron!)wiz1-1/+2
2003-01-19Avoid connection problems to IPv4 sites on a NetBSD system with IPv6 andtron3-9/+23
native threads. This fix was suggested by Shin'ichiro Taya as fix for PR pkg/19928 and successfully tested by me.
2003-01-02include pkgconfig/buildlink2.mk rather than using BUILD_DEPENDS,grant1-2/+3
since this achieves the same outcome in a more consistent way. Noted by Eric Gillespie on tech-pkg.
2002-12-31add a BUILD_DEPENDS on devel/pkgconfig when building with Xft2.grant1-2/+3
2002-12-25Add optional Xft support to Mozilla and Phoenix, to enable variousgrant2-3/+8
font features including anti-aliasing. The new variable MOZILLA_USE_XFT defaults to NO. Bump PKGREVISIONs. From Eric Gillespie in PR pkg/19433.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-11Add a patch to make this build & run on 1.5.3, where CODESET isn'the2-1/+19
defined. Fix to PR#19325 forthcoming (same problem with phoenix).
2002-12-11Sort previous include.simonb1-2/+2
2002-12-10add an include-dir - needed for galeon 1.2.7hubertf1-1/+2
2002-12-05Correct checksum. (Possibly the distfile was changed in the master site?)uebayasi1-3/+3
PR19287 by <seebs at vash dot cel dot plethora dot net>.
2002-12-04Update mozilla to 1.2.1taya18-200/+147
What's new from Release notes: (See release notes for detail - http://www.mozilla.org/releases/mozilla1.2.1/) Browser * Type Ahead Find is a new feature that allows quick navigation when you type a succession of characters in the browser, matching the text in one or more links on the page. * Building on Mozilla's customizability, you can now show toolbars as text/icons/both (in the default Classic theme). We also have a few other usability improvements like image selection visualization (image highlights with system selection color when selected) and the removal of the confusing toolbar grippies. * Improvements to native look and feel in both the browser interface and the browser content area. We now support most native GTK themes in Mozilla which means that your Mozilla toolbars and other widgets will pick up the GTK theme look and feel. We also support native look and feel for web content like form controls under windowsXP. * Making tabbed browsing even more useful, you can launch the browser with a group of bookmarks as your start page. This loads several pages into tabs at startup. * Keyboard access is greatly improved including additional accesskeys for menus, other ui elements and page elements. * We have a new features that utilizes browser idle time to download or prefetch documents that the user might visit in the near future. * XML prettyprinting, similar to IEs default-view for XML is now available in Mozilla. Mail * Mozilla Mail has a new "filter after the fact" capability so users can create a filter and then run that filter on already downloaded mail. Filter logging has also been implemented which allows power users to see a log of all of the filter actions. * In mail you can now select and copy text from message headers and you can now drag and drop from the message search results window.
2002-10-22- Quote macro value used as argument of envtaya2-25/+25
fix PR#18541 - use ${WRKDIR} as temporary dir instead of /tmp fix PR#18748
2002-10-22Consistently use ${SED} instead of sed. From PR 18749 by Greg A. Woods.wiz1-6/+6
2002-10-19also make 'MASTER_SITE' overridetaya1-2/+2
2002-10-19make following items override by definition in Makefiletaya6-16/+26
DISTNAME, HOMEPAGE, mozilla binary name make SVG optional for phoenix add --with-pthreads to config option if pthread is available
2002-10-07Add buildlink2.mk.wiz1-0/+646
2002-10-03Add MASTER_SITES accidentaly removed from previous committaya1-1/+2
2002-10-03- Split Makefile to Makefile & Makefile.commontaya7-130/+182
- Use __ELF__ to detect ELF - Modify xpcom stuff for arm like m68k
2002-10-02Use autoconf.mk.wiz1-3/+5