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) combination for a given watch list. This is what FreshPorts will look for.

non port: www/xulrunner/Makefile

Number of commits found: 25

Wednesday, 2 Dec 2009
13:00 beat search for other commits by this committer
- Remove www/xulrunner: Superseded by www/libxul

Reviewed by:    miwi
Original commit
Friday, 27 Nov 2009
09:09 beat search for other commits by this committer
- Remove obsolete inclusion of www/mozilla/Makefile.common

Approved by:    portmgr (miwi)
Exp-run by:     miwi
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Monday, 4 May 2009
19:23 miwi search for other commits by this committer
- Give Maintainership up to the Gecko Gang (gecko@)
Original commit
Sunday, 12 Apr 2009
19:27 miwi search for other commits by this committer
Take maintainership. The first of two steps is to take all
Gecko Stuff from the Gnome team. I'd like to say thanks a lot for
all the work in the past years.
Original commit
Saturday, 4 Apr 2009
11:47 marius search for other commits by this committer
Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes,
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
Original commit
Saturday, 10 Jan 2009
02:45 mezz search for other commits by this committer
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
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
Original commit
Friday, 25 Jul 2008
14:34 pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Original commit
Tuesday, 10 Jun 2008
04:57 marcus search for other commits by this committer
Restore previous PORTREVISIONs that were decremented as part of the gettext
bump.

Reported by:    iKris
Original commit
Friday, 6 Jun 2008
14:07 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
Original commit
Thursday, 28 Feb 2008
04:39 mezz search for other commits by this committer
- Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other
  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.
- Bump the PORTREVISION.

Have been tested in MC CVS since Dec.
Original commit
Monday, 21 Jan 2008
22:19 marius search for other commits by this committer
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
Original commit
Wednesday, 10 Oct 2007
00:15 marcus search for other commits by this committer
* Workaround a bug which can cause applications embedding Gecko to crash
  on exit [1]

* Use the correct size for a JavaScript object on 64-bit platforms which
  will help get the Java plug-in working on those platforms [2]

Test by:        mezz [1]
Submitted by:   jkim [2]
Obtained from:  Firefox trunk [2]
Original commit
Sunday, 7 Oct 2007
05:45 linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
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
Original commit
Thursday, 4 Oct 2007
06:21 edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 18 Jan 2007
22:37 mezz search for other commits by this committer
Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This
patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was
started to reproduce with least 2.10.7 version of gtk2.

PR:             ports/107689
Reported by:    a few users
Bugzilla:       https://bugzilla.mozilla.org/show_bug.cgi?id=355248
                https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1]
                http://bugzilla.gnome.org/show_bug.cgi?id=394525
Original commit
Friday, 15 Dec 2006
22:14 ahze search for other commits by this committer
Fix a double-free while performing print operations which could trigger a
segmentation fault if malloc debugging was enabled.

Submitted by:   marcus
Reported by:    dougb
Original commit
Saturday, 14 Oct 2006
08:54 marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Original commit
Thursday, 12 Oct 2006
19:28 ahze search for other commits by this committer
- Install nsISidebar to fix build with galeon

Obtained from:  https://bugzilla.mozilla.org/show_bug.cgi?id=315346
Approved by:    portmgr (marcus)
Original commit
Friday, 14 Jul 2006
15:28 ahze search for other commits by this committer
- Update to 1.8.0.4
Original commit
Wednesday, 29 Mar 2006
18:29 ahze search for other commits by this committer
- Convert all gecko pkg-[de]install scripts into a generic
  pkg-[de]install script
- Always use pkg-install to create missing dir's [1]

Requested by:   marcus [1]
Original commit
Monday, 27 Mar 2006
14:33 ahze search for other commits by this committer
- Mark broken on 4.x

Reported by:    kris via pointyhat
Original commit
Wednesday, 15 Mar 2006
11:35 ahze search for other commits by this committer
- Add xulrunner

Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications
that are as rich as Firefox and Thunderbird. It will provide mechanisms for
installing, upgrading, and uninstalling these applications. XULRunner will
also provide libxul, a solution which allows the embedding of Mozilla
technologies in other projects and products.

WWW: http://developer.mozilla.org/en/docs/XULRunner

Most patches obtained from:     www/seamonkey
Original commit

Number of commits found: 25