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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/afnix/Makefile

Number of commits found: 61

Saturday, 4 Apr 2020
20:51 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:530719 
Wednesday, 6 Nov 2019
12:48 antoine search for other commits by this committer
Mark a few ports BROKEN, unfetchable
Original commitRevision:516880 
Monday, 4 Nov 2019
21:21 rene search for other commits by this committer
Returns johans's ports to the pool after safekeeping his commit bit.
Original commitRevision:516744 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Tuesday, 12 Dec 2017
02:53 linimon search for other commits by this committer
Fix dumb typos.

Approved by:	"clean up your mess"
Original commitRevision:456084 
Thursday, 30 Nov 2017
06:13 linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
Original commitRevision:455167 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Friday, 26 May 2017
20:02 linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "???".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:441814 
Saturday, 29 Apr 2017
05:44 linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439717 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Wednesday, 26 Oct 2016
12:04 amdmi3 search for other commits by this committer
- Mark BROKEN on i386: does not build, uses some broken type instead of size_t

./Object.hpp:226:11: error: 'operator new' takes type size_t ('unsigned int') as
first parameter
    void* operator new       (const t_size size);
          ^
./Object.hpp:227:11: error: 'operator new[]' takes type size_t ('unsigned int')
as first parameter
    void* operator new    [] (const t_size size);
          ^
2 errors generated.

Approved by:	portmgr blanket
Original commitRevision:424692 
Tuesday, 28 Jun 2016
06:18 johans search for other commits by this committer
Update to Afnix 2.6.3
Original commitRevision:417695 
Monday, 2 May 2016
16:14 johans search for other commits by this committer
Update to Afnix 2.6.2
Original commitRevision:414460 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Saturday, 23 Jan 2016
20:11 johans search for other commits by this committer
- Update to Afnix 2.6.0
- Remove local patch that's no longer needed
Original commitRevision:407054 
Wednesday, 1 Jul 2015
11:08 johans search for other commits by this committer
Update to Afnix 2.5.2
Original commitRevision:391049 
Friday, 26 Jun 2015
14:09 amdmi3 search for other commits by this committer
- Use BROKEN_powerpc helper
- Fix plist with NLS disabled
- Add USES=compier:c++11-lang to fix build on 9.x (it needs c++11-aware
compiler). For the note, specifying c++11-lib leads to gcc coredump.

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
Original commitRevision:390640 
Wednesday, 25 Mar 2015
12:58 marino search for other commits by this committer
lang category: Remove $PTHREAD_LIBS

Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.

approved by:	PTHREAD blanket
Original commitRevision:382211 
Friday, 9 Jan 2015
19:41 johans search for other commits by this committer
Update to Afnix 2.5.1
Original commitRevision:376649 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Tuesday, 15 Jul 2014
15:49 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.

I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
Original commitRevision:361959 
Saturday, 5 Jul 2014
19:27 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
Original commitRevision:360810 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Wednesday, 8 Jan 2014
18:01 johans search for other commits by this committer
- Update afnix to 2.4.0
- Enable stage support
Original commitRevision:339161 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
Saturday, 4 May 2013
16:55 johans search for other commits by this committer
Update Afnix to 2.3.1
Original commitRevision:317326 
Sunday, 8 Jan 2012
19:36 johans search for other commits by this committer
Update afnix to 2.2.0
Original commit
Thursday, 15 Sep 2011
17:17 johans search for other commits by this committer
Update to Afnix 2.1.1
Original commit
Thursday, 13 Jan 2011
21:55 johans search for other commits by this committer
Update afnix to 2.0.0

Feature safe:   yes
Original commit
Thursday, 1 Apr 2010
07:16 linimon search for other commits by this committer
Mark as broken on powerpc.

Hat:            portmgr
Original commit
Tuesday, 23 Feb 2010
18:06 johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
Original commit
Thursday, 30 Jul 2009
17:14 johans search for other commits by this committer
Update to 1.9.0
Original commit
Thursday, 18 Jun 2009
19:49 johans search for other commits by this committer
Correct installation directories when using non-standard PREFIX

Reported by:    QAT
Original commit
Sunday, 4 Jan 2009
11:28 johans search for other commits by this committer
Update to 1.8.0
Original commit
Monday, 1 Sep 2008
09:25 johans search for other commits by this committer
Update to 1.7.1
Original commit
Sunday, 10 Aug 2008
08:56 johans search for other commits by this committer
Update to 1.7.0
Original commit
Friday, 25 Jul 2008
12:24 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Thursday, 12 Jun 2008
10:24 johans search for other commits by this committer
- Previous commit was broken
  Correct installation of manuals with and without NOPORTDOCS now

Reported by:    pav
Original commit
Tuesday, 10 Jun 2008
12:17 johans search for other commits by this committer
- Fix list of installed manpages

Reported by:    itetcu
Original commit
Sunday, 6 Jan 2008
18:27 johans search for other commits by this committer
- Update to 1.6.0
Original commit
Thursday, 7 Jun 2007
12:09 johans search for other commits by this committer
Update to 1.5.2
Original commit
Saturday, 26 May 2007
22:13 johans search for other commits by this committer
Fix build with gcc4.2 (by removing -Werror)
Original commit
20:20 kris search for other commits by this committer
BROKEN with gcc 4.2
Original commit
Saturday, 21 Apr 2007
10:07 johans search for other commits by this committer
- Update to 1.5.1
- Remove workaround (now fixed in distribution)
Original commit
Thursday, 19 Apr 2007
12:42 johans search for other commits by this committer
- Update to 1.5.0
- Remove patches (now fixed in distribution)
- Install extra documention and respect NOPORTDOCS
Original commit
Thursday, 1 Feb 2007
14:38 johans search for other commits by this committer
Update to 1.4.3
Original commit
Wednesday, 3 Jan 2007
10:50 johans search for other commits by this committer
- Update to 1.4.2
- INSTALLS_SHLIB is deprecated by USE_LDCONFIG
Original commit
Wednesday, 15 Nov 2006
20:10 johans search for other commits by this committer
- Update to 1.4.1
Original commit
Saturday, 7 Oct 2006
18:36 johans search for other commits by this committer
- Fix build on FreeBSD 4.x

Reported by:    krismail
Original commit
Wednesday, 20 Sep 2006
18:24 johans search for other commits by this committer
- Update to 1.3.0
- Remove amd64-specific patch (fixed in dist)
Original commit
Thursday, 22 Jun 2006
14:03 johans search for other commits by this committer
- Update to version 1.2.2
- Replace INSTALLS_SHLIB by USE_LDCONFIG

Approved by:    flz (mentor)
Original commit
Thursday, 16 Mar 2006
13:02 pav search for other commits by this committer
- Update to 1.2.1

PR:             ports/94466
Submitted by:   Johan van Selst <johans@stack.nl> (maintainer)
Original commit
Wednesday, 5 Oct 2005
16:33 mnag search for other commits by this committer
Update to 1.1.2

PR:             86951
Submitted by:   Johan van Selst <johans@stack.nl> (maintainer)
Approved by:    pav (mentor)
Original commit
Wednesday, 14 Sep 2005
05:53 jylefort search for other commits by this committer
Add a master site.

PR:             ports/86096
Submitted by:   maintainer
Original commit
Wednesday, 31 Aug 2005
21:47 jylefort search for other commits by this committer
- Update to 1.1.1 [1]
- Respect ${CXX}, ${CXXFLAGS}, ${PREFIX}, ${PTHREAD_CFLAGS}, ${PTHREAD_LIBS},
  ${INSTALL_PROGRAM} and ${INSTALL_DATA}
- Sort the packing list

[1]:
PR:             ports/85286
Submitted by:   maintainer
Original commit
Wednesday, 20 Apr 2005
13:39 vs search for other commits by this committer
Update to 1.0.3

PR:             ports/80131
Submitted by:   maintainer
Original commit
Friday, 8 Apr 2005
07:21 vs search for other commits by this committer
Mark as BROKEN on sparc64/CURRENT

PR:             ports/79640
Submitted by:   krisbot via maintainer
Original commit
Wednesday, 23 Feb 2005
13:30 vs search for other commits by this committer
Update to 1.0.1

PR:             ports/77883
Submitted by:   maintainer
Original commit
Saturday, 19 Feb 2005
19:54 pav search for other commits by this committer
- Update aleph 0.9.0 to afnix 1.0.0
- Rename to match new name of the project
- Take maintainership

PR:             ports/77611
Submitted by:   Johan van Selst <johans@stack.nl>
Repocopy by:    marcus
Original commit

Number of commits found: 61