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

Number of commits found: 19

Tuesday, 23 Oct 2018
16:34 jbeich search for other commits by this committer
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Original commitRevision:482846 
Sunday, 16 Sep 2018
11:44 antoine search for other commits by this committer
Deprecate ports that do not build on FreeBSD 11+
Original commitRevision:479890 
Friday, 20 Jul 2018
09:29 0mp search for other commits by this committer
Remove redundant kld from CATEGORIES if a port uses kmod.

"USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set
CATEGORIES to kld explicitly.

PR:		228543
Reviewed by:	krion (mentor)
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D16359
Original commitRevision:474998 
Saturday, 24 Jun 2017
18:36 linimon search for other commits by this committer
Sort NOT_FOR_ARCHS.  While here, clean up some BROKEN usages.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:444237 
Sunday, 21 May 2017
13:21 linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Original commitRevision:441395 
Thursday, 8 Dec 2016
17:01 tijl search for other commits by this committer
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428136 
Friday, 28 Oct 2016
07:52 amdmi3 search for other commits by this committer
- Mark broken on 11+

/usr/src/sys/netpfil/ipfw/ip_fw_private.h:287:16: error: field has incomplete
type 'struct rwlock'
        struct rwlock   uh_lock;        /* lock for upper half */
                        ^
/usr/src/sys/netpfil/ipfw/ip_fw_private.h:287:9: note: forward declaration of
'struct rwlock'
        struct rwlock   uh_lock;        /* lock for upper half */
               ^
dummynet.c:63:7: error: implicit declaration of function 'mtod' is invalid in
C99 [-Werror,-Wimplicit-function-declaration]
                if (mtod(*mb, struct ip *)->ip_v == 4)
                    ^
dummynet.c:63:17: error: expected expression
                if (mtod(*mb, struct ip *)->ip_v == 4)
                              ^
dummynet.c:65:22: error: expected expression
                else if (mtod(*mb, struct ip *)->ip_v == 6)
                                   ^

Reported by:	pkg-fallout
Approved by:	portmgr blanket
Original commitRevision:424808 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Wednesday, 23 Sep 2015
03:13 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Use BROKEN helper
- Fix build as non-root by using uidfix

Approved by:	portmgr blanket
Original commitRevision:397607 
Tuesday, 29 Jul 2014
14:07 wg search for other commits by this committer
net/userfw: support stage [1]

- Fix for FreeBSD >= 10 [1]
- USES tar:xz [1]
- USES kmod
- Remove check for FreeBSD < 8
- Pass maintainership to submitter

PR:		192235
Submitted by:	gelraen.ua gmail com [1]
Original commitRevision:363323 
Thursday, 24 Jul 2014
15:57 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362812 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
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, 29 Mar 2013
16:48 timur search for other commits by this committer
Update to the 0.1.3 version.
Original commitRevision:315549 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Saturday, 8 Sep 2012
07:49 linimon search for other commits by this committer
Mark as broken on powerpc.

Hat:		portmgr
Original commitRevision:303878 
Thursday, 19 Apr 2012
13:58 pawel search for other commits by this committer
Update to version 0.1.2

PR:             ports/167046
Submitted by:   maintainer
Original commit
Tuesday, 27 Mar 2012
14:58 vanilla search for other commits by this committer
mark BROKEN on 7.x

Approved by:    maintainer
Feature safe:   yes
Original commit
Monday, 19 Mar 2012
12:46 vanilla search for other commits by this committer
Add userfw 0.1.1, modular packet filter.

PR:             ports/165901
Submitted by:   Maxim Ignatenko
Feature safe:   yes
Original commit

Number of commits found: 19