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: databases/firebird-devel/Makefile

Number of commits found: 33

Monday, 18 Sep 2006
15:20 skv search for other commits by this committer
Add Firebird 2.0.0 (RC4)
Original commit
Wednesday, 19 Jul 2006
15:39 garga search for other commits by this committer
- Use USE_LDCONFIG
- Silent portlint
- Bump PORTREVISION

PR:             ports/99389
Approved by:    maintainer timeout (23 days)
Original commit
Thursday, 4 May 2006
21:41 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
Original commit
Friday, 20 Jan 2006
10:45 skv search for other commits by this committer
* take maintainership [1]
* update "pre-everything"

Approved by:    maintainer (garga) [1]
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Monday, 29 Aug 2005
10:12 garga search for other commits by this committer
- Update to 2.0-alpha3
Original commit
Thursday, 21 Jul 2005
17:53 garga search for other commits by this committer
Change MASTERSITE from ~renato to ~garga because I change my account
here

Approved by:    flz (mentor)
Original commit
Monday, 11 Jul 2005
16:47 garga search for other commits by this committer
Change MAINTAINER to my @FreeBSD.org account

Approved by:    flz (mentor)
Original commit
Wednesday, 11 May 2005
18:21 pav search for other commits by this committer
- ${ENV} is a generic shell variable in /bin/sh and in bash,
  what was intended is ${SETENV}

Approved by:    maintainer
Pointy hat to:  sem
Original commit
Saturday, 7 May 2005
21:41 jylefort search for other commits by this committer
Update to 2.0.a2

PR:             ports/80658
Submitted by:   maintainer
Original commit
Tuesday, 3 May 2005
11:21 novel search for other commits by this committer
Add one more MASTER_SITE backup

PR:             80574
Submitted by:   Renato Botelho (maintainer)
Original commit
Sunday, 1 May 2005
09:26 sem search for other commits by this committer
- Do not change PREFIX and install port in PREFIX/firebird

PR:             ports/80414
Submitted by:   maintainer
Original commit
Sunday, 24 Apr 2005
04:22 edwin search for other commits by this committer
[MAINTAINER] databases/firebird-devel: Add a MASTER_SITE backup,
add $FreeBSD$ to pkg-plist

PR:             ports/80295
Submitted by:   Renato Botelho <freebsd@galle.com.br>
Original commit
Saturday, 23 Apr 2005
20:06 sem search for other commits by this committer
- Add pkg-install. It enable package build.

PR:             ports/79869
Submitted by:   maintainer
Original commit
Monday, 11 Apr 2005
19:25 thierry search for other commits by this committer
- Update to 20050327 (2.0-alpha1);

- Take maintainership;

- Mark BROKEN on FreeBSD-4.x.

Since I'm there, use the standard build mechanism.

Note: this port is not yet packageable; the new maintainer will take
      care of this problem.

PR:             ports/79310
Submitted by:   Renato Botelho
Original commit
Tuesday, 12 Oct 2004
09:35 krion search for other commits by this committer
Drop maintainership

PR:             ports/71807
Submitted by:   Chris Knight <chris@e-easy.com.au>
Original commit
Thursday, 30 Sep 2004
05:32 kris search for other commits by this committer
Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:    portmgr
Original commit
Thursday, 1 Jul 2004
17:06 ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
Original commit
Monday, 19 Apr 2004
01:37 ade search for other commits by this committer
Introduce bsd.autotools.mk to the world, ripped from bsd.port.mk
This is essentially a null-commit, with the one exception that
the "patch-libtool" target is now called "patch-autotools" for
consistency with "run-autotools".

Many thanks to kris for testing on the 4-exp bento cluster

Approved by:    portmgr (kris)
Verified by:    bento 4-exp
Original commit
Sunday, 14 Mar 2004
06:17 ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Original commit
Friday, 12 Mar 2004
02:48 ade search for other commits by this committer
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 4 Dec 2003
17:34 netchild search for other commits by this committer
- Update to 2.0.a0.
- Previous maintainer is now tha actual maintainer again.
- No package at the moment.

PR:             59001
Submitted by:   chris@e-easy.com.au
Original commit
Wednesday, 10 Sep 2003
09:59 netchild search for other commits by this committer
Release the port to ports@, reason: ENOTIME.

Submitted by:   maintainer
Original commit
Thursday, 21 Aug 2003
14:21 netchild search for other commits by this committer
Update address of maintainer.
Original commit
Friday, 8 Aug 2003
04:40 kris search for other commits by this committer
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it.  If you are interested
in saving this port, please send your patches to the maintainer.  If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr.
Original commit
Tuesday, 10 Jun 2003
09:59 netchild search for other commits by this committer
Mark FORBIDDEN (local buffer overflow, exploit available).

PR:             52395
Submitted by:   Lars Thegler <lars@thegler.dk>
Original commit
Friday, 21 Feb 2003
11:15 knu search for other commits by this committer
De-pkg-comment.
Original commit
Monday, 4 Nov 2002
11:07 edwin search for other commits by this committer
Lots of perl in the install-scripts.
Noticed by: bento
Original commit
01:50 edwin search for other commits by this committer
PERL -> REINPLACE
Noticed on: bento
Original commit
Tuesday, 2 Apr 2002
16:20 ijliao search for other commits by this committer
upgrade to 1.0.r2

PR:             33924, 34812
Submitted by:   maintainer
Original commit
Tuesday, 29 Jan 2002
09:45 knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Original commit
Monday, 17 Dec 2001
03:35 dwcjr search for other commits by this committer
Update repo copy to firebird-devel    
Original commit

Number of commits found: 33