- Discard version from installation paths. This is needed to unbreak
thunderbird-dictionaries with Thunderbird 3. [2]
- Bump PORTREVISION.
Feature safe: yes
Reported by: crsd on EFnet [1], Matthew Luckie <mjl AT luckie.org.nz> [2]
Obtained from: Patches from ale@ for seamonkey2 [1]
Some of the new features:
* Thunderbird 3 is available in 49 languages - get your local version.
* Tabbed Email.
* The new search experience is much faster, and new search tools will
help you narrow down your search.
* A new Message Archive folder system will help you organize your email.
* Lots of user experience improvements: main toolbar has been simplified,
new search widget, new Mail Account Wizard, Smart Folders, Activity
Manager, one-click Address Book, Attachment Reminder.
Thanks to: Andreas Tobler, Florian Smeets, miwi@
As secondary consequence, enigmail will correctly build on amd64.
Approved by: silence on gecko@ and gnome@
Tested by: Paul Dokas <dokas@oitsec.umn.edu>,
Lapo Luchini <lapo@lapo.it>
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
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
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
crashes of thunderbird with SIGFPE, one of symptom of it is that this
prevents enigmail-thunderbird from being able to be used on recent FreeBSD
versions with thunderbird.
PR: ports/122975
Approved by: maintainer (marcus as gnome@)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
applications in the runtime. Some applications required to have set
MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now,
it's no longer need to set these variables, which this flag takes care of it.
The MOZILLA_FIVE_HOME still works with this flag if someone need to use
different one. I have learned about this flag from RPM, Debian, Gentoo ebuild
and other packages.
- Add two extensions, auth[1] and transformiix[2].
Have been tested in MC CVS since Dec.
PR: ports/117734 [1]
Submitted by: Nathan Whitehorn <nathanw@uchicago.edu> [1]
Reported by: Juan Pablo Roig <juan.roig@globant.com> [2]
perl unconditonally, or conditionally. To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.
Hat: portmgr