Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2008 20:15:09 -0500 (CDT)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126019: transcode patch revision
Message-ID:  <200807280115.m6S1F9L0098318@serene.no-ip.org>
Resent-Message-ID: <200807280120.m6S1K2iC093914@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807280115.m6S1F9L0098318>