ports/72799: [MAINTAINER] audio/faad2: [Update WITHOUT_MPEG4IP ]

Michael Johnson ahze at ahze.net
Sun Oct 17 23:50:21 UTC 2004


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



More information about the freebsd-ports-bugs mailing list