notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/k3b-kde4/files/patch-CMakeLists.txt
SVNWeb

Number of commits found: 2

Mon, 27 Mar 2017
[ 13:39 rakuco search for other commits by this committer ] Original commit   Revision:437044
Unbreak after r436971.

After the kdelibs update to 4.11.30 the CMake policies used by kdelibs-based
projects got stricter.

- Fix `make configure'. The upstream git repository has a add_subdirectory(doc)
  call, but the code generating the release tarball also added a
  macro_optional_add_subdirectory(doc) call that was causing CMake to error out
  due to the same directory being added twice to the build system.
- Fix `make build' with the MUSEPACK option. The FindMuse.cmake patch from
  r346999 was hardcoding MUSE_LIBRARIES the wrong way. The find_library() call
  should have been kept, otherwise the linker is passed "-lmpcdec" instead of
  "/full/path/to/libmpcdec.so".
Tue, 25 Aug 2015
[ 13:10 makc search for other commits by this committer ] Original commit   Revision:395247 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
sysutils/k3b-kde4:
- Update to 2.0.3
- Remove patches merged upstream, regenerate patches
- Add patch obtained from Gentoo to fix build with modern ffmpeg/libav

PR:		202561
Submitted by:	matthew@reztek.cz

Number of commits found: 2