Date: Wed, 25 Sep 2002 23:38:43 -0700 (PDT) From: <adam@vectors.cx> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lioux@FreeBSD.org Subject: ports/43378: [patch] real simple graphics/mjpegtools fix Message-ID: <200209260638.g8Q6chgF083253@vectors.cx>
next in thread | raw e-mail | index | archive | help
>Number: 43378 >Category: ports >Synopsis: [patch] real simple graphics/mjpegtools fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 25 23:40:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 4.7-RC i386 >Organization: >Environment: System: FreeBSD smacky.vectors.cx 4.7-RC FreeBSD 4.7-RC #23: Tue Sep 24 14:52:55 PDT 2002 root@smacky.vectors.cx:/usr/src/sys/compile/smacky i386 >Description: graphics/mjpegtools checks for dv.1 in LIB_DEPENDS. currently, we're at dv.2. this patches it. >How-To-Repeat: >Fix: --- mjpeg.patch begins here --- --- graphics/mjpegtools/Makefile.orig Wed Sep 25 23:21:06 2002 +++ graphics/mjpegtools/Makefile Wed Sep 25 23:21:41 2002 @@ -83,7 +83,7 @@ .endif # .ifdef(WITH_LIBDV) -LIB_DEPENDS+= dv.1:${PORTSDIR}/graphics/libdv +LIB_DEPENDS+= dv.2:${PORTSDIR}/graphics/libdv CONFIGURE_ARGS+= --with-dv=${LOCALBASE} .endif --- mjpeg.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209260638.g8Q6chgF083253>