1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Jason E. Hale
336eab338e Fix build with CRYPTOPP option enabled (missed in r477967)
Bump PORTREVISON due to cryptopp shared library version increase

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I.. -DKVZ_DLL_EXPORTS -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -MT extras/crypto.lo -MD -MP -MF extras/.deps/crypto.Tpo -c extras/crypto.cpp  -fPIC -DPIC -o extras/.libs/crypto.o
extras/crypto.cpp:19:3: error: unknown type name 'byte'; did you mean 'CryptoPP::byte'?
  byte key[CryptoPP::AES::DEFAULT_KEYLENGTH];
  ^~~~
  CryptoPP::byte
/usr/local/include/cryptopp/config.h:237:23: note: 'CryptoPP::byte' declared here
typedef unsigned char byte;
                      ^

Pointy hat:	jhale
Reported by:	fluffy
Obtained from:	upstream commits
2018-08-25 14:20:50 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Jan Beich
91c6db6183 multimedia/kvazaar: unbreak on powerpcspe
strategies/altivec/picture-altivec.c:1: error: AltiVec and E500 instructions cannot coexist
2018-07-02 23:42:29 +00:00
Jan Beich
5970ce846d multimedia/kvazaar: unbreak on powerpc* 2018-06-14 18:46:42 +00:00
Mark Linimon
f3c5a5e339 Mark broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-08 02:21:06 +00:00
Jan Beich
5da918d3fe multimedia/kvazaar: update to 1.2.0
- Increase verbosity of automake tests

Changes:	https://github.com/ultravideo/kvazaar/releases/tag/v1.2.0
ABI:		https://abi-laboratory.pro/tracker/timeline/kvazaar/
2017-11-19 01:06:09 +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
Jan Beich
d7670ef0e6 multimedia/kvazaar: unblock 10.3 i386 /latest package after r423328
Illegal instruction (core dumped)
FAIL: kvazaar_tests

Reported by:	pkg-fallout (beefy5 + package19 only)
2017-04-06 22:16:14 +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
Jan Beich
d57f72f5c8 multimedia/kvazaar: update to 1.1.0
Changes:	https://github.com/ultravideo/kvazaar/releases/tag/v1.1.0
ABI:		https://people.freebsd.org/~jbeich/compat_reports/kvazaar/1.0.0_to_1.1.0/compat_report.html
MFH:		2017Q1
2017-02-17 23:32:24 +00:00
Jason E. Hale
0ec7f60286 - Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
  no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
  to use it. It will allow the asserts to be enabled which could be a
  security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
  testing, so only build it for the TEST_TARGET. It is useless without the
  data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump

PR:		215015
Reported by:	<fcsk.aim@gmail.com>
MFH:		2016Q4
Security:	eab68cff-bc0c-11e6-b2ca-001b3856973b
2016-12-07 01:00:11 +00:00
Gerald Pfeifer
89f8b05214 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).

In particular that is 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.
2016-11-20 09:38:08 +00:00
Jan Beich
5d94618b17 multimedia/kvazaar: switch test distfile to non-forked version
Tested by:	diff -urN <before> <after> # is empty
2016-11-02 03:18:31 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Jan Beich
ba82010e31 multimedia/kvazaar: update to 1.0.0, retiring -devel
Changes:	https://github.com/ultravideo/kvazaar/releases/tag/v1.0.0
Changes:	https://github.com/ultravideo/kvazaar/compare/cbfa824...v1.0.0 (for -devel)
ABI:		https://people.freebsd.org/~jbeich/compat_reports/kvazaar/0.8.3_to_1.0.0/compat_report.html
MFH:		2016Q4
2016-10-05 08:34:13 +00:00
Jan Beich
dfabc72bcb multimedia/kvazaar: oops, drop useless word 2016-09-28 02:23:26 +00:00
Jan Beich
6f58f41a07 multimedia/kvazaar: oops, USES isn't modified in -devel slave 2016-09-28 02:19:08 +00:00
Jan Beich
174ead1633 multimedia/kvazaar: add new port
The purpose of this academic open-source project is to develop a video
encoder for the emerging High Efficiency Video Coding (HEVC) standard.
This Kvazaar HEVC encoder is being developed towards the following goals:

1. Coding efficiency close to HEVC reference encoder (HM)
2. Modular encoder structure to simplify its data flow modeling
3. Efficient support for different parallelization approaches
4. Easy portability to different platforms
5. Optimized encoding speed without sacrificing its coding efficiency,
   modularity, or portability
6. Reduced computation and memory resources without sacrificing its
   coding efficiency, modularity, or portability
7. Excellent software readability and implementation documentation

Achieving these objectives requires encoder with design decisions that
make this open-source encoder unique:

1. The encoder is developed from the scratch (HM used as a reference)
2. The implementation language is platform-independent C

http://ultravideo.cs.tut.fi/#encoder
2016-09-28 02:13:33 +00:00