Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2004 19:44:49 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/72799: [MAINTAINER] audio/faad2: [Update WITHOUT_MPEG4IP ]
Message-ID:  <200410172344.i9HNinF4027397@blueheron.ahze.net>
Resent-Message-ID: <200410172350.i9HNoLNX048157@freefall.freebsd.org>

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

>Number:         72799
>Category:       ports
>Synopsis:       [MAINTAINER] audio/faad2: [Update WITHOUT_MPEG4IP ]
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 17 23:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-STABLE FreeBSD 5.3-STABLE #68: Sat Oct 16 21:30:18 EDT 2004
>Description:
- Only define WITHOUT_MPEG4IP for >=502126 and if you don't already have
mpeg4ip previously installed.

Pointed out by: spamrefuse@yahoo.com

This is also only a temp fix until mpeg4ip is updated or fixed 


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

--- faad2-2.0_4,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/faad/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	14 Oct 2004 22:09:08 -0000	1.26
+++ Makefile	17 Oct 2004 23:40:07 -0000
@@ -39,10 +39,14 @@
 
 INSTALLS_SHLIB=	yes
 
+.include <bsd.port.pre.mk>
+
 # mpeg4ip is broke for now, disable it.
+.if ${OSVERSION} >= 502126
+.if !exists(${LOCALBASE}/lib/libmp4v2.so)
 WITHOUT_MPEG4IP=yes
-
-.include <bsd.port.pre.mk>
+.endif
+.endif
 
 .if defined(WITHOUT_MPEG4IP)
 PLIST_SUB+=	WITHOUT_MPEG4IP="" PLUGIN="@comment "
--- faad2-2.0_4,1.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?200410172344.i9HNinF4027397>