notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/firefox/files/firefox.desktop.in

Number of commits found: 12

Friday, 24 Nov 2017
08:52 jbeich search for other commits by this committer
www/firefox: update .desktop file to Ubuntu Snap version
Original commitRevision:454813 
Saturday, 14 Dec 2013
13:42 flo search for other commits by this committer
Update to nspr 4.10.2
Update to nss 3.15.3.1
Update firefox-esr and thunderbird to 24.2.0
Update firefox to 26.0
Update seamonkey to 2.23

- catch up with directory renames since USES=webplugins was introduced;
  fixes plugins not being automatically enabled after install
- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and
  measure about:memory usage, again
- dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes
  some flash sites work again; as there's no nspluginwrapper in-between
  the infamous "youtube issue" never occurs
- install DEBUG with symbols [3] and describe the option better [4]
- enable dumping about:memory upon kill -65, kill -66 and GC/CC log
  upon kill -67 to a file under /tmp directory; linux-firefox uses
  kill -34, kill -35 and kill -36 respectively

PR:		ports/183861 [1]
PR:		ports/184006 [2]
PR:		ports/169896 [3]
PR:		ports/184285 [3]
PR:		ports/184286 [4]
Security:	dd116b19-64b3-11e3-868f-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
Original commitRevision:336446 
Wednesday, 19 Oct 2011
19:29 beat search for other commits by this committer
- Add x-scheme-handler/http(s) MimeTypes to firefox.desktop. [1]
- Add temporary workaround to fix detection of all plugins until we have
  found a proper solution for this problem. The workaround use the
  run-mozilla.sh script to start Firefox as it was the default prior to
  the Firefox 7 release. [2]
- Bump PORTREVISION.

PR:             ports/159606 [1]
Submitted by:   Dmitry <smallcms AT gmail.com> [1]
Discussed with: flo@ [2]
Original commit
Friday, 10 Nov 2006
07:03 marcus search for other commits by this committer
Restore firefox to 2.0 after slipping the RELEASE_6_2_0 tag.
Original commit
07:02 marcus search for other commits by this committer
Temporarily roll firefox back to 1.5.0.8 so that we can tag this security
fix release for 6.2.

Approved by:    secteam
                portmgr
Original commit
Wednesday, 1 Nov 2006
13:20 ahze search for other commits by this committer
- 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!
Original commit
Wednesday, 30 Nov 2005
15:59 pav search for other commits by this committer
- Fix desktop entry, there's no FF_SUFX anymore
Original commit
Tuesday, 29 Nov 2005
21:12 ahze search for other commits by this committer
- 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
    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
Original commit
Sunday, 28 Aug 2005
07:59 mezz search for other commits by this committer
- 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 'firefox' 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.
Tested by:      many
Original commit
Friday, 25 Feb 2005
07:51 marcus search for other commits by this committer
* Update to 1.0.1 (see http://www.mozilla.org/products/firefox/releases/ for
  the release notes)
* Add a new Firefox launch script [1]
* Merge URI helper patch from www/mozilla
* Add option to make URLs open in new tabs instead of new windows [1]
* Sanitize CFLAGS [1]
* Update the GNOME .desktop file with i18n translations and MIME types [1]

PR:             75816 [1]
Submitted by:   Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1]
Original commit
Monday, 13 Dec 2004
00:04 ahze search for other commits by this committer
Add Encoding type to desktop file to validate via desktop-file-validate
Original commit
Wednesday, 10 Nov 2004
00:58 marcus search for other commits by this committer
* Update to 1.0
* Install a firefox desktop entry for the GNOME desktop [1]
* Fix the post-install plug-in repository generation when root is using
  a non-default shell [2]

Submitted by:   ahze [1]
                Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2]
Original commit

Number of commits found: 12