- Use OPTIONS helpers Generated with FreeBSD Port Tools 1.00.2014.03.11 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->jhale I'll take it.
I realized there was one thing I didn't do when I submitted this PR, and that is bumping the PORTREVISION. This should probably be done because of the mjpegtools library bump. Thanks, Naram Qashat
Hi. Please correct the error at the same time when using option MJPEGTOOLS --- Makefile.orig 2014-04-18 15:39:00.000000000 +0300 +++ Makefile 2014-04-18 15:39:08.000000000 +0300 @@ -165,7 +165,7 @@ .endif .if ${PORT_OPTIONS:MMJPEGTOOLS} -LIB_DEPENDS+= liblavjpeg-2.0.so:${PORTSDIR}/multimedia/mjpegtools +LIB_DEPENDS+= liblavjpeg-2.1.so:${PORTSDIR}/multimedia/mjpegtools CONFIGURE_ARGS+= --enable-mjpegtools .else CONFIGURE_ARGS+= --disable-mjpegtools
On 04/19/14 08:11, Ivan Klymenko wrote: > Hi. > > Please correct the error at the same time when using option MJPEGTOOLS > > --- Makefile.orig 2014-04-18 15:39:00.000000000 +0300 > +++ Makefile 2014-04-18 15:39:08.000000000 +0300 > @@ -165,7 +165,7 @@ > .endif > > .if ${PORT_OPTIONS:MMJPEGTOOLS} > -LIB_DEPENDS+= liblavjpeg-2.0.so:${PORTSDIR}/multimedia/mjpegtools > +LIB_DEPENDS+= liblavjpeg-2.1.so:${PORTSDIR}/multimedia/mjpegtools > CONFIGURE_ARGS+= --enable-mjpegtools > .else > CONFIGURE_ARGS+= --disable-mjpegtools This is already part of my patch. The above is not needed. Thanks, Naram Qashat
=D0=92 Sat, 19 Apr 2014 10:30:33 -0400 Naram Qashat <cyberbotx@cyberbotx.com> =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On 04/19/14 08:11, Ivan Klymenko wrote: > > Hi. > > > > Please correct the error at the same time when using option > > MJPEGTOOLS > > > > --- Makefile.orig 2014-04-18 15:39:00.000000000 +0300 > > +++ Makefile 2014-04-18 15:39:08.000000000 +0300 > > @@ -165,7 +165,7 @@ > > .endif > > > > .if ${PORT_OPTIONS:MMJPEGTOOLS} > > -LIB_DEPENDS+=3D > > liblavjpeg-2.0.so:${PORTSDIR}/multimedia/mjpegtools > > +LIB_DEPENDS+=3D > > liblavjpeg-2.1.so:${PORTSDIR}/multimedia/mjpegtools > > CONFIGURE_ARGS+=3D --enable-mjpegtools .else > > CONFIGURE_ARGS+=3D --disable-mjpegtools >=20 > This is already part of my patch. The above is not needed. >=20 > Thanks, > Naram Qashat Ok. Thanks.
Created attachment 144712 [details] transcode-1.1.7.patch I figure since the port has been updated a few times since I submitted this report, I may as well update the patch to match what is currently in the ports tree.
A commit references this bug: Author: jhale Date: Sat Aug 2 12:35:29 UTC 2014 New revision: 363809 URL: http://svnweb.freebsd.org/changeset/ports/363809 Log: - Convert to options helpers - Standardize a few option names - Bump PORTREVISON since option names have changed PR: 187687 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Changes: head/multimedia/transcode/Makefile
Committed, thanks! Sorry I took so long with this.