Commit graph

77 commits

Author SHA1 Message Date
Stephen Montgomery-Smith
9f9a9f10fd - Fix mistake in r501675, where OSVERSION was tested in a place where it
wasn't yet defined.
2019-05-15 03:07:24 +00:00
Stephen Montgomery-Smith
758994ccc6 - Mark broken for recent versions of FreeBSD.
Reported by:	pkg-fallout@
2019-05-15 02:42:17 +00:00
Stephen Montgomery-Smith
a6e0d18d4a - Change MASTER_SITES to a web site I own. This is a stop-gap measure until
I or someone else gets time to upgrade netgen to version 6.
2019-04-07 18:31:06 +00:00
Stephen Montgomery-Smith
67c079774e - Crashfix patch.
- Bump portrevision.

PR:		236443
Submitted by:	rsmith@xs4all.nl
2019-03-10 18:59:10 +00:00
Stephen Montgomery-Smith
0110c3cb47 - Correct web page.
Reported by:	Pedro Giffuni <giffunip@yahoo.com>
2019-02-23 03:12:47 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Jan Beich
c400a2c8b6 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
2018-05-02 15:07:27 +00:00
Jan Beich
30dd2acc78 multimedia/webcamoid: unbreak with ffmpeg 4.0
ngpkg.cpp:2342:27: error: use of undeclared identifier 'CODEC_FLAG_PSNR'
        context->flags |= CODEC_FLAG_PSNR;
                          ^

PR:		227726
Reported by:	antoine (via exp-run)
2018-05-02 13:31:46 +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
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +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
Stephen Montgomery-Smith
8b33ba39e9 - When FFMPEG=on, link to multimedia/ffmpeg.
- Respect PREFIX.
- Conversion for avcodec_encode_video().

PR:		ports/214199
PR:		ports/214644
2016-11-20 16:09:52 +00:00
Pietro Cerutti
812894cb15 Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization. 2016-04-21 11:33:16 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Stephen Montgomery-Smith
67b25df82e - Correct master_sites. 2016-01-20 02:28:50 +00:00
Stephen Montgomery-Smith
4bdd185116 - Update to 5.3.1.
- Default OCC to OFF.
- Mark broken only if OCC is set.
2016-01-18 05:58:09 +00:00
Stephen Montgomery-Smith
b78d333444 - Mark broken.
Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/402431/logs/netgen-5.0.0_4.log
2015-11-27 02:25:10 +00:00
Dmitry Marakasov
199a33c363 - Fix build by using correct flags for crippled configure
- Indent statements consistently
- Silence patching

Approved by:	portmgr blanket
2015-08-20 18:30:28 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Baptiste Daroussin
afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Stephen Montgomery-Smith
c530818f3f - Link with multimedia/ffmpeg0 instead of multimedia/ffmpeg (only applies when
the option FFMPEG is set).
- Bump portrevision.

PR:		192074
Submitted by:	Ivan Klymenko <fidaj@ukr.net>
2014-07-25 04:51:29 +00:00
Dmitry Marakasov
40940da3e8 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 22:01:01 +00:00
Baptiste Daroussin
e904930dda Use MAKE_CMD to set MAKE in MAKE_ENV 2014-06-24 22:16:12 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Pietro Cerutti
28e28658d6 - Convert to USES=tk
- STAGE-clean
2014-01-28 14:43:22 +00:00
Baptiste Daroussin
a39af80e2e Reduce over inclusion of bsd.port.mk 2014-01-15 23:11:44 +00:00
Antoine Brodin
468134583e Fix LIB_DEPENDS 2013-12-23 20:32:11 +00:00
Baptiste Daroussin
a327ff430a In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad

With hat:	portmgr
2013-12-11 14:53:20 +00:00
Baptiste Daroussin
8e91f3161f Add NO_STAGE all over the place in preparation for the staging support (cat: cad) 2013-09-20 15:58:41 +00:00
Pietro Cerutti
c4b15c6d20 - Make graphics/togl's libraries location independent from the Tcl/Tk version
used to build it
- Fix cad/netgen to use this new location

Reported by:	bapt
2013-07-24 06:53:48 +00:00
Baptiste Daroussin
d0dd2971fc Mark as job unsafe 2013-07-12 22:55:44 +00:00
Stephen Montgomery-Smith
a7feb8d3d7 - Change option OCC (build with opencascade libraries) to default to on.
- Bump portrevision.

PR:		ports/178538
Submitted by:	thierry@FreeBSD.org
2013-05-17 03:24:24 +00:00
Pietro Cerutti
5316d6995c - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by:	portmgr
2013-02-07 14:57:49 +00:00
Stephen Montgomery-Smith
8a529b7eb0 - Update to 5.0.0.
- Set OCC option off: cad/opencascade port needs updating before this works.

Feature safe:	yes
2012-11-22 14:56:47 +00:00
Stephen Montgomery-Smith
eba0950b8e - Use new options framework.
Feature safe:	yes
2012-11-22 04:51:11 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Stephen Montgomery-Smith
8885286682 - Change USE_TK to 85, because graphics/togl installs include files in lib/tk8.5/Togl-1.7/.
- Bump portrevision.
2011-10-21 02:36:24 +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
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Stephen Montgomery-Smith
fc7976f6a8 Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor)
2011-06-14 07:38:51 +00:00
Pav Lucistnik
64a82765d1 - Fix for new tix
PR:		ports/153014
Submitted by:	maintainer
2010-12-11 21:03:36 +00:00
Pav Lucistnik
f78028c250 - Install additional files for salome
- Portlint

PR:		ports/152394
Submitted by:	Stas Timokhin <devel@stasyan.com>
Approved by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
2010-11-26 18:27:20 +00:00
Martin Matuska
ab5c533c96 - Update ffmpeg to 0.6 2010-07-24 16:38:20 +00:00
Stefan Walter
c091ba694d Fix plist with NOPORTDOCS (at least temporarily, until installation of the docs
is really suppressed).

Feature safe:	yes
2010-07-02 12:03:30 +00:00
Stefan Walter
a9b0be5f58 Update to 4.9.13.
PR:		147628
Submitted by:	Stas Timokhin <devel@stasyan.com>
Approved by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe:	yes
2010-07-01 19:47:47 +00:00
Dennis Herrmann
cf8759b2c9 - Update maintainer mail address
PR:		ports/133397
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by:	tabthorpe (co-mentor)
2009-04-05 20:50:49 +00:00
Martin Matuska
89296dc798 - Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl 2009-02-14 14:49:40 +00:00