Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 19:56:28 -0400 (EDT)
From:      michael johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        holger@e-gitt.net
Subject:   ports/67890: [PATCH] multimedia/avifile: [Change depends with mad]
Message-ID:  <20040612235628.B072B66F0@gentoo.ahze.net>
Resent-Message-ID: <200406130000.i5D00ikJ042377@freefall.freebsd.org>

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

>Number:         67890
>Category:       ports
>Synopsis:       [PATCH] multimedia/avifile: [Change depends with mad]
>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:   Sun Jun 13 00:00:44 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     michael johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #53: Fri Jun 11 22:50:16 EDT 2004
>Description:
- depend on audio/libmad not audio/mad

Port maintainer (holger@e-gitt.net) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- avifile-0.7.38_4,2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/avifile/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile	11 Jun 2004 21:48:47 -0000	1.54
+++ Makefile	12 Jun 2004 23:55:02 -0000
@@ -118,7 +118,7 @@
 
 # libmad
 .if !defined(WITHOUT_MAD)
-LIB_DEPENDS+=	mad.2:${PORTSDIR}/audio/mad
+LIB_DEPENDS+=	mad.2:${PORTSDIR}/audio/libmad
 
 CONFIGURE_ARGS+=	--enable-libmad
 PLIST_SUB+=	MAD=""
--- avifile-0.7.38_4,2.patch ends here ---

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



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