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: net-mgmt/cflowd/Makefile

Number of commits found: 24

Monday, 14 Jul 2014
18:42 bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
Original commitRevision:361812 
Monday, 2 Jun 2014
12:16 marino search for other commits by this committer
net-mgmt/cflowd: Deprecate and expire on 15 August 2014

I tried to fix this port for modern C++ compilers, I really did.  I
had come up with a couple of dozen patches and some REIMPLACE_CMD fixes
too.  It almost compiled.  I seemed to have lost that all those patches
since then though.  tijl@ had a similar experience a few months ago.

This port was released by the maintainer 10 years ago.  Among the reasons
stated was that maintainance was impossible to do correctly without access
to netflow-speaking routers.  Also, no new release of the source code was
ever made, it's still in beta.

Therefore I recommend that this port requires a true maintainer, one that
has access to netflow routers.  Given that the source was never updated, I
am not sure its even still useful 10 years later.  So I recommend this
port be pruned on 15 August 2014 if no suitable maintainer shows up.

The port is also unstaged.

Related PR:	ports/177211
Approved by:	portmgr (implicit)
Original commitRevision:356219 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
Original commitRevision:351936 
Tuesday, 11 Feb 2014
18:33 tijl search for other commits by this committer
- USES=gmake libtool.
- Mark broken on FreeBSD 10+.  Fixing one problem leads to another and
  another in perpetuum...
Original commitRevision:343794 
Friday, 20 Sep 2013
22:24 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Original commitRevision:327757 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
Tuesday, 11 Sep 2012
02:25 bdrewery search for other commits by this committer
- Convert to new options framework
- Remove ABI version from LIB_DEPENDS
- Switch to using bsd.port.options.mk

Approved by:	eadler, bapt (mentors, implicit)
Original commitRevision:304077 
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Friday, 11 Apr 2008
15:20 miwi search for other commits by this committer
- Unbreak
- Fix build with gcc 4.2

Submitted by:   gahr
Original commit
Friday, 23 Nov 2007
20:08 pav search for other commits by this committer
- Mark BROKEN on 7.0

Reported by:    pointyhat
Approved by:    portmgr (hat)
Original commit
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Friday, 15 Jun 2007
17:06 pav search for other commits by this committer
- Fix build with gcc34

PR:             ports/111540
Submitted by:   thierry (based on his patch)
Original commit
Sunday, 11 Feb 2007
01:23 kris search for other commits by this committer
Schedule these broken ports for removal on 2007-04-10 if they are still
broken at that time and no fix has been submitted.
Original commit
Sunday, 17 Sep 2006
01:48 kris search for other commits by this committer
BROKEN: Does not compile
Original commit
Tuesday, 15 Aug 2006
00:56 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Thursday, 11 May 2006
22:49 edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
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
Wednesday, 1 Dec 2004
02:04 leeym search for other commits by this committer
- add USE_GCC=2.95 and unbreak this port
- add OPTIONS for FlowScan patch
- minor fixes
Original commit
Tuesday, 27 Jul 2004
04:13 kuriyama search for other commits by this committer
Unbreak on current.
Original commit
Monday, 22 Mar 2004
11:48 clement search for other commits by this committer
Drop maintainership.

PR:             64565
Submitted by:   Larry Rosenman <ler@lerctr.org> (maintainer)
Original commit
Saturday, 13 Mar 2004
23:55 kris search for other commits by this committer
BROKEN on 5.x: Does not compile
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

Number of commits found: 24