| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=151527
|
|
|
|
|
|
|
|
|
| |
* Remove a line that is no longer needed
PR: 89871 [1]
Notes:
svn path=/head/; revision=150313
|
|
|
|
|
|
|
|
|
|
|
| |
SSL certificates work again. Somehow, this patch was lost in the big change,
so bring it back. Bump PORTREVISION on all of those ports.
PR: ports/89796
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes:
svn path=/head/; revision=150198
|
|
|
|
|
|
|
| |
Submitted by: yattaran@gmail.com
Notes:
svn path=/head/; revision=150097
|
|
|
|
| |
Notes:
svn path=/head/; revision=150005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
without needing to build many conditional tests. ${USE_GECKO} is the
list of backends that your port can handle, and ${GECKO} is set by
bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
list of gecko backends they want on their system.
Port Makefile example:
USE_GECKO=firefox mozilla seamonkey thunderbird
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
End user example:
WITH_GECKO=seamonkey firefox
We highly recommend moving away from using WITH_MOZILLA and switching to
USE/WITH_GECKO.
PR: 89052 [2]
Submitted by: vs [2]
Obtained from: www/firefox
Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more
sajd from irc.freenode.org/#FreeBSD-Gnome for
pointing out many bugs
Notes:
svn path=/head/; revision=149945
|
|
|
|
| |
Notes:
svn path=/head/; revision=149215
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
| |
Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for security bugs fixed in this release.
Notes:
svn path=/head/; revision=143815
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(libesd.so.2 -> libesd.so). [1]
- Update Java plugins by remove old and correct Java 1.5 plugin path. [2]
- Bump the PORTREVISION.
PR: ports/86430 [1]
Submitted by: Mark Hobden <markhobden@gmail.com> [1]
glewis [2]
Notes:
svn path=/head/; revision=143467
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix the build to actually enable iconv, without it caused locale garbled in
some places. I accidented remove iconv hack in the big change. Oops!
- Bump the PORTREVISION.
Reported by: krismail [1], Junji Nakanishi <nakanishi@daemonfreaks.com>
Sharp eye: marcus (he found that I lost iconv hack)
Notes:
svn path=/head/; revision=142144
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
before it would install in the strange place like this.
${X11BASE}/lib/thunderbird/include/thunderbird-1.0.6
Now it will install in the correct place like firefox:
${X11BASE}/include/thunderbird
Also, get *.pc and idl files install.
- Didn't copy following from www/firefox/Makefile:
* plugins stuff, because it's known cause the stability problem like
crash.
* EXTRA_SCRIPTS=${PORTNAME}.rb, thunderbird doesn't need it.
- Make portlint happier.
- Add Java 5 plugins support. [1]
- Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do
not extract those. Better explain, use external dependencies. [1]
- Teach firefox-config and *.pc files for nspr that will making other
third apps to buildable like epiphany, vlc-devel's mozilla plugins
and etc. Have been tested with full GNOME 2.11.x build too.
- Add four patches: [1]
patch-bugzilla243151:
https://bugzilla.mozilla.org/show_bug.cgi?id=243151
patch-jsosdep:
Fix the FreeBSD define
patch-oji-threads:
64-bit wide pthread_t
patch-xptcinvoke_x86_64_linux:
Setting a possibly uninitialized variable (value).
- Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing
windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2]
- Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION
varibles that are arleady exist and lesser complicate.
- Change all hardcore of 'thunderbird' to PORTNAME.
- Change a manual loop for patch all.js to find(1), so we can sleep
on it.
Submitted by: mi [1], marcus [2]
Reviewed by: my team, FreeBSD GNOME Team.
Notes:
svn path=/head/; revision=141037
|
|
|
|
| |
Notes:
svn path=/head/; revision=139791
|
|
|
|
|
|
|
| |
Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for a list of vulnerabilities fixed in 1.0.5
Notes:
svn path=/head/; revision=139165
|
|
|
|
|
|
|
|
|
|
| |
only affects GNOME users, and is a small change for such a long compilation.
PR: 80937
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Notes:
svn path=/head/; revision=138688
|
|
|
|
|
|
|
| |
Reported by: verm@darkbeer.org
Notes:
svn path=/head/; revision=134248
|
|
|
|
|
|
|
|
|
|
|
| |
share/gnome/applications so we can remove the gnomehier
dependency so non-gnome users don't have to install a bunch
of un-needed gnome directories.
- Remove WITH_MENU option from mozilla[-devel], .desktop file
will always be installed now.
Notes:
svn path=/head/; revision=134223
|
|
|
|
| |
Notes:
svn path=/head/; revision=133295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html for
more details)
* Cleanup home directories to make migration easier [1]
* Add an improved startup script [1]
* Support GConf for external protocol handlers
PR: 75837 [1]
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=131936
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
|
|
|
|
| |
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is
necessary.
PR: 78385
Submitted by: lesi
Notes:
svn path=/head/; revision=130757
|
|
|
|
|
|
|
|
|
| |
is not POSIX compliant. [1]
Submitted by: girgen [1]
Notes:
svn path=/head/; revision=125415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mozilla license team has approved the FreeBSD Gnome team to
use official branding for firefox and thunderbird [1]
o Add --enable-official-branding to mozconfig
o Install official thunderbird/firefox icon as default.xpm icon
- Fix error when running firefox/thunderbird -v [2]
- Bump PORTREVISION
References:
http://www.mozilla.org/foundation/licensing.html [1]
http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1]
PR: ports/75262 [2]
Submitted by: girgen [2]
Notes:
svn path=/head/; revision=125299
|
|
|
|
| |
Notes:
svn path=/head/; revision=123863
|
|
|
|
|
|
|
| |
Submitted by: daichi
Notes:
svn path=/head/; revision=123437
|
|
|
|
|
|
|
|
| |
is created, plus disables CUPS support until a better solution can be found
for the NSS/OpenSSL symbol conflict crash.
Notes:
svn path=/head/; revision=123435
|
|
|
|
| |
Notes:
svn path=/head/; revision=123434
|
|
|
|
| |
Notes:
svn path=/head/; revision=123132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
repository, use the hidden "-register" option instead. This has the
advantage of not requiring an X DISPLAY and not modifying any
preferences.
* Add i18n support to the Thunderbird startup script [1]
* Link nss with -Bsymbolic to avoid symbol conflicts with OpenSSL. This
should help alleviate the CUPS printing problem
PR: 73839 [1]
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
Notes:
svn path=/head/; revision=122116
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Install a GNOME desktop icon [1]
* Correct installation when root's shell is non-standard (e.g.
/usr/local/bin/bash) [2]
Submitted by: ahze [1]
Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2]
Notes:
svn path=/head/; revision=121089
|
|
|
|
|
|
|
| |
big upgrade.
Notes:
svn path=/head/; revision=121070
|
|
|
|
|
|
|
| |
for all the wonderful new features.
Notes:
svn path=/head/; revision=120941
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change an instance of Firefox to Thunderbird [1]
* Workaround a potential crash with JavaScript pop-ups [2]
* Use Xvfb to initialize the extensions datastore as root
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=264557
Sbumitted by: Radek Kozlowski <radek@raadradd.com> [1]
Notes:
svn path=/head/; revision=119693
|
|
|
|
| |
Notes:
svn path=/head/; revision=119345
|
|
|
|
|
|
|
| |
PR: 72629
Notes:
svn path=/head/; revision=119261
|
|
|
|
|
|
|
|
|
|
|
| |
* Now that the fake installation code from Firefox has stabilized, adapt it
here to eliminate the need for a static plist
See http://www.mozilla.org/products/thunderbird/releases/ for all the juicy
goodies in 0.8.
Notes:
svn path=/head/; revision=118691
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is being done instead of the update to 0.8 since we're in a ports
freeze, and too many big changes is not a good idea.
This update covers the following Mozilla bugs:
245066
226669
250862
255067
256316
257317
258005
Thanks to nectar for scraping all of these patches together.
Obtained from: Mozilla CVS
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=118477
|
|
|
|
|
|
|
|
| |
http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121 for
more details.
Notes:
svn path=/head/; revision=115493
|
|
|
|
|
|
|
|
| |
PR: ports/69833
Submitted by: Jake Hamby <jhamby@anobject.com>
Notes:
svn path=/head/; revision=115154
|
|
|
|
|
|
|
|
|
|
|
|
| |
XPI file does no contain a leading "file://" when passed to the extension
manager.
See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details.
Reported by: ale
Notes:
svn path=/head/; revision=114894
|
|
|
|
|
|
|
|
|
| |
See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details.
Submitted by: green
Notes:
svn path=/head/; revision=114879
|
|
|
|
|
|
|
|
|
|
| |
Use a PLIST_SUB for the plist.
The port defines NO_MTREE, so mkdir ${PREFIX}/bin
to make sure it exists. (Necessary for installations
into prefixes [prefices?] that don't yet exist.)
Notes:
svn path=/head/; revision=113919
|
|
|
|
| |
Notes:
svn path=/head/; revision=112821
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.mozilla.org/products/thunderbird/releases.
This has the same limitation that Firefox 0.9 had where it needs to be run as
root first. I applied the same hacks to workaround that; however, some users
may need to run thunderbird twice before it starts correctly.
Notes:
svn path=/head/; revision=112158
|
|
|
|
| |
Notes:
svn path=/head/; revision=109882
|
|
|
|
|
|
|
| |
however.
Notes:
svn path=/head/; revision=109872
|
|
|
|
|
|
|
|
| |
PR: 66450
Submitted by: Franz Klammer <klammer@webonaut.com>
Notes:
svn path=/head/; revision=109363
|
|
|
|
|
|
|
| |
http://www.mozilla.org/products/thunderbird/releases/
Notes:
svn path=/head/; revision=108300
|
|
|
|
| |
Notes:
svn path=/head/; revision=106175
|
|
|
|
|
|
|
|
|
|
| |
installed with PORT_REPLACES_BASE_BIND defined.
PR: 61756
Obtained from: OpenLDAP ports
Notes:
svn path=/head/; revision=104577
|