Commit graph

93 commits

Author SHA1 Message Date
Thierry Thomas
7e034e634e - 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
2013-11-30 15:08:05 +00:00
Rusmir Dusko
74a55f2347 - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by:	wg (mentor)
2013-11-20 14:25:28 +00:00
Thierry Thomas
d99a78ca38 Upgrade to 1.5.7.
Note: OpenCV is disabled ATM, due to failure.
2013-11-02 22:25:45 +00:00
Rusmir Dusko
1752bb5a6e 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)
2013-10-31 00:32:31 +00:00
Gerald Pfeifer
3be3e90f93 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)
2013-10-26 00:52:33 +00:00
William Grzybowski
d6d7a16ae0 graphics/cimg: link against ffmpeg
- Link against ffmpeg
- USES gmake

Approved by:	portmgr (bapt, implicit)
2013-10-21 16:47:07 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Thierry Thomas
4b842875ea Re-add the missing CFLAGS and LDFLAGS.
Reported by:	pkg-fallout
2013-09-04 19:24:12 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Thierry Thomas
eddf97f3cc - Upgrade to 1.5.6.
- Remove conflict with gimp-gmic-plugin.
2013-07-04 21:56:34 +00:00
Martin Matuska
cdc818f159 Update multimedia/ffmpeg1 to 1.2.1
PR:		ports/177145
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2013-06-25 07:41:26 +00:00
Thierry Thomas
d15f82fea9 Upgrade to 1.5.5.
Changelog at <http://sourceforge.net/projects/cimg/files/>.

Remark: switching from ffmpeg to ffmpeg1.
2013-05-16 18:35:00 +00:00
Steve Wills
b8cc06a151 - Chase lib version changes from ilmbase and OpenEXR updates 2013-01-17 16:05:38 +00:00
Thierry Thomas
81d9fe7c50 Upgrade to 1.5.2.
Feature safe:	yes
2012-11-05 22:48:07 +00:00
Thierry Thomas
14cf6cf0ee 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)
2012-06-12 20:48:24 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Brendan Fabeny
004a7c5ac2 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
2011-11-22 11:14:10 +00:00
Brendan Fabeny
ac39d25cb1 - 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
2011-10-17 10:08:33 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Thierry Thomas
9331883eb8 Unbreak after ffmpeg update and upgrade to 1.4.9.
Reported by:	pointyhat via Pav
2011-06-29 20:50:43 +00:00
Martin Matuska
760559e18c Update OpenCV to 2.3.0-rc 2011-06-29 11:46:01 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Thierry Thomas
dd1fd7a6ee Upgrade to 1.4.8. 2011-03-21 18:07:05 +00:00
Thierry Thomas
5fc8670fdc Upgrade to 1.4.7.
Feature safe:	yes
2011-01-24 22:41:25 +00:00
Thierry Thomas
7eb13fe300 Upgrade to 1.4.6.
Notified by:	portscout via miwi
2010-11-19 22:41:16 +00:00
Thierry Thomas
d73786b86d Upgrade to 1.4.5. 2010-11-11 19:59:23 +00:00
Thierry Thomas
df39e0a4ef Upgrade to 1.4.4. 2010-10-14 20:37:39 +00:00
Thierry Thomas
e9a532c3a9 - Make fetchable again by upgrading to 1.4.3
Changelog at <http://cimg.sourceforge.net/news.shtml>

- Since I'm there, define the licenses.

Reported by:	pointyhat, via Erwin
2010-10-03 17:34:20 +00:00
Mark Linimon
7d60ff5ae5 Mark as only for i386/amd64: invokes i386 asm.
Hat:		portmgr
Feature safe:	yes
2010-07-01 03:47:21 +00:00
Dirk Meyer
92d856a380 - fix build for png-1.4.1 2010-03-29 16:43:30 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Martin Matuska
08c70c37f3 - Does not build with ffmpeg 0.5, unbreak by disabling ffmpeg
- Mark MAKE_JOBS_SAFE for SMP compilation
- Bump PORTREVISION
2009-08-13 20:08:58 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Thierry Thomas
ad1748f759 - Update to 1.3.1
Changelog at <http://sourceforge.net/project/shownotes.php?release_id=685280>

- greycstoration4gimp and gmic4gimp disabled;

- switch to GraphicsMagick.
2009-05-30 21:03:32 +00:00
Thierry Thomas
4b0a22bab1 ix a typo.
Reported by:	QAT
2009-04-03 16:49:29 +00:00
Thierry Thomas
8d829d251c - Upgrade to 1.3.0;
Changelog at
<http://sourceforge.net/project/shownotes.php?release_id=661746&group_id=96492>

- Replace WITHOUT_OPTIMIZATIONS by WITH_DEBUG;

- Use Blas & Lapack by default, unless Atlas is installed;

- Handle NOPORTEXAMPLES.
2009-02-22 17:40:58 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Thierry Thomas
a3f8577b7d Upgrade to 1.2.9.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=609581>.
2008-06-28 21:07:00 +00:00
Beech Rintoul
9389098a6f - Bump again after downgrading GraphicsMagick 2008-06-28 16:44:19 +00:00
Beech Rintoul
d129b50b0b - Bump poirtrevision after GraphicsMagick update 2008-06-25 08:36:12 +00:00
Thierry Thomas
50f595a057 - Fix DIST_SUBDIR;
- Fix install with -DNOPORTDOCS -DNOPORTEXAMPLES (1)

Reported by:	itetcu (1)
2008-06-06 20:53:32 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Thierry Thomas
17d8f1145a Chase PR ports/116263.
Submitted by:	Edward Sutton <mirror176 (at) hotmail.com>
2008-04-25 14:27:56 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Thierry Thomas
cdec51299f Upgrade to 1.2.8.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=593141>.
2008-04-19 12:09:16 +00:00
Thierry Thomas
f19a697ea2 Chase a huge silent update: mostly style, and remove a lot of reference
docs.

Full diff available at
<http://people.freebsd.org/~thierry/ports/CImg-1.2.7_080123_080125.diff.bz2>

Reported by:	Romain Tartiere <romain (at) blogreen.org>
2008-02-05 20:05:06 +00:00