non port: www/mozilla/bsd.gecko.mk |
Number of commits found: 24 |
Saturday, 1 Jan 2011
|
14:09 beat
- Finally remove www/mozilla as no other port longer depends on Mozilla.
Mozilla is unmaintained upstream for years, broken and has security
issues. Please consider using www/seamonkey2 or www/firefox instead.
Happy New Year!
|
Monday, 30 Jun 2008
|
20:16 mezz
First all, ahze did most of work. Thanks ahze! Last week or so, I am just
merely pick up and help him. Thanks to many testers in both private and
mailing list emails for report a few of build and dependencies problems.
Also, thanks to marcus and Chess Griffin for test in their tinderboxes.
x11/pixman: Update to 0.10.0
-------------------------------------------------------
Firefox 3 needs it. Orignal, the shared library was bumped and ahze has
added a new feature in our USE_GNOME=ltverhack by can control the number
of shared library. To control the number of shared library, add the
ltverhack:N. Right now pixman has USE_GNOME=ltverhack:9 to make it stays
same at libpixman-1.so.9. If anyone want to use ltverhack:N in one of your
port, you need to make sure the ABI doesn't change to use it..
-------------------------------------------------------
graphics/cairo: Update to 1.6.4
-------------------------------------------------------
Firefox 3 needs it. We have updated most cairo binding ports too.
-------------------------------------------------------
graphics/poppler: Update to 0.8.3
-------------------------------------------------------
The shared libraries version have been changed. All ports that depend on
poppler have PORTREVISION bump. The graphics/py-poppler has been updated
to 0.8.1 to work with newer poppler better. As for the poppler-qt, there
is no shared library version change.
-------------------------------------------------------
www/firefox3 and gecko ports related: Update to 3.0 final
-------------------------------------------------------
The bsd.gecko.mk has been moved from www/mozilla/ to Mk/. You no longer
need to include bsd.gecko.mk/Makefile.common by manual. We are keeping it
in backward compatibility, so the rest ports won't be break. We haven't
add some other ports to have Firefox 3 support yet, so feel free to send
us patch or commit it by yourself (to committers). However, view in
bsd.gecko.mk for document.
-------------------------------------------------------
Approved by: portmgr (marcus)
|
Wednesday, 30 Apr 2008
|
16:44 miwi
- Remove www/firefox15 support
Reviewed by: mezz
|
Thursday, 13 Mar 2008
|
12:20 pav
- Fix openvrml port on architectures where no gecko port is available
Reported by: marcel
Reviewed by: mezz, ahze
|
Thursday, 4 Oct 2007
|
23:08 edwin
Remove always true/always false OSVERSION conditions.
|
Monday, 19 Mar 2007
|
05:14 marcus
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
|
Wednesday, 1 Nov 2006
|
13:20 ahze
- Update to 2.0
Release notes: http://www.mozilla.com/en-US/firefox/2.0/releasenotes/
Special thanks to marcus and many others for helping test and fixing
bugs!
|
Saturday, 14 Oct 2006
|
08:35 marcus
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>
Enjoy!
Approved by: portmgr (implicit, kris)
|
Sunday, 3 Sep 2006
|
20:22 ahze
- Remove firefox10
|
Wednesday, 5 Jul 2006
|
22:12 ahze
- Welcome back sparc64 on kern.osreldate>=601101
|
Wednesday, 21 Jun 2006
|
01:17 ahze
- Add flock to supported gecko's on 5.x+ and !sparc64 !ia64
|
Tuesday, 6 Jun 2006
|
16:57 ahze
- Make it easier for ports to use firefox-devel/firefox10 or other geckos
that are no offically supported by a port.
Example 1: Support for firefox-devel
USE_GECKO=firefox-devel<->firefox firefox mozilla
if ${GECKO}==firefox-devel a simple sed -e 's|firefox|firefox-devel| will
be done on Makefile.in and configure files.
Example 2: Support for seamonkey
USE_GECKO=firefox seamonkey<->firefox
|
Monday, 17 Apr 2006
|
00:20 ahze
- Doh, s/||/&&/ so we can really detect if you're using sparc64 or ia64
- Make warning line a little easier to read
|
00:02 ahze
- Add support in bsd.gecko.mk for WITH/USE_GECKO=firefox10
- Only support mozilla and firefox10 on sparc64 & ia64 until we fix
- Update pkg-install.in to support firefox10
|
Wednesday, 29 Mar 2006
|
20:45 ahze
- Readd firefox-devel at version 2.0a1
- Add support for USE_GECKO=firefox-devel
- Fix pkg-deinstall to not remove MOZDIR/extensions
|
Tuesday, 21 Mar 2006
|
23:41 marcus
Correct a typo.
Reported by: pav
|
Wednesday, 15 Mar 2006
|
11:43 ahze
- Add support for USE_GECKO=xulrunner
- Remove quotes around BROKEN
- Remove USE_REINPLACE
|
Thursday, 12 Jan 2006
|
05:54 ahze
- Update thunderbird to 1.5 [1]
- Remove thunderbird-devel
- Remove thunderbird from supported geckos for 4.x
Release notes: http://www.mozilla.com/thunderbird/releases/1.5.html
|
Friday, 16 Dec 2005
|
18:14 ahze
- Remove some unneeded lines formally needed by 4.x (but breaks stuff now)
|
Saturday, 10 Dec 2005
|
20:46 ahze
- Reword the BROKEN= if no gecko is found so it will be a little more clear
that it was unable to find a supported gecko for a port.
|
Friday, 9 Dec 2005
|
03:15 ahze
- Only support mozilla and thunderbird on 4.x to fix many builds or
mark them BROKEN
|
03:00 mezz
Improvement on example in bsd.gecko.mk.
Reviewed by: ahze
|
Wednesday, 30 Nov 2005
|
23:47 ahze
- Fix typo in comments
- Add .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" to the example
|
Tuesday, 29 Nov 2005
|
21:12 ahze
- Update firefox to 1.5
- Add Makefile.common
o A new build/install system for gecko ports, Makefile.common
includes many generic routines and common tasks.
o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
thus removing the need to have a startup script for ports that
depend on gecko. [2]
o Use system libm, nss, nspr in all gecko ports
- Add bsd.gecko.mk
o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
with a more robust way of detecting a gecko a end user wishs to
use.
o bsd.gecko.mk abstracts the selection of gecko-based backends. It
allows users and porters to support any available gecko backend (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 24 |