Hi,                                                                             
Since there's now close to no chance that devel/gstreamer will be fixed         
in time for release, I think it should be marked as broken at least on          
amd64 (I don't have other arches to see if it works or not).                    
Otherwise the release's ports tree will ship in an inconsistent state.          
                                                                                
This patch brokenizes gstreamer for everyone except i386, are there             
other arches where it does build ?                                              
                                                                                
Index: Makefile                                                                 
===================================================================             
RCS file: /space/release/cvs/ports/devel/gstreamer/Makefile,v                   
retrieving revision 1.4                                                         
diff -u -r1.4 Makefile                                                          
--- Makefile    7 Jan 2006 13:01:39 -0000       1.4                             
+++ Makefile    21 Mar 2006 10:49:05 -0000                                      
@@ -7,6 +7,10 @@                                                                
 SHARED_LIBS=           gstcontrol-0.8  5.0 \                                   
                        gstreamer-0.8   5.0                                     
                                                                                
+.if ${MACHINE_ARCH} != "i386"                                                  
+BROKEN=                        "no support for your arch"                      
+.endif                                                                         
+                                                                               
 CATEGORIES=            devel                                                   
                                                                                
 MAINTAINER=            Marc Matteo <[EMAIL PROTECTED]>                         

Reply via email to