ports/62225: Fix non-x86 32 bit platform build issues

amistry amistry at am-productions.biz
Sun Feb 1 18:20:30 UTC 2004


>Number:         62225
>Category:       ports
>Synopsis:       Fix non-x86 32 bit platform build issues
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 01 10:20:25 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     amistry
>Release:        FreeBSD littleguy 5.2-CURRENT i386
>Organization:
AM Productions
>Environment:
System: FreeBSD littleguy 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jan 31 15:12:14 EST 2004     amistry at littleguy:/usr/obj/usr/src/sys/LITTLEGUY  i386

	
>Description:
	The port build fails on non-x86-32 platforms due to the platform specific nature of this port.
	
>How-To-Repeat:
	
>Fix:

	

--- avidemux.patch begins here ---
--- Makefile.orig	Sat Jan 31 20:30:07 2004
+++ Makefile	Sat Jan 31 20:43:25 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	avidemux
 PORTVERSION=	0.9.0.110
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://fixounet.free.fr/avidemux/
 DISTNAME=	avidemux-0.9
@@ -35,6 +35,10 @@
 USE_GMAKE=	yes
 
 .include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+IGNORE=		"Requires an x86-32 processor, if you are using other platforms install avidemux2, which includes support for non-i386 systems."
+.endif
 
 .if exists(${LOCALBASE}/lib/liba52.so.0)
 WITH_A52=	yes
--- avidemux.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list