seamonkey
- limit output to the first line by using head -1, this fixes -i18n ports
installation, if the parent port was build with DEBUG
PR: ports/160365 [1]
Submitted by: amdmi3 [1]
libarchive has a bug in the s modifier of -s where it would not rewrite symlinks
e.g. /usr/local/bin/firefox would still point to
/usr/ports/www/firefox/work/fake/lib/firefox/firefox
Instead of forcing a dependency on archivers/libarchive use a creative
workaround and rewrite the symlinks.
This workaround should be removed once we drop support for FreeBSD 7
Reported by: naddy
Submitted by: <ttsestt@gmail.com>
this will enable compilation with clang. firefox 6 and thunderbid 6 now build
fine with clang. other gecko ports should become compilable as soon as they are
based on the same gecko version as firefox and thunderbird 6
- use tar instead of cpio for installing files from the fake root, this is in
preparation of firefox 7 [1]
Submitted by: Pan Tsu <inyaoo@gmail.com> [1]
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
libraries and binaries otherwise firefox and thunderbird >= 5 will install a
libxul.so which can be as big as 500MB
PR: ports/158380
Submitted by: Pan Tsu <inyaoo@gmail.com>
Mozilla ports:
USE_FIREFOX: Add runtime dependency on Firefox.
Available values: yes 36+ 35+ 36 35
NOTE: Default value 36 is used in case of USE_FIREFOX=yes
USE_FIREFOX_BUILD: Add buildtime dependency on Firefox.
Available values: see USE_FIREFOX
USE_SEAMONKEY: Add runtime dependency on SeaMonkey.
Available values: yes 11+ 20+ 11 20
NOTE: Default value 20 is used in case of USE_SEAMONKEY=yes. SeaMonkey
1.1 is obsolete and will be replaced with SeaMonkey 2.1 soon.
USE_SEAMONKEY_BUILD: Add buildtime dependency on SeaMonkey.
Available values: see USE_SEAMONKEY
USE_THUNDERBIRD: Add runtime dependency on Thunderbird.
Available values: yes 31+ 30+ 31 30
NOTE: Default value 31 is used in case of USE_THUNDERBIRD=yes
USE_THUNDERBIRD_BUILD: Add buildtime dependency on Thunderbird.
Available values: see USE_THUNDERBIRD
PR: ports/153018
Exp-run by: erwin
Approved by: portmgr (erwin)
- Switch substitution example to libxul-devel<->libxul although this
functionality is not used as the ports tree does not have libxul-devel
at the moment.
upcoming update of SeaMonkey 2 and Thunderbird 3 because they changed
the distribution format. By default MOZSRC is equal to WRKSRC which is
set to ${WRKDIR}/mozilla and reflect the old behaviour.
In SeaMonkey 2 and Thunderbird 3 MOZSRC is set to the mozilla directory
which is a subdirectory of WRKSRC.
- Remove MCom header.
Submitted by: Florian Smeets <flo AT kasimir.com> (via private mail. Thanks!)
Exp-run by: miwi
These ports used to cause linker errors but this is not longer the case
with current BIND ports. Tested with dns/bind9 and dns/bind96.
PR: ports/136111
Submitted by: Rob Austein <sra AT hactrn.net>
With hat: gecko
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
which got lost with the switch to bsd.gecko.mk:
Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question
and bump PORTREVISIONs accordingly.
Approved by: marcus
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.
FYI: GNOME 2.24 depends on this, so it's coming.
BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.
Approved by: portmgr
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)