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

Number of commits found: 35

Sunday, 24 Feb 2019
18:04 bapt search for other commits by this committer
Mark as wxGTK 2.8 only
Original commitRevision:493794 
18:04 bapt search for other commits by this committer
Mark as deprecated, abandonware since 2009 and does not work with newer version
of wxgtk
Original commitRevision:493793 
Wednesday, 25 Apr 2018
18:40 acm search for other commits by this committer
- Bump PORTREVISION. databases/firebird25-* ports were updated
Original commitRevision:468288 
Tuesday, 16 Aug 2016
16:48 amdmi3 search for other commits by this committer
- Drop deprecated WX_UNICODE and unneeded LDFLAGS
Original commitRevision:420289 
Monday, 25 Apr 2016
16:14 mat search for other commits by this committer
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.

Also:
- replace USE_FIREBIRD by USES=firebird.
- convert ports depending on databases/firebird25-client directly to
USES=firebird.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Original commitRevision:414015 
Wednesday, 16 Sep 2015
19:51 bapt search for other commits by this committer
Remove ansi version fo wxGTK 2.8 and only keep the unicode version

All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
Original commitRevision:397077 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386097 
Thursday, 16 Apr 2015
11:08 antoine search for other commits by this committer
Fix build with GCC on recent head kernel by disabling PCH for GCC

With hat:	portmgr
Original commitRevision:384098 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Saturday, 5 Jul 2014
16:32 marino search for other commits by this committer
databases/flamerobin: Stage, indicate license, DF support (dports)
Original commitRevision:360773 
Friday, 4 Jul 2014
23:48 bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Original commitRevision:360691 
Monday, 30 Sep 2013
23:40 acm search for other commits by this committer
- Bump PORTREVISION. firebird25-* ports has been modified for solved some
problems related to ICU
Original commitRevision:328895 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Tuesday, 13 Sep 2011
14:17 acm search for other commits by this committer
- Fix distinfo

Reported by:    pav
Original commit
Monday, 29 Aug 2011
23:02 pav search for other commits by this committer
- Mark BROKEN: invalid distinfo

Reported by:    pointyhat
Original commit
Friday, 19 Aug 2011
14:42 acm search for other commits by this committer
- Update to 0.9.2
- Take maintainership

PR:             158157
Submitted by:   acm
Approved by:    dindin at FreeBSD.org.ua (maintainer timeout)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:18 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
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
Sunday, 28 Jun 2009
11:26 erwin search for other commits by this committer
Firebird1 has expired some time ago, remove the option.

PR:             135547
Submitted by:   erwin
Approved by:    maintainer timeout
Original commit
Monday, 24 Nov 2008
06:22 skv search for other commits by this committer
Rename databases/firebird2-* to databases/firebird20-*
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Friday, 6 Jun 2008
13:17 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
Sunday, 23 Mar 2008
16:44 miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
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
Tuesday, 27 Feb 2007
16:52 acm search for other commits by this committer
- Update to 0.7.6
- Move to LOCALBASE
- Change USE_WX to 2.6+
- Add FIREBIRD option. it works with firebird2 too

PR:             ports/109585
Approved by:    Denis Barov <dindin_ at __dindin.ru> (maintainer)
Original commit
Tuesday, 14 Nov 2006
18:03 alepulver search for other commits by this committer
- Integrate completely with bsd.wx.mk.
- Use ARCH instead of MACHINE_ARCH (will possibly allow cross-compilation).
- Rename local WX_VERSION since it is a variable defined in bsd.wx.mk.
- Remove BROKEN for 4.x since bsd.wx.mk takes care of it when WX_UNICODE is
  defined.

PR:             ports/105492
Submitted by:   alepulver
Approved by:    Denis Barov <dindin@dindin.ru> (maintainer)
Original commit
Sunday, 17 Sep 2006
09:48 rafan search for other commits by this committer
- Update to 7.5

PR:             ports/103299
Submitted by:   Denis Barov <dindin at freebsd.org.ua> (maintainer)
Original commit
Sunday, 6 Aug 2006
05:35 rafan search for other commits by this committer
- Use wxgtk2.6-unicode, bump PORTREVISION
- Some cleanup

PR:             ports/101369
Submitted by:   dindin <dindin at freebsd.org.ua> (maintainer)
Original commit
Wednesday, 14 Jun 2006
14:34 skv search for other commits by this committer
Fix dependencies list.

PR:             ports/98931
Submitted by:   Denis Barov <dindin xx freebsd.org.ua> (maintainer)
Original commit
Tuesday, 6 Jun 2006
18:10 skv search for other commits by this committer
Add flamerobin 0.7.2, an GUI administration tool for Firebird database.

PR:             ports/95468
Submitted by:   Denis Barov <dindin xxx freebsd.org.ua>
Original commit

Number of commits found: 35