Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.
Obtained from: Gstreamer upstream [1]
- 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)
Changes:
* Added FXJSON JavaScript Object Notation I/O class. FXJSON loads and
saves JSON, and has a great number of options, extensive error
reporting, and great degree of control over output.
* Problems in Windows version of fxcpuid.cpp fixed.
* Line segment to box and line segment to sphere intersection routines
added; also computes intersection point.
* FXString escape() and unescape() now do \uXXXX unicode escaping. Old
functions for these, fromAscii() and toAscii() have been removed. The
new implementation properly handles surrogate pairs.
* Added some API's to FXGLGroup.
* FXListBox current item fix.
* Added new functions to FXElement.h. Particularly, bulk-comparison
function.
* Use new fxstrlcpy() and fxstrlcat() where appropriate; these will
always produce null-terminated strings.
* Passed wrong handle for error FD in FXProcess under Windows.
* Fix introduced bugs in FXHash and FXDict.
* Some extra checks added in GIF loader header detection.
* Typo fix in lock-free queue class FXLFQueue.
* Fast accessors added to FXVariant; they can be used if type already
known.
* Fixed minor issues with FXVariant implementation.
* Missing FXAPI declaration in FXArrayBase added.
* Added area() and volume() calculation to FXRange and FXSphere classes;
added area() to FXExtent classes.
* Added new FXDictionary class; this will replace FXDict at some point in
the future.
2013-10-10 devel/rubygem-linecache: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-rascut: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug-ide: Does not work with Ruby 1.9
2013-10-21 devel/rubygem-ruby-debug: Does not work with Ruby 1.9
2013-10-21 japanese/gorua: Does not work with Ruby 1.9
2013-10-10 x11-toolkits/ruby-gtk: Does not work with Ruby 1.9
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
- Enhance COMMENT entry and description (pkg-descr)
- Fix NLS support, when it's unset
- Standardize 'startup-notification' description
This commit also adds proper staging support to all the ports being updated.
In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>.
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.
Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.
Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!
PR: ports/180615
ports/181921
ports/182049
* Remove CONFLICTS between FOX ports by having man-pages
and binaries named after the port version
* Avoid bumping shlib version at each minor update by using
ltverhack [1]
* Make PKGNAMEs unique (fox14, fox16, fox17) [2]
* Use new LIB_DEPENDS format
Suggested by: mezz [1], bapt [2]
For some unknown reason builds fail with:
Undefined symbol "glBlendEquationSeparate"
When compiling under i386 for the old libGL. This error does not make
sense given that the symbol is present in libGL and that compilation works
under amd64. The only solution found is to update to a newer libGL however
there does not appear to be any change to the symbol signature to suggest
why such an update works.