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/netams/Makefile

Number of commits found: 40

Thursday, 4 Aug 2016
14:18 marino search for other commits by this committer
net-mgmt/netams: reset maintainer, expire, make less broken

First, the port already has 3 maintainer timeouts going back years, so
go ahead and reset maintainership.

Second, it's broken on FreeBSD 10 and newer.

Third, the options were broken (e.g. USES defined after <options>,
<pre> and <post> also used with options.  I tweaked this some (untested)

Fourth: The pcap specification is ambiguous.  (I removed it). [1]

The entire port is in really bad shape so set it for removal in
two weeks.

PR:	211578 [1]
Original commitRevision:419614 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Monday, 19 Oct 2015
14:50 amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Original commitRevision:399684 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Tuesday, 2 Jun 2015
02:53 amdmi3 search for other commits by this committer
- Mark BROKEN on 10.x+

---
./netflow.h:242:27: error: 'long type-name' is invalid
                u_int32_t long sent_flows;
---
./list.h:32:3: error: unknown type name 'LHASH'; did you mean '_LHASH'?
                LHASH *hash;
---

PR:		197249
Submitted by:	amdmi3
Approved by:	maintainer timeout
Original commitRevision:388300 
Saturday, 22 Nov 2014
19:13 crees search for other commits by this committer
Switch to USES=pgsql
Original commitRevision:373091 
Friday, 15 Aug 2014
22:03 adamw search for other commits by this committer
Un-hardcode gcc. It still fails to build, but at least it uses the
right compiler to fail with.
Original commitRevision:365058 
Friday, 1 Aug 2014
13:20 adamw search for other commits by this committer
Revert r363623 in favour of some more testing.
Original commitRevision:363707 
Thursday, 31 Jul 2014
15:45 adamw search for other commits by this committer
Fix build without gcc.
Original commitRevision:363623 
Saturday, 19 Apr 2014
10:45 ohauer search for other commits by this committer
- fix PORTOPTION s/:MWITH_MYSQL/:MMYSQL/
- rename OPTION POSTGRESQL -> PGSQL
- USES shebangfix
- use new LIB_DEPENSD notation
- enable staging
- bump PORTREVISION
Original commitRevision:351592 
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 
12:54 bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Friday, 9 Aug 2013
14:05 dinoex search for other commits by this committer
- update libdg to 2.1.0
Original commitRevision:324437 
Tuesday, 4 Jun 2013
18:01 flo search for other commits by this committer
Remove MySQL 5.0, it has been unsupported upstream for about 1.5 years

Approved by:    ale (maintainer)
Original commitRevision:319886 
Friday, 10 May 2013
11:28 bapt search for other commits by this committer
Convert to new options framework
While here do some build with clang fixes

PR:		ports/178445, ports/178446, ports/178444, ports/178443, ports/178425,
ports/178423
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
Original commitRevision:317790 
Sunday, 1 Jul 2012
05:42 az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Original commit
Saturday, 28 Jan 2012
20:20 scheidell search for other commits by this committer
- update makefile, install cgiprograms with INSTALL_PROGRAM (was INSTALL_DATA)
[1]

PR:             ports/159619 [2]
Submitted by:   Olexandr <raven77@ukr.net> [2]
Reviewed by:    scheidell [1]
Approved by:    maintainer (timeout, 5 months), gabor (mentor, implicit)
Original commit
Monday, 28 Nov 2011
19:55 scheidell search for other commits by this committer
- links to libmysqlclient/libpq but doesn't register dependencies
- OPTIONS was removed,
- option for PostgreSQL was removed, but netams links to libpq library (if
found),
- port unconditionally depends on mysql50-client, regardless of installed
versions of MySQL,
- netams supports other databases but port always installs MySQL 5.0,
- option WITHOUT_DEBUG was removed and netams logs huge amounts of data without
it,
- port has a lot of dependencies required only for web part of application
(support for WITHOUT_CGI was removed),
- port unconditionally depends on apache22, which is not required, there are
plenty of web servers in ports tree,
- port unconditionally depends on mysql50-server, which is not required
(database servers are often installed on different
machines),
- port specifies weird DATADIR (${PREFIX}/etc),
- port unnecessarily specifies WWWDIR,
- sample config file is installed to ${PREFIX}/etc/netams instead of default
${PREFIX}/etc.

PR:             151930
Submitted by:   am@raisa.eu.org
Approved by:    maintainer (timeout), gabor (mentor)
Feature safe:   yes
Original commit
Saturday, 29 May 2010
18:26 dougb search for other commits by this committer
Tune up rc.d file

Approved by:    maintainer timeout
Original commit
Friday, 14 May 2010
12:42 pav search for other commits by this committer
- Update to 3.4.5

PR:             ports/143410
Submitted by:   Anton Vinokurov <anton@netams.com> (maintainer)
Original commit
Saturday, 22 Aug 2009
00:32 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
Original commit
Wednesday, 4 Mar 2009
14:33 ale search for other commits by this committer
Replace last occurrence of BROKEN_WITH_MYSQL with IGNORE_WITH_MYSQL.
Original commit
Saturday, 9 Aug 2008
13:57 erwin search for other commits by this committer
Mark BROKEN on i386 8.x: does not compile.
Original commit
Thursday, 29 May 2008
21:28 pav search for other commits by this committer
- Does not compile outside i386 (needs some -fPIC)

Reported by:    pointyhat
Original commit
Thursday, 8 May 2008
10:16 beech search for other commits by this committer
- Update to 3.4.1rc1
- Fix options
- Add package creation
- Use SF macro

PR:             ports/123492
Submitted by:   Yarodin <yarodin@gmail.com>
Reviewed by:    Yuriy Shkandybin <jura@netams.com> (maintainer)
Original commit
Wednesday, 19 Mar 2008
13:07 rafan search for other commits by this committer
- Respect CC and CXX

PR:             ports/121697
Submitted by:   Andrew Kolchoogin <andrew at rinet.ru>
Approved by:    Yuriy N. Shkandybin <jura at netams.com> (maintainer)
Original commit
Sunday, 8 Jul 2007
12:41 rafan search for other commits by this committer
- Update to 3.4.0 RC 2
- Use DISTVERSION to simplify things
- Correct NO_PACKAGE message
- Remove unused SYSDIR variable and dead code
- Remove BROKEN on 6.x and above, it builds now
- Use MAN8PREFIX for man8 pages
- Refine pkg-message, and use SUB_FILES for it
- Respect PREFIX in rc script, and refine the script a bit

PR:             ports/113209
Submitted by:   Dima Panov <fluffy at ael.ru>
Approved by:    Yuriy N. Shkandybin <jura at netams.com> (maintainer)
Original commit
Sunday, 3 Sep 2006
00:30 kris search for other commits by this committer
BROKEN: Does not compile on 6.x
Original commit
Monday, 26 Jun 2006
22:00 itetcu search for other commits by this committer
- fix rc.d script to check if the daemon is started
- and since we change so much of it also move it to files/netams
- bump PORTREVISION

PR:             ports/99322
Submitted by:   Vasiliy P. Melnik <basil@gu.net>
Approved by:    maintainer
Original commit
Wednesday, 14 Jun 2006
12:08 pav search for other commits by this committer
- Update to 3.3.5
- Provide rc_subr script

PR:             ports/98636
Submitted by:   Yuriy Shkandybin <jura@netams.com> (maintainer)
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, 5 Jan 2006
15:16 tdb search for other commits by this committer
- Update to 3.3.2

PR:             91352
Submitted by:   Yuriy Shkandybin <jura@netams.com> (maintainer)
Approved by:    clement (mentor, implicitly)
Original commit
Saturday, 3 Dec 2005
23:42 ehaupt search for other commits by this committer
- Update to 3.3.1a
- Add SHA256 hash

PR:             89831
Submitted by:   Yuriy N. Shkandybin <jura at netams dot com> (maintainer)
Original commit
Tuesday, 29 Nov 2005
00:13 pav search for other commits by this committer
- Update to 3.3.1

PR:             ports/89658
Submitted by:   Yuriy N. Shkandybin <jura@netams.com> (maintainer)
Original commit
Wednesday, 12 Oct 2005
12:05 ehaupt search for other commits by this committer
Update to 3.3.0

PR:             87195
Submitted by:   Yuriy N. Shkandybin <jur@netams.com> (maintainer)
Approved by:    novel (mentor)
Original commit
Friday, 10 Jun 2005
07:51 pat search for other commits by this committer
Update to 3.2.3

PR:             ports/82087
Submitted by:   maintainer
Original commit
Wednesday, 13 Apr 2005
12:05 leeym search for other commits by this committer
- Update to netams-3.2.2

PR:             79853
Submitted by:   Yuriy N. Shkandybin <jura@netams.com>
Original commit
Monday, 24 Jan 2005
17:10 pav search for other commits by this committer
- Update to 3.2.1

PR:             ports/76581
Submitted by:   Yuriy N. Shkandybin <jura@netams.com> (maintainer)
Original commit
Wednesday, 18 Aug 2004
10:49 pav search for other commits by this committer
- Update to 3.1.1830

PR:             ports/70568
Submitted by:   Yuriy N. Shkandybin <jura@netams.com> (maintainer)
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: 40