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/mozilla-firebird/Makefile

Number of commits found: 19

Wednesday, 11 Feb 2004
07:21 marcus search for other commits by this committer
Remove mozilla-firebird now that it has been repo-copied to firefox.
Original commit
Sunday, 8 Feb 2004
19:37 marcus search for other commits by this committer
* Fix a bug where Firebird would lock up after typing any text.  This had to
  do with esound being installed, but not being used (e.g. when not running
  under the GNOME Desktop).  What happens now is sound support is disabled by
  default.  If you wish to enable Type Ahead Find sound support, edit your
  prefs.js file, and add:

  user_pref("accessibility.typeaheadfind.enablesound", true);

* Make portlint happy by not including anything after bsd.port.post.mk
* Clean up the pkg-message a bit to reflect reality with respect to Perl

Thanks to casaveli on BSDForums for finding it was esound causing the lock up
as well as testing the patch mentioned above.
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Thursday, 22 Jan 2004
13:14 trevor search for other commits by this committer
Use the SORT macro defined in bsd.port.mk.
Original commit
Saturday, 13 Dec 2003
21:35 peter search for other commits by this committer
Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)

I've taken a chance and split the sparc64 and alpha mega-diffs up because
sparc64 patched the result of alpha's patches, and amd64 needed to do the
same again - but it was sorted lexically before alpha/sparc64.  I've
grouped the xptcall patches together since they are standalone and split
up and merged the other infrastructure jumbo-patches.

I also attempted to sync up the nspr vs firebird diffs for sparc64 and
alpha because they disagreed.  HOWEVER... While this port 'depends'
on the nspr port, it doesn't actually *use* it.  It should probably
be removed from the LIB_DEPENDS list.

Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla
database.
Original commit
Monday, 24 Nov 2003
01:20 marcus search for other commits by this committer
Don't build these ports on amd64.

Approved by:    portmgr (implicit)
Original commit
Friday, 24 Oct 2003
06:38 marcus search for other commits by this committer
* Update the extensions list with a modern mozconfig.in
* Add rich text editing (aka midas) support
Original commit
Saturday, 18 Oct 2003
21:45 trevor search for other commits by this committer
Update to 0.7 with patch-config_preprocess.pl updated by obraun.
De-support GTK+ 1.2 (requested by marcus).  Trim COMMENT.
Original commit
Sunday, 12 Oct 2003
22:01 marcus search for other commits by this committer
Mark as IGNORE on -STABLE Alpha.
Original commit
Saturday, 6 Sep 2003
18:34 marcus search for other commits by this committer
Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.
This should help the KSE and libthr people use these applications (plus it
lets them build on -CURRENT).
Original commit
Thursday, 4 Sep 2003
04:27 marcus search for other commits by this committer
Add back the PKGNAMEPREFIX was the accidentally removed in my previous
commit.
Original commit
Sunday, 24 Aug 2003
16:18 marcus search for other commits by this committer
Change the MASTER_SITE back to the official Mozilla FTP servers.  Note,
people reinstalling this port will have to do a make distclean first, or
simply ignore the MD5 checksum.
Original commit
Wednesday, 6 Aug 2003
16:14 marcus search for other commits by this committer
Fix the PLIST link.

PR:             55310
Submitted by:   Morten Rodal <morten@rodal.no>
Pointy hat to:  me
Original commit
Thursday, 31 Jul 2003
18:18 marcus search for other commits by this committer
Fix the GTK+-1.2 plist.  To do this, we create one plist for GTK1 and one for
GTK2.  This is easier to maintain using the cons-plist target.

Reported by:    kris via bento
Original commit
Tuesday, 29 Jul 2003
19:22 marcus search for other commits by this committer
Update to 0.6.1.  This is mainly a bug fix release according to the release
notes at http://www.mozilla.org/projects/firebird/release-notes.html,
but it went from being based on Mozilla 1.4b to 1.5a.

Note, the master site may be temporary.  The source tarball at
${MASTER_SITE_MOZILLA} was missing some key bits that prevented compilation.
Original commit
Thursday, 24 Jul 2003
18:36 marcus search for other commits by this committer
Create a static plist file to fix the package building problem with the
new install mk code.  However, keep Alan's plist generating code around
since it's cool, and it helps maintainers quickly generate a new plist.

PR:             54795
                54799
Original commit
Wednesday, 18 Jun 2003
23:22 marcus search for other commits by this committer
Try my hand at removing the Perl 5.6.1 dependency.  This port now builds
and seems to work just fine out-of-the-box on -STABLE with the built-in
Perl 5.00503.
Original commit
Tuesday, 3 Jun 2003
01:10 marcus search for other commits by this committer
Use ${PERL5} to properly locate perl.

Submitted by:   perky
Original commit
Monday, 2 Jun 2003
18:30 marcus search for other commits by this committer
Add mozilla-firebird after a repo move from phoenix.

Mozilla Firebird is the browser reborn from the ashes of the Phoenix.

* Update to 0.6 [1]
* Add optional GTK+-2 support [2]
* Add [untested] Sparc64 support [3]
* Add [untested] Alpha support [4]
* Do not compile with -O2 by default.  Instead specify -DWITH_OPTIMIZED_CFLAGS
  to get extra optimizations
* Link the Java Plug-in again

Submitted by:   Stijn Hoop <stijn@win.tue.nl> [1]
                Christopher Nehren <apeiron@comcast.net> [2] (based on)
                tmm and kris [3]
                Bernd Walter <ticso@cicely.de> [4]
Minor fixes by: obraun
Original commit

Number of commits found: 19