ports/126019: transcode patch revision
Conrad J. Sabatier
conrads at cox.net
Mon Jul 28 01:20:02 UTC 2008
>Number: 126019
>Category: ports
>Synopsis: transcode patch revision
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 28 01:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Conrad J. Sabatier
>Release: FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 8.0-CURRENT FreeBSD 8.0-CURRENT #24: Fri Jul 25 16:46:11 CDT 2008 root at serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64
>Description:
Correction to previous diff for transcode
>How-To-Repeat:
Previous diff had incorrect specification for lib dependency
>Fix:
Patch below.
--- transcode.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/transcode/Makefile,v
retrieving revision 1.107
diff -d -u -r1.107 Makefile
--- Makefile 26 Jul 2008 21:08:27 -0000 1.107
+++ Makefile 28 Jul 2008 01:11:00 -0000
@@ -158,7 +158,7 @@
.endif
.if defined(WITH_LZO) || (exists(${LOCALBASE}/lib/liblzo.so) && !defined(WITHOUT_LZO))
-LIB_DEPENDS+= lzo.1:${PORTSDIR}/archivers/lzo
+LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2
CONFIGURE_ARGS+= --enable-lzo --with-lzo-prefix=${LOCALBASE} \
--with-lzo-includes=${LOCALBASE}
.else
--- transcode.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list