| non port: head/www/mozilla-devel/Makefile |
|
SVNWeb
|
Number of commits found: 127 (showing only 27 on this page) « 1 | 2 |
|
Wed, 12 Feb 2003
|
[ 19:03 marcus ]
1.8 www/mozilla-devel-gtk2/Makefile
1.139 www/mozilla-devel/Makefile
1.62 www/mozilla-devel/distinfo
1.2 www/mozilla-devel/files/patch-gfx_src_gtk_Makefile.in
1.20 www/mozilla-devel/files/patch-qt
Update to 1.3b.
|
|
Fri, 7 Feb 2003
|
[ 19:21 marcus ]
1.33 audio/aumix/Makefile
1.12 audio/mhwaveedit/Makefile
1.3 audio/nogger/Makefile
1.41 ftp/downloader/Makefile
1.22 games/gtkballs/Makefile
1.109 graphics/gimp-devel/Makefile
1.7 graphics/libexif-gtk/Makefile
1.106 irc/xchat2/Makefile
1.6 math/gcalctool/Makefile
1.13 misc/gretl/Makefile
(Only the first 10 of 33 ports in this commit are shown above. )
Chase gtk20's shared lib version.
|
|
Sun, 2 Feb 2003
|
[ 04:45 marcus ]
1.137 www/mozilla-devel/Makefile
1.128 www/mozilla-vendor/Makefile
1.129 www/mozilla/Makefile
Remove the lib/browser_plugins directory.
Reported by: bento
|
|
Sat, 25 Jan 2003
|
[ 21:53 marcus ]
1.6 www/mozilla-devel-gtk2/Makefile
1.136 www/mozilla-devel/Makefile
1.1 www/mozilla-devel/files/patch-config_rules.mk
1.127 www/mozilla-vendor/Makefile
1.1 www/mozilla-vendor/files/patch-config_rules.mk
1.128 www/mozilla/Makefile
1.1 www/mozilla/files/patch-config_rules.mk
FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoid
symbol clashes with, for example, libexpat. This will allow Mozilla and
more precisely, Galeon 2, to work with GTK 2.2.
|
|
Wed, 22 Jan 2003
|
[ 23:57 marcus ]
1.5 www/mozilla-devel-gtk2/Makefile
1.135 www/mozilla-devel/Makefile
Disable Xft if WITH_GTK2 is defined in the master mozilla-devel port.
This will avoid accidental creation of a non-working Mozilla.
Suggested by: Dan Nelson <dnelson@allantgroup.com>
|
[ 20:08 marcus ]
1.134 www/mozilla-devel/Makefile
Replace one more occurrance of Xft.h.
Submitted by: Jos Backus <jos@catnook.com>
|
[ 20:05 marcus ]
1.133 www/mozilla-devel/Makefile
1.61 www/mozilla-devel/distinfo
Remove the extra calendar distfile. It is no longer needed in mozilla-devel.
Also, mark the port as BROKEN if WITH_CALENDAR is defined and
WITHOUT_COMPOSER or WITHOUT_MAILNEWS are also defined. Calendar requires
Composer and Mailnews support.
|
|
Tue, 21 Jan 2003
|
[ 16:41 marcus ]
1.132 www/mozilla-devel/Makefile
1.59 www/mozilla-devel/distinfo
1.2 www/mozilla-devel/files/mozilla_12b_patch
1.1 www/mozilla-devel/files/patch-gfx_src_gtk_Makefile.in
1.1 www/mozilla-devel/files/patch-nsprpub_pr_src_misc_prtime.c
1.2 www/mozilla-devel/files/patch-temp-l10n
* Update to 1.3a
* Re-enable optimizations [1]
* Disable JavaScript debugger by default [1]
Acknowledgement goes to the Phoenix port and alane for a patch that
corrects a crash when downloads complete.
Suggested by: David Schultz <dschultz@uclink.Berkeley.EDU> [1]
|
|
Wed, 27 Nov 2002
|
[ 22:48 marcus ]
1.3 www/mozilla-devel-gtk2/Makefile
1.131 www/mozilla-devel/Makefile
1.7 www/mozilla-devel/files/mozilla.sh
1.124 www/mozilla-vendor/Makefile
1.7 www/mozilla-vendor/files/mozilla.sh
1.125 www/mozilla/Makefile
1.7 www/mozilla/files/mozilla.sh
Fix the startup script so that it can accept option arguments. This fixes
a problem with starting Mozilla from the KDE dock if another instance of
Mozilla is already running.
Tested by: Vivek Khera <vivek@khera.org>
Approved by: portmgr (kris)
|
|
Sun, 24 Nov 2002
|
[ 00:24 marcus ]
1.2 www/mozilla-devel-gtk2/Makefile
1.130 www/mozilla-devel/Makefile
1.6 www/mozilla-devel/files/mozilla.sh
1.123 www/mozilla-vendor/Makefile
1.6 www/mozilla-vendor/files/mozilla.sh
1.124 www/mozilla/Makefile
1.6 www/mozilla/files/mozilla.sh
Make the Mozilla startup scripts a little smarter. Instead of launching a
new Mozilla instance each time, check to see if one already exists, and if
so, spawn a new browser tab in the current window.
PR: 45610
Submitted by: Nick Jennings
|
|
Wed, 20 Nov 2002
|
[ 21:54 marcus ]
1.129 www/mozilla-devel/Makefile
When using the GTK+-2 version, build with ORBit2.
Submitted by: bento
|
|
Sun, 17 Nov 2002
|
[ 22:09 marcus ]
1.128 www/mozilla-devel/Makefile
1.5 www/mozilla-devel/files/mozilla.sh
1.1 www/mozilla-devel/files/patch-config_autoconf.mk.in
* Make this port a master port which can support slaves
* Install .pc files when built with WITH_GTK2
* Don't play with Xft stuff in source files unless we're building with with
Xft support enabled.
|
|
Mon, 11 Nov 2002
|
[ 03:31 marcus ]
1.127 www/mozilla-devel/Makefile
1.58 www/mozilla-devel/distinfo
Add calendar support to Mozilla. Specify -DWITH_CALENDAR to enable
it.
PR: 45145
Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net>
|
|
Tue, 29 Oct 2002
|
[ 09:09 marcus ]
1.126 www/mozilla-devel/Makefile
1.1 www/mozilla-devel/files/mozilla_12b_patch
* Add support for building the GTK 2 version of Mozilla (define WITH_GTK2
to do this). This feature will be used for the upcoming Galeon 1.3.0
port. [1]
* Allow users to disable Composer (define WITHOUT_COMPOSER to do this) [2]
Submitted by: David Magda <dmagda@magda.ca> [2]
Obtained from: Galeon 1.3.0 tarball (with some modification) [1]
|
|
Fri, 25 Oct 2002
|
[ 20:37 adamw ]
1.125 www/mozilla-devel/Makefile
Mark mozilla-devel BROKEN when Xft2 support is enabled and the
mozilla-fonts package is installed.
Reviewed by: marcus
Approved by: pat
|
|
Wed, 23 Oct 2002
|
[ 18:20 marcus ]
1.124 www/mozilla-devel/Makefile
Add one more forgotten '\'.
|
[ 16:13 marcus ]
1.123 www/mozilla-devel/Makefile
1.120 www/mozilla-vendor/Makefile
1.122 www/mozilla/Makefile
Properly handle if blocks in the Makefile.
Submitted by: daichi
|
[ 04:26 marcus ]
1.122 www/mozilla-devel/Makefile
1.1 www/mozilla-devel/files/patch-build_unix_run-mozilla.sh
1.1 www/mozilla-devel/files/patch-temp-l10n
* Add a patch that fixes some localization issues [1]
* Fix a problem with plugins not actually loading
* Hopefully correct some issues with installs erroring out with Error 1
* Conditionalize Xft support (by default it's enabled, but can be disabled
by defined WITHOUT_XFT)
Submitted by: Jung-uk Kim <jkim@niksun.com> [1]
Obtained from: Mozilla's Bugzilla bug 174989 [1]
|
|
Tue, 22 Oct 2002
|
[ 07:09 marcus ]
1.121 www/mozilla-devel/Makefile
Fix the build by adding a dependency on Xft.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Rob Lahaye <lahaye@snu.ac.kr>
|
[ 03:42 marcus ]
1.120 www/mozilla-devel/Makefile
1.57 www/mozilla-devel/distinfo
1.19 www/mozilla-devel/files/patch-qt
1.2 www/mozilla-devel/files/patch-security
1.2 www/mozilla-devel/files/tar-exclude
1.23 www/mozilla-devel/pkg-descr
1.1 www/mozilla-devel/pkg-message
1.61 www/mozilla-devel/pkg-plist
1.19 www/mozilla-embedded-devel/Makefile
1.27 www/mozilla-embedded-devel/pkg-plist
(Only the first 10 of 41 ports in this commit are shown above. )
This commit includes:
* mozilla-*vendor ports (currently for Mozilla 1.0.1)
* mozilla* ports (currently for Mozilla 1.1)
* mozilla-*devel ports (currently for Mozilla 1.2b)
Special thanks goes to trevor for auto-generating plist patches, cy for
pointing out that the Mozilla startup scripts need to be tailored for
each version of Mozilla, grog for suggesting that some verbage needs to
be added to explain the Java plugin messages at startup, and John
Merryweather Cooper for suggesting a common plugin directory. Of course,
thanks also goes to the user community for suggestions and support.
These ports offer:
* Complete coexistence with each other
* A universal ${PREFIX}/lib/browser_plugins directory
* Auto-generated plists for ease of maintenance
* More accurate pkg-descr's
* A pkg-message pointing users to java/jdk13 for the Java plugin
PR: 42870 42941
Reviewed by: ports gnome
|
|
Sun, 20 Oct 2002
|
[ 06:19 sobomax ]
1.119 www/mozilla-devel/Makefile
1.56 www/mozilla-devel/distinfo
1.4 www/mozilla-devel/files/patch-embedding::config::basebrowser-unix
1.18 www/mozilla-devel/files/patch-qt
1.4 www/mozilla-devel/files/patch-xpcom_reflect_xptcall_src_md_unix_xptc_platforms_unixish_x86.h
1.60 www/mozilla-devel/pkg-plist
Update to 1.2a.
|
|
Fri, 18 Oct 2002
|
[ 03:05 marcus ]
1.118 www/mozilla-devel/Makefile
1.1 www/mozilla-devel/files/patch-security
Add a patch from Mozilla CVS to correct the recent security hole. Un-forbid
the port.
Patch link was
Submitted by: Jung-uk Kim <jkim@niksun.com>
|
|
Thu, 17 Oct 2002
|
[ 14:45 marcus ]
1.117 www/mozilla-devel/Makefile
1.117 www/mozilla/Makefile
Mark forbidden due to security hole reported at
http://www.mozillazine.org/talkback.html?article=2467.
Submitted by: trevor
|
|
Sun, 29 Sep 2002
|
[ 01:30 marcus ]
1.116 www/mozilla-devel/Makefile
Disable Chatzilla by default. The irc buffer overflow is still present.
Submitted by: trevor
|
|
Wed, 4 Sep 2002
|
[ 05:07 marcus ]
1.115 www/mozilla-devel/Makefile
Fix the JPI installation.
Reported by: Ivanchenko V. I. <webmaster@asiamusic.ru>
|
[ 00:42 marcus ]
1.114 www/mozilla-devel/Makefile
1.4 www/mozilla-devel/files/mozilla.sh
Fix the path to exec mozilla.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
|
Tue, 3 Sep 2002
|
[ 20:45 marcus ]
1.113 www/mozilla-devel/Makefile
1.59 www/mozilla-devel/pkg-plist
1.17 www/mozilla-embedded-devel/Makefile
1.26 www/mozilla-embedded-devel/pkg-plist
1.17 www/mozilla-embedded/Makefile
1.26 www/mozilla-embedded/pkg-plist
1.8 www/mozilla-headers-devel/Makefile
1.26 www/mozilla-headers-devel/pkg-plist
1.8 www/mozilla-headers/Makefile
1.26 www/mozilla-headers/pkg-plist
(Only the first 10 of 20 ports in this commit are shown above. )
Add mozilla-*-devel after a repo copy from mozilla.
NOTE: mozilla-*-devel is now Mozilla 1.1. mozilla-* (without the -devel) is
back to Mozilla 1.0. mozilla.org states that 1.1 is their new bleeding edge
release, and 1.0 is still the stable release. The release cycle diagram also
indicates that a Mozilla 1.0.1 is coming.
For all users that upgraded from Mozilla 1.0 to 1.1, be aware that running
a blind portupgrade on mozilla will give you mozilla-1.0! If you want to
keep Mozilla 1.1, you will have to change the origin of you mozilla ports to
point to their -devel counterparts.
The -devel ports will install files into -devel directories. Therefore,
both mozilla and mozilla-devel can coexist.
|
Number of commits found: 127 (showing only 27 on this page) « 1 | 2 |
2864