Application Suite". Whereas the main focus of the Mozilla Foundation is on
and have it stable enough for corporate use.
2009-11-28 22:28:36 by Tobias Nygren | Files touched by this commit (4) | |
Log message:
seamonkey-2.0 doesn't support gtk1, so remove www/seamonkey-gtk1
|
2009-09-16 18:44:44 by Geert Hendrickx | Files touched by this commit (2) |
Log message:
Get the PLIST completely straight (sorry, forgot about it when committing
www/seamonkey). Bump PKGREVISION.
|
2009-09-16 11:28:59 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Sync PLIST with what's actually being installed.
No version bump since this is merely a cleanup, and doesn't
actually change what's installed.
|
2009-09-15 11:26:07 by Geert Hendrickx | Files touched by this commit (14) |
Log message:
Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.18.
Security fixes in this version:
MFSA 2009-43 Heap overflow in certificate regexp parsing
MFSA 2009-42 Compromise of SSL-protected communication
For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.18/
|
2009-08-26 22:24:12 by Jens Rehsack | Files touched by this commit (11) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message:
bump revision because of graphics/jpeg update
|
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|