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

Number of commits found: 65

Monday, 23 Jun 2014
13:44 amdmi3 search for other commits by this committer
- Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:358946 
Tuesday, 17 Jun 2014
20:05 kwm search for other commits by this committer
Update to 6.8.9-3 [1][3].

Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]

JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
  the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
  anymore at run-time.

PR:		185462 [1]
PR:		187548 [2]
PR:		182793 [3]
PR:		181746 [4]
PR:		176047 [5]
PR:		190814 [6]
Submitted by:	c.petrik.sosa@gmail.com [1]
		Matthieu Volat <mazhe@alkumuna.eu> [2]
		free.bsd@webstyle.ch [3]
		andrnils@gmail.com [4]
		rfg@tristatelogic.com [5]
		Michelle Sullivan <michelle@sorbs.net> [6]
Approved by:	portmgr (blanket) (for NO_STAGED ports)
Original commitRevision:358176 
Saturday, 31 May 2014
20:47 antoine search for other commits by this committer
Deprecated some ports that were already marked BROKEN in 2013

With hat:	portmgr
Original commitRevision:356018 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Friday, 7 Feb 2014
11:44 bapt search for other commits by this committer
Chase boost and icu bump
While here convert some LIB_DEPENDS
Original commitRevision:343214 
Thursday, 12 Dec 2013
14:15 bapt search for other commits by this committer
Convert LIB_DEPENDS for ports depending on boost
Original commitRevision:336262 
Friday, 6 Dec 2013
14:22 bapt search for other commits by this committer
Mark as broken: fails to configure

-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
-- Configuring incomplete, errors occurred!
See also
"/wrkdirs/usr/ports/graphics/k3d/work/.build/CMakeFiles/CMakeOutput.log".
*** [do-configure] Error code 1
Original commitRevision:335751 
Wednesday, 20 Nov 2013
14:25 nemysis search for other commits by this committer
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
Original commitRevision:334422 
Tuesday, 19 Nov 2013
23:08 mat search for other commits by this committer
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Original commitRevision:334361 
Thursday, 31 Oct 2013
00:32 nemysis search for other commits by this committer
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake pathfix pkgconfig
- Add DOCS and EXAMPLES Options
- Support STAGEDIR and add OPTIONS_SUB
- Change REINPLACE_CMD
- Add extra patch for EXAMPLES
- Remove obsolete patches

- Bump dependent ports' revisions

Approved by:	pawel / wg (mentors)
Original commitRevision:332189 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
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 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
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 
Thursday, 31 Jan 2013
13:38 bapt search for other commits by this committer
Chase boost update
Original commitRevision:311310 
Thursday, 17 Jan 2013
16:05 swills search for other commits by this committer
- Chase lib version changes from ilmbase and OpenEXR updates
Original commitRevision:310553 
Sunday, 22 Jul 2012
19:22 sperber search for other commits by this committer
- Update to version 0.8.0.2
- Update WWW: line
- Switch to optionsng
- Add LICENSE

PR:           ports/169418
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Original commit
Tuesday, 12 Jun 2012
21:42 bapt search for other commits by this committer
Conver to new options framework
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 11 Oct 2011
07:17 mm search for other commits by this committer
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Saturday, 30 Jul 2011
09:39 kwm search for other commits by this committer
Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
Original commit
Saturday, 24 Jul 2010
19:49 mm search for other commits by this committer
Update ImageMagick to 6.6.2-10
Original commit
Sunday, 28 Mar 2010
21:41 mm search for other commits by this committer
- Bump Magick++, MagickWand or MagickCore dependency
Original commit
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
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
Tuesday, 28 Jul 2009
11:45 pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Wednesday, 10 Jun 2009
06:46 itetcu search for other commits by this committer
Brute-force patch ./configure and fix build with custom LOCALBASE.

Reported by:    QATty
Original commit
Tuesday, 10 Feb 2009
19:50 mm search for other commits by this committer
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Original commit
Monday, 2 Feb 2009
23:44 linimon search for other commits by this committer
Reset dyeske@gmail.com at his request.

Hat:    portmgr
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Friday, 6 Jun 2008
13:35 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Tuesday, 22 Apr 2008
10:56 miwi search for other commits by this committer
- Chase graphics/ImageMagick shlib version bump

Pointyhat to: mi@
Original commit
Thursday, 17 Apr 2008
19:46 mezz search for other commits by this committer
- Fix dependencies: remove gtk12 (it uses gtkmm24), only need netpbm in
  runtime and require libgnome if enable WITH_GNOME.
- Remove all X11BASE.
- Correct the --with-python for ${PREFIX} -> ${PYTHONBASE} to make it prefix
  safer.
- Bump the PORTREVISION.

[1] http://lists.freebsd.org/pipermail/freebsd-ports/2008-April/047850.html

Approved by:    maintainer timeout (two weeks)
Original commit
Sunday, 16 Dec 2007
03:30 beech search for other commits by this committer
- Tag broken with 5.x

Reported by:    pointyhat via pav
Approved by:    David Yeske <dyeske@gmail.com> (maintainer),
                linimon (mentor)
Original commit
Thursday, 13 Dec 2007
07:25 beech search for other commits by this committer
- Update to 0.6.7.0
- Remove conflicts

PR:             ports/116324
Submitted by:   <soralx@cydem.org> [pr]
Approved by:    David Yeske <dyeske@gmail.com> (maintainer)
                linimon (mentor)
Original commit
Sunday, 7 Oct 2007
17:46 nork search for other commits by this committer
Chase OpenEXR library version bumped.
Original commit
Thursday, 5 Jul 2007
23:39 edwin search for other commits by this committer
dyeske at yahoo dot com -> dyeske at gmail dot com
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
Thursday, 26 Apr 2007
14:08 shaun search for other commits by this committer
- Remove FreeBSD 4.x checks.

PR:             ports/112021, ports/112035, ports/112064
Submitted by:   David Yeske <dyeske@yahoo.com> (maintainer)
Original commit
Sunday, 11 Mar 2007
08:50 nork search for other commits by this committer
o Update to 1.4.0
o Chase libraries version bump to depending on this port.

[NOTE]
I disabled FLTK support, so you can't use OpenEXR's applications.
Because I'm validating FLTK support.

Spotted by:     Nikolaj Thygesen <nikolaj.thygesen <@> diamondbox.dk>
Obtained from:  Florian Kainz <kainz <@> ilm.com>
Committed at:   AsiaBSDCon 2007 in Tokyo, Japan
Memorial Committing with:
                bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal,
                simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata,
                murray, cjh, brooks, daichi, delphij, ups, rrs
Original commit
Wednesday, 24 May 2006
14:21 mnag search for other commits by this committer
- Change dependencies reflecting update in graphics/ImageMagick
- Bump PORTREVISION
Original commit
Wednesday, 3 May 2006
21:37 jmelo search for other commits by this committer
- Update lib after graphics/gts update.
- Bump portrevision.

Approved by:    maintainer via email (timeout 15 days), mnag (mentor).
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
Thursday, 5 Jan 2006
03:57 edwin search for other commits by this committer
Chase libversion bumb to libMagick.so.9

PR:             ports/91270
Original commit
Wednesday, 7 Dec 2005
10:13 jylefort search for other commits by this committer
Chase the plib update by bumping PORTREVISION, since it is statically
linked in.
Original commit
Wednesday, 30 Nov 2005
13:14 mnag search for other commits by this committer
Bump PORTREVISION and change dependencies to reflect update in graphics/gts
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
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Wednesday, 7 Sep 2005
00:13 kris search for other commits by this committer
BROKEN on amd64: Does not compile
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Sunday, 6 Mar 2005
22:16 pav search for other commits by this committer
- Chase ImageMagick shlib bump

PR:             ports/78455
Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's
maintainer)
Original commit
Tuesday, 15 Feb 2005
22:45 thierry search for other commits by this committer
Unbreak on FreeBSD-5.3 by upgrading to 0.4.4.0.

Register conflicts with atlas and superlu.

PR:             ports/76323
Submitted by:   maintainer.
Original commit
Saturday, 18 Dec 2004
23:02 kris search for other commits by this committer
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
Original commit
Sunday, 5 Dec 2004
15:12 josef search for other commits by this committer
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.

Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com>
PR:             ports/74487
Approved by:    mat
Reviewed by:    lofi
Original commit
Wednesday, 20 Oct 2004
04:37 pav search for other commits by this committer
- Chase gts update
Original commit
Saturday, 18 Sep 2004
18:20 kris search for other commits by this committer
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Original commit
Friday, 2 Jul 2004
08:18 kris search for other commits by this committer
BROKEN on 4.x: Does not compile
Original commit
Sunday, 13 Jun 2004
23:57 ijliao search for other commits by this committer
pass maintainership

PR:             67064
Original commit
Friday, 11 Jun 2004
07:10 ijliao search for other commits by this committer
add k3d 0.4.1.0
A free 3D modeling, animation, and rendering system
Original commit

Number of commits found: 65