148029f127
- 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)
31 lines
921 B
Makefile
31 lines
921 B
Makefile
# $NetBSD: buildlink2.mk,v 1.12 2004/01/17 00:04:49 taya Exp $
|
|
#
|
|
|
|
.if !defined(MOZILLA_BUILDLINK2_MK)
|
|
MOZILLA_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= mozilla
|
|
BUILDLINK_DEPENDS.mozilla?= mozilla>=1.6
|
|
BUILDLINK_PKGSRCDIR.mozilla?= ../../www/mozilla
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.mozilla=mozilla
|
|
BUILDLINK_PREFIX.mozilla_DEFAULT= ${LOCALBASE}
|
|
|
|
BUILDLINK_FILES.mozilla+= include/mozilla/*.h
|
|
BUILDLINK_FILES.mozilla+= include/mozilla/*/*.h
|
|
BUILDLINK_FILES.mozilla+= include/mozilla/*/*/*.h
|
|
|
|
BUILDLINK_FILES.mozilla+= lib/mozilla/lib*.*
|
|
|
|
.include "../../graphics/freetype2/buildlink2.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
|
|
.include "../../graphics/jpeg/buildlink2.mk"
|
|
.include "../../graphics/png/buildlink2.mk"
|
|
.include "../../net/ORBit/buildlink2.mk"
|
|
.include "../../x11/gtk/buildlink2.mk"
|
|
|
|
BUILDLINK_TARGETS+= mozilla-buildlink
|
|
|
|
mozilla-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # MOZILLA_BUILDLINK2_MK
|