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: security/libfwbuilder/Makefile

Number of commits found: 78

Tuesday, 3 May 2011
03:12 cy search for other commits by this committer
Libfwbuilder has been merged into fwbuilder 4.2.0.
Original commit
Wednesday, 9 Feb 2011
05:51 cy search for other commits by this committer
Update 4.1.2 --> 4.1.3
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Sunday, 10 Oct 2010
20:31 cy search for other commits by this committer
Update 4.1.1 --> 4.1.2.
Original commit
Tuesday, 5 Oct 2010
19:57 ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Wednesday, 25 Aug 2010
04:48 cy search for other commits by this committer
Update 4.0.1 --> 4.1.1
Original commit
Wednesday, 2 Jun 2010
19:14 sylvio search for other commits by this committer
- Chase net-snmp shlib bump
Original commit
Tuesday, 25 May 2010
05:54 cy search for other commits by this committer
Update 4.0.0 --> 4.0.1.
Original commit
Monday, 24 May 2010
14:27 cy search for other commits by this committer
Unbreak.
Original commit
01:55 cy search for other commits by this committer
Fix an autotools dependency issue.

Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his
systems to debug this problem.
Original commit
Sunday, 23 May 2010
19:52 pav search for other commits by this committer
- Mark BROKEN: does not configure

Reported by:    pointyhat
Original commit
Friday, 14 May 2010
04:34 cy search for other commits by this committer
Add AUTOTOOLS dependency when using packages as opposed to ports
to satisfy dependencies.
Original commit
Wednesday, 12 May 2010
04:50 cy search for other commits by this committer
Resolve autotools issue.

Thanks to:      pointyhat
Original commit
Wednesday, 5 May 2010
03:37 cy search for other commits by this committer
Update 3.0.7 --> 4.0.0.
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
Sunday, 20 Sep 2009
05:31 cy search for other commits by this committer
Update 3.0.5 --> 3.0.7 which fixes a security issue with generated iptables
scripts when used to generate static routing configurations.

Feature safe:   Yes
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Tuesday, 30 Jun 2009
05:36 cy search for other commits by this committer
Author re-released 3.0.5 based on build 1116 to fix a small last minute bug.

PR:             136167
Original commit
Monday, 22 Jun 2009
21:41 cy search for other commits by this committer
Update 3.0.4 --> 3.0.5

PR:             135923
Original commit
Monday, 25 May 2009
02:07 cy search for other commits by this committer
Fix QT4 dependencies.`

PR:             134903
Submitted by:   makc
Original commit
Monday, 4 May 2009
03:45 cy search for other commits by this committer
Update from build 778 to build 793. This fixes PR 134178.

PR:             134170
Original commit
Monday, 27 Apr 2009
20:31 cy search for other commits by this committer
Update to 3.0.4.
Original commit
Tuesday, 9 Dec 2008
19:41 cy search for other commits by this committer
Update to 3.0.3 (release, aka build 688).
Original commit
Monday, 8 Dec 2008
21:20 cy search for other commits by this committer
Update to 3.0.3 Build 687.
Original commit
Saturday, 6 Dec 2008
21:26 cy search for other commits by this committer
Update 3.0.2 Build 676 to 3.0.3 Build 683 (3.0.3 prerelease) to fix an
IPv6 address issue in address and network objects.
Original commit
Friday, 28 Nov 2008
23:25 cy search for other commits by this committer
Update to 3.0.2 Build 676. This repairs PR 129204.

PR:             129204
Original commit
Tuesday, 25 Nov 2008
18:56 cy search for other commits by this committer
Update 3.0.0 --> 3.0.2
Original commit
Tuesday, 30 Sep 2008
20:05 cy search for other commits by this committer
Fixup CONFLICTS and dependencies.
Original commit
Friday, 19 Sep 2008
00:45 cy search for other commits by this committer
Fix configure brokenness.

Submitted by:   gahr
Approved by:    portsmgr (pav)
Original commit
Wednesday, 17 Sep 2008
19:28 pav search for other commits by this committer
- Mark BROKEN: does not configure

Reported by:    pointyhat
Approved by:    portmgr (self)
Original commit
Tuesday, 2 Sep 2008
21:32 cy search for other commits by this committer
Welcome fwbuilder and libfwbuilder 3.0.0, replacing 2.1.19. The old version
is deprecated and scheduled for deletion as it is no longer supported by its
author.
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
14:01 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
Monday, 26 May 2008
23:16 cy search for other commits by this committer
NOPORTDOCS (r1.39) is not supported by the base release of libfwbuilder.
Mark port BROKEN when NOPORTDOCS is specified.
Original commit
Friday, 23 May 2008
18:05 cy search for other commits by this committer
Update 2.1.17 --> 2.1.19
Original commit
Sunday, 6 Apr 2008
02:45 cy search for other commits by this committer
Update 2.1.16 --> 2.1.17

PR:             122472
Submitted by:    "Beat G\xe4tzi" <beat@chruetertee.ch>
Original commit
Thursday, 27 Mar 2008
10:58 kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Original commit
Sunday, 20 Jan 2008
18:10 cy search for other commits by this committer
Update 2.1.14 --> 2.1.16
Original commit
Tuesday, 11 Sep 2007
23:11 cy search for other commits by this committer
Update 2.1.13 --> 2.1.14
Original commit
Thursday, 23 Aug 2007
23:16 cy search for other commits by this committer
Update 2.1.12 --> 2.1.13
Original commit
Friday, 27 Jul 2007
13:35 se search for other commits by this committer
I had forgotten to remove the BROKEN tag when committing the two patches
that ought to make the port compile with gcc-4.2 and thus with -current.
Original commit
Monday, 9 Jul 2007
22:08 cy search for other commits by this committer
Update 2.1.11 --> 2.1.12
Original commit
Monday, 18 Jun 2007
06:03 cy search for other commits by this committer
Does not build under 7.0-CURRENT.
Original commit
Monday, 4 Jun 2007
16:30 cy search for other commits by this committer
Update 2.1.8 --> 2.1.11
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
Wednesday, 28 Feb 2007
01:19 kuriyama search for other commits by this committer
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
Original commit
Tuesday, 13 Feb 2007
00:16 pav search for other commits by this committer
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:   rafan
Tested on:      pointyhat
Original commit
Monday, 11 Dec 2006
02:12 cy search for other commits by this committer
Record checksums of final version of distifle.

Portlint fixups.

PR:             TBA
Submitted by:   Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Original commit
Sunday, 10 Dec 2006
23:32 cy search for other commits by this committer
Update from 2.0.10 to 2.1.8.

Vadim Kurland, the author of libfwbuilder and fwbuilder, wishes that I
maintain this port for him.

Submitted by:   Vadim Kurland <vadim@fwbuilder.org>
Approved by:    Maintainer: Vadim Kurland <vadim@fwbuilder.org>
Original commit
Wednesday, 30 Nov 2005
05:23 kuriyama search for other commits by this committer
Chase shlib version bump of net-snmp.
Original commit
Sunday, 13 Nov 2005
22:04 mnag search for other commits by this committer
Update to 2.0.10
Add SHA256

PR:             88910
Submitted by:   Vadim Kurland <vadim@vk.crocodile.org> (maintainer)
Original commit
Wednesday, 20 Jul 2005
07:49 pav search for other commits by this committer
- Update to 2.0.8

PR:             ports/83678
Submitted by:   vadim@vk.crocodile.org <vadim@vk.crocodile.org> (maintainer)
Original commit
Friday, 13 May 2005
02:02 vanilla search for other commits by this committer
Upgrade to 2.0.7.

PR:             ports/80956
Submitted by:   maintainer
Original commit
Monday, 17 Jan 2005
13:10 vs search for other commits by this committer
Update to 2.0.5

PRs:            ports/76295, ports/76296
Submitted by:   maintainer
Original commit
Monday, 20 Dec 2004
20:00 sem search for other commits by this committer
- Fix pkg-plist.

PR:             ports/75292
Submitted by:   maintainer
Original commit
Sunday, 5 Dec 2004
15:13 vanilla search for other commits by this committer
Upgrade to 2.0.4.

PR:             ports/74688
Submitted by:   maintainer
Original commit
Wednesday, 27 Oct 2004
15:42 vanilla search for other commits by this committer
Fix build on 4-stable.

PR:             ports/72807
Submitted by:   maintainer
Original commit
Thursday, 14 Oct 2004
06:39 vanilla search for other commits by this committer
Upgrade to 2.0.2.

PR:             ports/71262
Submitted by:   maintainer
Original commit
Tuesday, 25 May 2004
19:27 pav search for other commits by this committer
- Convert direct LIB_DEPENDS to infrastructure: USE_OPENSSL, USE_GNOME
- Portlint

PR:             ports/66433
Submitted by:   Jonathan <j.e.drews@worldnet.att.net>
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
Monday, 23 Feb 2004
04:42 wollman search for other commits by this committer
Say hello to the new "net-mgmt" category.  There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
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
Sunday, 18 Jan 2004
12:49 clement search for other commits by this committer
- Update to PORTREVISION 2
- Tarball has been rerolled
While I'm here:
- fix docs intall
- Use %%DATADIR%%

PR:                 61511
Sybmitted by:       Vadim Kurland <vadim@fwbuilder.org> (maintainer)
Approved by:        erwin (mentor) (implicitly)
Original commit
Tuesday, 16 Dec 2003
23:44 sergei search for other commits by this committer
- Update to 1.0.2

While I'm here:
- Remove explicit automake/autoconf dependencing in BUILD_DEPENDS
- Avoid using version number in DOCSDIR name
- Re-sort pkg-plist
- Cosmetique fixes

PR:             59998
Submitted by:   maintainer
Original commit
Tuesday, 18 Nov 2003
03:19 kuriyama search for other commits by this committer
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Original commit
Tuesday, 4 Nov 2003
18:30 marcus search for other commits by this committer
Chase the libxslt shared lib version with a PORTREVISION bump.
Original commit
Saturday, 6 Sep 2003
02:41 foxfair search for other commits by this committer
PR:             56409
Submitted by:   maintainer
Upgrade libfwbuilder to 1.0.1: This is an upstream bugfix release
Original commit
Tuesday, 10 Jun 2003
16:18 foxfair search for other commits by this committer
PR:             53119
Submitted by:   Vadim Kurland <vadim@vk.crocodile.org>
Fixed libfwbuilder's dependency and bump PORTREVISION[1].
Switch maitainership to Vadim Kurland <vadim@vk.crocodile.org>, who
is the developer of fwbuilder (approved by original maintainer)[2].

[1]: also noticed by kris@
[2]: most parts of patch were from PR/53119, small adjustment was made by
     me and reviewed by Vadim.
Original commit
Sunday, 1 Jun 2003
15:26 foxfair search for other commits by this committer
Add automake to BUILD_DEPENDS, that we need it in install stage.
Original commit
Thursday, 22 May 2003
14:32 foxfair search for other commits by this committer
Submitted by:   Vadim Kurland <vadim@vk.crocodile.org>
Update to 1.0.0.
Original commit
Wednesday, 21 May 2003
17:15 foxfair search for other commits by this committer
PR:             52521
Update libfwbuilder to 1.0.0 RC2 to stick together with fwbuilder.
Original commit
Sunday, 18 May 2003
10:12 kris search for other commits by this committer
BROKEN on 5.1: bad C++
Original commit
Sunday, 20 Apr 2003
19:42 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Friday, 21 Feb 2003
13:26 knu search for other commits by this committer
De-pkg-comment.
Original commit
Sunday, 1 Sep 2002
15:18 lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42288
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Thursday, 27 Jun 2002
15:50 will search for other commits by this committer
Add libfwbuilder 0.10.7, the Firewall Builder API.

PR:             38690
Submitted by:   Sergey Lyubka <devnull@asitatech.ie>
Original commit

Number of commits found: 78