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

Number of commits found: 267 (showing only 100 on this page)

«  1 | 2 | 3  »  

Monday, 4 Jun 2018
14:46 mat search for other commits by this committer
Fix USE_GITHUB usage.

Sponsored by:	Absolight
Original commitRevision:471550 
Friday, 18 May 2018
16:31 thierry search for other commits by this committer
Upgrade to v.2.2.3.
Original commitRevision:470308 
Wednesday, 9 May 2018
01:44 swills search for other commits by this committer
Bump PORTREVISION on opencv consumers due to opencv update
Original commitRevision:469421 
01:10 swills search for other commits by this committer
graphics/opencv: Update to 3.4.1

PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
Original commitRevision:469420 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Original commitRevision:468844 
Thursday, 12 Apr 2018
19:45 thierry search for other commits by this committer
Upgrade to v2.2.2.
Original commitRevision:467195 
Tuesday, 13 Mar 2018
13:40 thierry search for other commits by this committer
Upgrade to v.221.
Original commitRevision:464372 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Sunday, 18 Feb 2018
10:51 thierry search for other commits by this committer
Upgrade to v.220.
Original commitRevision:462218 
Friday, 19 Jan 2018
21:14 thierry search for other commits by this committer
Upgrade to 2.1.9.
Original commitRevision:459473 
Tuesday, 2 Jan 2018
21:40 thierry search for other commits by this committer
Upgrade to v.218.
Original commitRevision:457929 
Saturday, 23 Dec 2017
16:31 thierry search for other commits by this committer
Upgrade to v.217.
Original commitRevision:457066 
Thursday, 21 Dec 2017
10:23 linimon search for other commits by this committer
Try to bring some consistency to ports that have x86-specific pieces.

 - in general, if we think that the code is not architecture-specific,
   and instead just enables x86 assembler by default, those should
   use BROKEN rather than IGNORE.  This will allow them to be attempted
   with TRYBROKEN.
 - spell i386 as x86.
 - spell asm as assembler.
 - pet portlint.

These changes should have no effect on tier-1 builds.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:456901 
Wednesday, 8 Nov 2017
18:38 thierry search for other commits by this committer
Upgrade to v.215.
Original commitRevision:453759 
Saturday, 28 Oct 2017
08:04 thierry search for other commits by this committer
Remove OpenEXR support, due to unfixed vulnerabilities.

Reported by:	mandree
Sponsored by:	HAMoween'17
Original commitRevision:453048 
Friday, 27 Oct 2017
21:28 thierry search for other commits by this committer
Upgrade to v.213.

Sponsored by:	HAMoween'17
Original commitRevision:453026 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Original commitRevision:452570 
Thursday, 12 Oct 2017
17:56 thierry search for other commits by this committer
Upgrade to v.211.

Changelog at <https://github.com/dtschump/CImg/releases/tag/v.211>
(Fix g++-7 warnings).
Original commitRevision:451922 
Monday, 9 Oct 2017
20:23 thierry search for other commits by this committer
Upgrade to v210.
Original commitRevision:451639 
Monday, 18 Sep 2017
19:55 thierry search for other commits by this committer
Upgrade to v.204.
Original commitRevision:450078 
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 
Tuesday, 22 Aug 2017
11:43 thierry search for other commits by this committer
Upgrade to 2.0.3.
Original commitRevision:448516 
Saturday, 15 Jul 2017
08:21 thierry search for other commits by this committer
I removed PORTEPOCH by error in r444299: fix it.

Since there, sort ONLY_FOR_ARCHS.
Original commitRevision:445855 
Sunday, 25 Jun 2017
15:56 thierry search for other commits by this committer
Upgrade to 2.0.2.
Original commitRevision:444299 
Tuesday, 30 May 2017
21:11 thierry search for other commits by this committer
Upgrade to 2.0.0 (v.200).
Original commitRevision:442127 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Friday, 14 Apr 2017
05:30 jbeich search for other commits by this committer
graphics/opencv: back out r423216 and r423063 (replaying r423316)

Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.

PR:		210505
Pointy hat to:	jbeich (should've discussed first)
Original commitRevision:438490 
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 
Monday, 13 Feb 2017
16:38 mat search for other commits by this committer
Fix USE_GITHUB usage.

For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
Original commitRevision:433999 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Tuesday, 20 Dec 2016
17:59 amdmi3 search for other commits by this committer
- Mark BROKEN on FreeBSD 9.x i386
- ONLY_FOR_ARCHS_REASON does not require quotes

Approved by:	portmgr blanket
Original commitRevision:429008 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Wednesday, 7 Dec 2016
13:24 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.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
Original commitRevision:428057 
Friday, 18 Nov 2016
20:58 thierry search for other commits by this committer
Upgrade to v.179.
Original commitRevision:426341 
Tuesday, 18 Oct 2016
19:20 thierry search for other commits by this committer
Upgrade to 1.7.8.
Original commitRevision:424206 
Monday, 3 Oct 2016
17:47 jbeich search for other commits by this committer
graphics/opencv: add suffix to make room for 3.x series

To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.

PR:		210505 (for tracking)
Inspired by:	PkgSrc
Original commitRevision:423216 
Wednesday, 21 Sep 2016
16:58 thierry search for other commits by this committer
Upgrade to 1.7.7.
Original commitRevision:422573 
Saturday, 27 Aug 2016
17:59 thierry search for other commits by this committer
Upgrade to v.175.
Original commitRevision:420989 
Thursday, 14 Jul 2016
12:52 thierry search for other commits by this committer
Upgrade to 1.7.4.
Original commitRevision:418534 
Wednesday, 22 Jun 2016
20:18 thierry search for other commits by this committer
Upgrade to 1.7.3.
Original commitRevision:417331 
Monday, 30 May 2016
19:51 thierry search for other commits by this committer
Upgrade to 1.7.2.

Changelog at https://github.com/dtschump/CImg/releases/tag/v.172
Original commitRevision:416175 
Tuesday, 26 Apr 2016
17:56 thierry search for other commits by this committer
Upgrade to 1.7.1.
Original commitRevision:414064 
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 
Saturday, 26 Mar 2016
10:15 thierry search for other commits by this committer
s/pkgconf/pkgconfig/
Original commitRevision:411919 
09:49 thierry search for other commits by this committer
Adding a missing pkgconfig.
Original commitRevision:411918 
Friday, 25 Mar 2016
20:56 thierry search for other commits by this committer
Upgrade to 1.7.0.
Original commitRevision:411907 
Monday, 15 Feb 2016
18:41 thierry search for other commits by this committer
Upgrade to v. 1.6.9.
Original commitRevision:408949 
Tuesday, 15 Dec 2015
20:41 thierry search for other commits by this committer
Upgrade to 1.6.8.
Original commitRevision:403805 
Sunday, 25 Oct 2015
14:59 thierry search for other commits by this committer
Upgrade to 1.6.7.
Original commitRevision:400152 
Sunday, 11 Oct 2015
16:20 marino search for other commits by this committer
graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22

GraphicsMagick was just updated, but there was as newer, second
PR to upgrade it once more.  And again, the shared library version
has been bumped (haven't these guys heard of symbol versioning?)

While the INDEX references 114 users of GraphicksMagick, I'm going to
only bump the same 8 ports as yesterday.   The bump script appears to
be obsolete (still uses CVS!)

PR:		203547
Submitted by:	Walter Schwarzenfeld
Original commitRevision:399093 
Saturday, 10 Oct 2015
15:20 marino search for other commits by this committer
graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21

The shared library versions changed, so bump all the ports that
depend on GraphicsMagick by default too.

PR:		200304
Submitted by:	ports fury
Original commitRevision:399003 
Wednesday, 26 Aug 2015
19:54 thierry search for other commits by this committer
Upgrade graphics/cimg to 1.6.4, as it moved to GitHub. It also uses the newer
options helpers and fixes the EXAMPLES do-install case.

PR:		ports/202634
Submitted by:	Naram Qashat
Original commitRevision:395396 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 15 Apr 2015
21:49 thierry search for other commits by this committer
Upgrade to 1.6.2.

Changelog at <https://sourceforge.net/projects/cimg/files/#readme>.
Original commitRevision:384073 
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 
Thursday, 19 Mar 2015
20:53 thierry search for other commits by this committer
Upgrade to 1.6.1.
Original commitRevision:381691 
Thursday, 19 Feb 2015
22:42 thierry search for other commits by this committer
Upgrade to 1.6.0.
Original commitRevision:379401 
Sunday, 11 Jan 2015
21:06 thierry search for other commits by this committer
Uses blaslapack.mk.
Original commitRevision:376804 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
19:04 antoine search for other commits by this committer
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
Original commitRevision:375594 
Monday, 8 Dec 2014
16:48 tijl search for other commits by this committer
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:374303 
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 
Sunday, 31 Aug 2014
16:36 tijl search for other commits by this committer
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Original commitRevision:366788 
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 
12:28 thierry search for other commits by this committer
Don't force to fetch again the tarball after a PORTREVISION's bump.

PR:		ports/192385
Submitted by:	amdmi3
Original commitRevision:364967 
Monday, 4 Aug 2014
19:34 amdmi3 search for other commits by this committer
- Switch graphics/GraphicsMagick to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Fix distinfo for graphics/cmg
- Fix shebang for graphics/vips

Approved by:	portmgr blanket
Original commitRevision:364040 
Saturday, 5 Jul 2014
17:05 thierry search for other commits by this committer
Distfile has been rerolled - yet one more time!

Just adding volatile and removing a html file.
Full diff available at
http://people.freebsd.org/~thierry/CImg-1.5.9_140703_140704.diff

Reported by:	swills
Original commitRevision:360777 
Friday, 4 Jul 2014
18:03 thierry search for other commits by this committer
Upgrade to 1.5.9.
Original commitRevision:360643 
00:09 adamw search for other commits by this committer
Remove NOPORTDOCS and NOPORTEXAMPLES.
Original commitRevision:360491 
Tuesday, 17 Jun 2014
19:26 rene search for other commits by this committer
Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs

Approved by:	portmgr (antoine)
Original commitRevision:358165 
Thursday, 15 May 2014
20:34 thierry search for other commits by this committer
Previously `GraphicsMagick-config --ldflags' provided flags
-Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47
but this has been removed. Force them by declaring USES=fortran.
Original commitRevision:354173 
Friday, 25 Apr 2014
17:49 thierry search for other commits by this committer
Tarball has been rerolled: several modifications, but no problem.

Full diff available at
<http://people.freebsd.org/~thierry/CImg-1.5.8_140417-140418.diff>.
Original commitRevision:352142 
Sunday, 20 Apr 2014
21:12 thierry search for other commits by this committer
Upgrade to 1.5.8.
Original commitRevision:351649 
Monday, 10 Mar 2014
23:00 antoine search for other commits by this committer
Unbreak
Original commitRevision:347818 
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 
14:49 bapt search for other commits by this committer
Convert g* to USES=zip
Original commitRevision:347760 
Monday, 27 Jan 2014
17:06 thierry search for other commits by this committer
- Remove direct dependency to fortran, the library is automatically
  detected, and it fixes the linkage on FreeBSD-10;

- cleaning.
Original commitRevision:341433 
Saturday, 30 Nov 2013
15:08 thierry search for other commits by this committer
- Upgrade to 1.3.18.

- Since I'm there, pet portlint and stagify.

PR:		ports/183821
Submitted by:	/me
Approved by:	maintainer's time-out
Original commitRevision:335296 
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 
Saturday, 2 Nov 2013
22:25 thierry search for other commits by this committer
Upgrade to 1.5.7.

Note: OpenCV is disabled ATM, due to failure.
Original commitRevision:332547 
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 
Monday, 21 Oct 2013
16:47 wg search for other commits by this committer
graphics/cimg: link against ffmpeg

- Link against ffmpeg
- USES gmake

Approved by:	portmgr (bapt, implicit)
Original commitRevision:331156 
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 
Wednesday, 4 Sep 2013
19:24 thierry search for other commits by this committer
Re-add the missing CFLAGS and LDFLAGS.

Reported by:	pkg-fallout
Original commitRevision:326314 
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 
Thursday, 4 Jul 2013
21:56 thierry search for other commits by this committer
- Upgrade to 1.5.6.

- Remove conflict with gimp-gmic-plugin.
Original commitRevision:322293 
Tuesday, 25 Jun 2013
07:41 mm search for other commits by this committer
Update multimedia/ffmpeg1 to 1.2.1

PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
Original commitRevision:321725 
Thursday, 16 May 2013
18:35 thierry search for other commits by this committer
Upgrade to 1.5.5.

Changelog at <http://sourceforge.net/projects/cimg/files/>.

Remark: switching from ffmpeg to ffmpeg1.
Original commitRevision:318327 
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 
Monday, 5 Nov 2012
22:48 thierry search for other commits by this committer
Upgrade to 1.5.2.

Feature safe:	yes
Original commitRevision:307044 
Tuesday, 12 Jun 2012
20:48 thierry search for other commits by this committer
Register a conflict with graphics/gimp-gmic-plugin (1).

Since I'm there, try to pet portlint.

Submitted by:   "Sulev-Madis 'ketas' Silber" <madis555 (at) hot.ee> (1)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Tuesday, 22 Nov 2011
11:14 bf search for other commits by this committer
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date

PR:             162706
Approved by:    miwi (portmgr)
Feature safe:   yes
Original commit
Monday, 17 Oct 2011
10:08 bf search for other commits by this committer
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
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
Wednesday, 29 Jun 2011
20:50 thierry search for other commits by this committer
Unbreak after ffmpeg update and upgrade to 1.4.9.

Reported by:    pointyhat via Pav
Original commit
11:46 mm search for other commits by this committer
Update OpenCV to 2.3.0-rc
Original commit
Friday, 24 Jun 2011
22:39 mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
Original commit

Number of commits found: 267 (showing only 100 on this page)

«  1 | 2 | 3  »