- Unbreak build with cmake - fix taken from http://trac.macports.org/ticket/19859 Added file(s): - files/patch-avidemux__CMakeLists Port maintainer (amistry@am-productions.biz) is cc'd. Generated with FreeBSD Port Tools 0.77
Maintainer of multimedia/avidemux2, Please note that PR ports/137621 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/137621 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->makc I'll take it.
here is updated patch, which fixes build with QT4 enabled. Max
On Tue, 11.08.2009 at 10:34:12 +0400, Max Brazhnikov wrote: > here is updated patch, which fixes build with QT4 enabled. Hmm, this is odd as I did not have the need for any additional patches to compile the QT4 frontend. I will give the patch a spin tomorrow or the day after.
On Tue, 11 Aug 2009 10:03:27 +0200, Ulrich Sp=F6rlein wrote: > On Tue, 11.08.2009 at 10:34:12 +0400, Max Brazhnikov wrote: > > here is updated patch, which fixes build with QT4 enabled. > > Hmm, this is odd as I did not have the need for any additional patches > to compile the QT4 frontend. I will give the patch a spin tomorrow or > the day after. It compiles well with qt4, but fails to make package. Max
On Tue, 11.08.2009 at 13:47:50 +0400, Max Brazhnikov wrote: > It compiles well with qt4, but fails to make package. Indeed, thanks for the testing. I had to use a slightly different patch than you, though. I tested all four combinations of WITH/OUT GTK/QT4 and everything seems fine. There are some bugs with the QT4 frontend, but that's for the upstream vendor and it's not the port default anyway. Please see the attached patch and commit before ports freeze. Thanks! Regards, Uli
Ulrich Spoerlein wrote: > On Tue, 11.08.2009 at 13:47:50 +0400, Max Brazhnikov wrote: > >> It compiles well with qt4, but fails to make package. >> > > Indeed, thanks for the testing. I had to use a slightly different patch > than you, though. > > I tested all four combinations of WITH/OUT GTK/QT4 and everything seems > fine. There are some bugs with the QT4 frontend, but that's for the > upstream vendor and it's not the port default anyway. > > Please see the attached patch and commit before ports freeze. Thanks! > > Regards, > Uli > I don't have time to test this before going out of town, but if the testing works, go ahead and commit it so we have a wokring version for the freeze.
makc 2009-08-23 10:36:55 UTC FreeBSD ports repository Modified files: multimedia/avidemux2 Makefile pkg-plist multimedia/avidemux2/files patch-cmake__Ts.cmake Added files: multimedia/avidemux2/files patch-avidemux__CMakeLists.txt Log: Unbreak [1] Fix plist when building with QT4 support PR: ports/137621 [1] Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com> Approved by: Anish Mistry (maintainer) Revision Changes Path 1.62 +1 -4 ports/multimedia/avidemux2/Makefile 1.1 +35 -0 ports/multimedia/avidemux2/files/patch-avidemux__CMakeLists.txt (new) 1.2 +3 -3 ports/multimedia/avidemux2/files/patch-cmake__Ts.cmake 1.10 +1 -0 ports/multimedia/avidemux2/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->open maintainer approved
State Changed From-To: open->closed Committed. Thanks!