1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

161 Commits

Author SHA1 Message Date
Thierry Thomas
ff8b9f5325 Upgrade to v.215. 2017-11-08 18:38:11 +00:00
Thierry Thomas
d836956af4 Remove OpenEXR support, due to unfixed vulnerabilities.
Reported by:	mandree
Sponsored by:	HAMoween'17
2017-10-28 08:04:31 +00:00
Thierry Thomas
4ce80776a4 Upgrade to v.213.
Sponsored by:	HAMoween'17
2017-10-27 21:28:42 +00:00
Jan Beich
84e727457f 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
2017-10-21 06:50:49 +00:00
Thierry Thomas
0f6ea55f3a Upgrade to v.211.
Changelog at <https://github.com/dtschump/CImg/releases/tag/v.211>
(Fix g++-7 warnings).
2017-10-12 17:56:08 +00:00
Thierry Thomas
6967c05290 Upgrade to v210. 2017-10-09 20:23:08 +00:00
Thierry Thomas
b92fe10790 Upgrade to v.204. 2017-09-18 19:55:36 +00:00
Gerald Pfeifer
e59c88cece 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
2017-09-10 20:55:38 +00:00
Thierry Thomas
409e78c382 Upgrade to 2.0.3. 2017-08-22 11:43:10 +00:00
Thierry Thomas
ac4a39d0c8 I removed PORTEPOCH by error in r444299: fix it.
Since there, sort ONLY_FOR_ARCHS.
2017-07-15 08:21:07 +00:00
Thierry Thomas
3dbf5ee20d Upgrade to 2.0.2. 2017-06-25 15:56:33 +00:00
Thierry Thomas
a8b5fb22cd Upgrade to 2.0.0 (v.200). 2017-05-30 21:11:01 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Jan Beich
d764059958 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)
2017-04-14 05:30:25 +00:00
Gerald Pfeifer
04d6f52202 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
2017-04-01 15:23:30 +00:00
Mathieu Arnold
c22988b32a Fix USE_GITHUB usage.
For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
2017-02-13 16:38:32 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Dmitry Marakasov
98093ef337 - Mark BROKEN on FreeBSD 9.x i386
- ONLY_FOR_ARCHS_REASON does not require quotes

Approved by:	portmgr blanket
2016-12-20 17:59:12 +00:00
Jan Beich
0c612c4aa3 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)
2016-12-11 15:22:47 +00:00
Gerald Pfeifer
e4b7b9118a 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
2016-12-07 13:24:56 +00:00
Thierry Thomas
96a57849f0 Upgrade to v.179. 2016-11-18 20:58:05 +00:00
Thierry Thomas
b8412d1f10 Upgrade to 1.7.8. 2016-10-18 19:20:10 +00:00
Jan Beich
ba3ffd9b12 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
2016-10-03 17:47:08 +00:00
Thierry Thomas
31f11d616c Upgrade to 1.7.7. 2016-09-21 16:58:55 +00:00
Thierry Thomas
4bc1586ed9 Upgrade to v.175. 2016-08-27 17:59:18 +00:00
Thierry Thomas
810e611f67 Upgrade to 1.7.4. 2016-07-14 12:52:21 +00:00
Thierry Thomas
f30c1a5618 Upgrade to 1.7.3. 2016-06-22 20:18:42 +00:00
Thierry Thomas
ec0073af77 Upgrade to 1.7.2.
Changelog at https://github.com/dtschump/CImg/releases/tag/v.172
2016-05-30 19:51:48 +00:00
Thierry Thomas
1473042fcf Upgrade to 1.7.1. 2016-04-26 17:56:09 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Thierry Thomas
5fb12fd47b s/pkgconf/pkgconfig/ 2016-03-26 10:15:54 +00:00
Thierry Thomas
89f1472323 Adding a missing pkgconfig. 2016-03-26 09:49:44 +00:00
Thierry Thomas
39718fdc60 Upgrade to 1.7.0. 2016-03-25 20:56:28 +00:00
Thierry Thomas
038edc612e Upgrade to v. 1.6.9. 2016-02-15 18:41:28 +00:00
Thierry Thomas
da45fc8517 Upgrade to 1.6.8. 2015-12-15 20:41:38 +00:00
Thierry Thomas
f4e6cf2cbc Upgrade to 1.6.7. 2015-10-25 14:59:14 +00:00
John Marino
d417455b24 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
2015-10-11 16:20:41 +00:00
John Marino
f6a13dc9de 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
2015-10-10 15:20:41 +00:00
Thierry Thomas
e4ca5175df 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
2015-08-26 19:54:54 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Thierry Thomas
418401ebb3 At some point, LDFLAGS got lost; reintroduce it, because it is required
when libgfortran is linked with Gcc.
2015-04-23 19:28:33 +00:00
Thierry Thomas
c8f934fe4c Upgrade to 1.6.2.
Changelog at <https://sourceforge.net/projects/cimg/files/#readme>.
2015-04-15 21:49:53 +00:00
John Marino
9746d6524b graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
2015-03-25 20:09:42 +00:00
Thierry Thomas
91a0c66e89 Upgrade to 1.6.1. 2015-03-19 20:53:01 +00:00
Thierry Thomas
5c65517617 Upgrade to 1.6.0. 2015-02-19 22:42:33 +00:00
Thierry Thomas
b3d2ed47d1 Uses blaslapack.mk. 2015-01-11 21:06:02 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Tijl Coosemans
60945f0277 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)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00