Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2008 20:03:24 -0500 (CDT)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126020: transcode depends on wrong version of lzo
Message-ID:  <200807280103.m6S13O2k043339@serene.no-ip.org>
Resent-Message-ID: <200807280130.m6S1U3Xv094414@freefall.freebsd.org>

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

>Number:         126020
>Category:       ports
>Synopsis:       transcode depends on wrong version of lzo
>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:30:03 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:
	The port Makefile for multimedia/transcode pulls in a dependency 
        on archivers/lzo, but it should be archivers/lzo2.  The port will
        not build with archivers/lzo.
>How-To-Repeat:
	Try building as is.
>Fix:
	Patch attached.

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 00:59:54 -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+=	lzo.2:${PORTSDIR}/archivers/lzo2
 CONFIGURE_ARGS+=	--enable-lzo --with-lzo-prefix=${LOCALBASE} \
 					--with-lzo-includes=${LOCALBASE}
 .else

>Release-Note:
>Audit-Trail:
>Unformatted:



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