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: graphics/ayam/Makefile

Number of commits found: 64

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 
Monday, 18 Jun 2018
19:03 linimon search for other commits by this committer
Adjust USES to fix builds on gcc-based architectures.

While here, pet portlint.

Tested for no regression on amd64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:472706 
Saturday, 25 Nov 2017
14:29 vanilla search for other commits by this committer
Update to 1.24.
Original commitRevision:454884 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Tuesday, 8 Mar 2016
16:04 mat search for other commits by this committer
Update to 1.23.

PR:		206248
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
Original commitRevision:410628 
Saturday, 10 Oct 2015
14:49 marino search for other commits by this committer
graphics/ayam: upgrade version 1.20 => 1.22

I reverted most of the changes from 1-step to compound installation
commands.

PR:		199232
Submitted by:	ports fury
Original commitRevision:399001 
Wednesday, 26 Aug 2015
18:26 amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
Original commitRevision:395389 
Wednesday, 25 Mar 2015
20:09 marino search for other commits by this committer
graphics category: Remove $PTHREAD_LIBS

graphics/zbar didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
Original commitRevision:382266 
Wednesday, 4 Mar 2015
05:19 amdmi3 search for other commits by this committer
- Fix license
Original commitRevision:380410 
Thursday, 15 Jan 2015
20:00 ak search for other commits by this committer
- Remove vestiges of alpha support

Approved by: portmgr (erwin)
Original commitRevision:377141 
Wednesday, 10 Dec 2014
22:29 gahr search for other commits by this committer
- Reset maintainership of my ports
Original commitRevision:374492 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Friday, 15 Aug 2014
20:37 mandree search for other commits by this committer
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Original commitRevision:365038 
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 
Monday, 9 Dec 2013
10:32 marino search for other commits by this committer
graphics/ayam: Unbreak on F10, head

Due to the harcoded "make" command, bmake was being used instead of the
specified gmake, which caused breakage on F10 and head.

PR:		ports/184612
Approved by:	maintainer (gahr)
Original commitRevision:335963 
Tuesday, 19 Nov 2013
12:52 marino search for other commits by this committer
graphics/ayam: USES+= gmake to unbreak

Also convert USES+= to USES=

Approved by:	gahr (maintainer)
Original commitRevision:334308 
Thursday, 31 Oct 2013
15:44 gahr search for other commits by this committer
- It is ayam that should have its PORTREVISION bumped, not aqsis..
Original commitRevision:332258 
15:12 gahr search for other commits by this committer
- Build and install shaders
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to USES+=tk
- STAGE-clean
- Convert to OPTIONSng (DOCS)
Original commitRevision:332250 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Thursday, 30 Aug 2012
17:00 gahr search for other commits by this committer
- Update to 1.20

  ChangeLog: http://ayam.sourceforge.net/Changes.txt
Original commitRevision:303384 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 15 Mar 2012
12:42 gahr search for other commits by this committer
- Fix build by linking against the core Aqsis library, which has been patched
  to include a function definition which was missing
- Bump PORTREVISION

Reported by:    PH (via pav)
Feature safe:   yes
Original commit
Monday, 21 Mar 2011
08:34 gahr search for other commits by this committer
- Update to 1.19
  Changes: http://ayam.sourceforge.net/Changes.txt
- Use USE_TK instead of LIB_DEPENDS
Original commit
Wednesday, 5 Jan 2011
10:09 gahr search for other commits by this committer
- Update to 1.18.2
  ChangeLog: http://ayam.sourceforge.net/Changes.txt
Original commit
Monday, 20 Dec 2010
09:47 gahr search for other commits by this committer
- Update to 3.18.1
  Changes: http://ayam.sourceforge.net/Changes.txt
Original commit
Wednesday, 10 Nov 2010
21:42 gahr search for other commits by this committer
- Update to 1.18
  Changes: http://ayam.sourceforge.net/Changes.txt
Original commit
Wednesday, 26 May 2010
14:21 gahr search for other commits by this committer
- Update to 1.17
  Changelog: http://ayam.sourceforge.net/Changes.txt
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 9 Jan 2010
14:50 pav search for other commits by this committer
- Chase aqsis update

Reported by:    pointyhat
Original commit
Thursday, 19 Nov 2009
22:07 pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Original commit
Saturday, 22 Aug 2009
00:23 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 10 Mar 2009
21:51 gahr search for other commits by this committer
- Update to 1.15.1
Original commit
Monday, 24 Nov 2008
19:35 gahr search for other commits by this committer
- Update distinfo: distfile has changed after release.
  Upstream comment:
  A late show-stopping bug in the Tcl scripts was removed after initial release.
Original commit
Thursday, 13 Nov 2008
17:32 gahr search for other commits by this committer
- Update to 1.15
Original commit
Thursday, 21 Aug 2008
17:40 gahr search for other commits by this committer
- Chase graphics/aqsis shlib version bump
Original commit
Tuesday, 8 Apr 2008
11:06 gahr search for other commits by this committer
- Update to 1.14

Approved by:    miwi (mentor)
Original commit
Monday, 10 Mar 2008
16:02 gahr search for other commits by this committer
- Remove USE_XLIB in favor of USE_XORG

Approved by:    miwi (mentor)
Original commit
Thursday, 21 Feb 2008
21:20 gahr search for other commits by this committer
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.

Approved by:    miwi (mentor)
Original commit
Monday, 21 Jan 2008
15:25 miwi search for other commits by this committer
- Fix crash when parsing shaders

PR:             119559
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Original commit
Tuesday, 18 Dec 2007
00:19 miwi search for other commits by this committer
- Update to 1.13 (fix pointyhat build)
- Pass maintainership to submitter

PR:             118786
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
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
Saturday, 22 Jul 2006
04:28 linimon search for other commits by this committer
Reset bouncing maintainer address ip@doom.homeunix.org.  We hope to see him
back soon.

Hat:            portmgr
Original commit
Thursday, 1 Jun 2006
00:37 clsung search for other commits by this committer
- Update to 1.10.

PR:             ports/98138
Submitted by:   maintainer (Igor Pokrovsky)
Original commit
Sunday, 7 May 2006
23:46 edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
Original commit
Friday, 15 Jul 2005
23:59 pav search for other commits by this committer
- Update to 1.8.3

PR:             ports/83524
Submitted by:   Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Original commit
Friday, 18 Mar 2005
18:14 danfe search for other commits by this committer
Reindent header.
Original commit
18:07 danfe search for other commits by this committer
Update to version 1.8.1.

PR:             ports/78965
Submitted by:   Frederic Praca <frederic.praca(at)freebsd-fr.org>
Approved by:    maintainer
Original commit
Thursday, 20 Jan 2005
13:54 vs search for other commits by this committer
Removed stale dependency on devel/log4cpp port.

PR:             ports/76001
Submitted by:   Randolf Schultz via maintainer
Original commit
Sunday, 2 Jan 2005
00:41 kris search for other commits by this committer
Does not build on alpha

Approved by:    portmgr (self)
Original commit
Tuesday, 14 Dec 2004
02:58 sem search for other commits by this committer
- Update to 1.8

PR:             ports/74992
Submitted by:   maintainer
Original commit
Friday, 26 Nov 2004
17:46 sem search for other commits by this committer
- Fix build on both 4.x and 5.x

PR:             ports/73247
Submitted by:   maintainer
Original commit
Friday, 17 Sep 2004
22:49 kris search for other commits by this committer
BROKEN on 5.x: Does not build

Approved by:    portmgr (self)
Original commit
Wednesday, 21 Jul 2004
17:47 krion search for other commits by this committer
Change maintainer's email.
Original commit
Wednesday, 7 Jul 2004
19:17 krion search for other commits by this committer
Fix build on 5-x

PR:             ports/68776
Submitted by:   maintainer
Original commit
Friday, 2 Jul 2004
09:47 kris search for other commits by this committer
BROKEN on 5.x: Does not compile
Original commit
Sunday, 16 May 2004
08:03 krion search for other commits by this committer
- Fix build

PR:             ports/66680
Submitted by:   maintainer
Original commit
Thursday, 1 Apr 2004
12:21 krion search for other commits by this committer
- Update to version 1.7

PR:             ports/65036
Submitted by:   maintainer
Original commit
Saturday, 7 Feb 2004
22:43 krion search for other commits by this committer
- Fix build on AMD64

Approved by:    maintainer informed
Original commit
Monday, 2 Feb 2004
08:55 krion search for other commits by this committer
- Added -fPIC to make amd64 happy (bento fix).
- Added support for graphics/aqsis as a renderer and shader.
- Minor style and installation fixes.
- Bumped port revision.

PR:             ports/62246
Submitted by:   maintainer
Original commit
Saturday, 24 Jan 2004
08:05 krion search for other commits by this committer
- Fix build on bento

PR:             ports/61812
Submitted by:   maintainer
Original commit
Wednesday, 14 Jan 2004
02:29 ijliao search for other commits by this committer
add ayam 1.6
3D modeling environment for the RenderMan interface

PR:             61286
Submitted by:   Igor Pokrovsky <tiamat@comset.net>
Original commit

Number of commits found: 64