From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 11 01:20:14 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 788DC16A4CE for ; Thu, 11 Mar 2004 01:20:14 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A23A43D41 for ; Thu, 11 Mar 2004 01:20:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2B9KEbv057575 for ; Thu, 11 Mar 2004 01:20:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2B9KEub057574; Thu, 11 Mar 2004 01:20:14 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 11 Mar 2004 01:20:14 -0800 (PST) Resent-Message-Id: <200403110920.i2B9KEub057574@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, michael johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 342AF16A4CE for ; Thu, 11 Mar 2004 01:14:20 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E07743D1D for ; Thu, 11 Mar 2004 01:14:20 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i2B9EJ72054115 for ; Thu, 11 Mar 2004 01:14:19 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.10/8.12.10/Submit) id i2B9EJXJ054114; Thu, 11 Mar 2004 01:14:19 -0800 (PST) (envelope-from nobody) Message-Id: <200403110914.i2B9EJXJ054114@www.freebsd.org> Date: Thu, 11 Mar 2004 01:14:19 -0800 (PST) From: michael johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/64093: [Patch] multimedia/avifile -- add missing files for {ARCH} alpha X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 09:20:14 -0000 >Number: 64093 >Category: ports >Synopsis: [Patch] multimedia/avifile -- add missing files for {ARCH} alpha >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 11 01:20:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: >Organization: >Environment: >Description: I can not verify if this fixes the total build on avifile for the ARCH alpha but it does add 4 missing files that are not included in the distfile that are needed for building on alpha this should fix at least what is on bento http://bento.freebsd.org/errorlogs/alpha-5-latest/avifile-0.7.38_2,2.log >How-To-Repeat: >Fix: diff -ruN multimedia/avifile.orig/Makefile multimedia/avifile/Makefile --- multimedia/avifile.orig/Makefile Thu Mar 11 03:41:59 2004 +++ multimedia/avifile/Makefile Thu Mar 11 04:04:50 2004 @@ -10,9 +10,11 @@ PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= multimedia -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://cvs.sourceforge.net/viewcvs.py/avifile/avifile-0.6/ffmpeg/libavcodec/alpha/:alpha MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-0.7-${PORTVERSION} +EXTRACT_ONLY= ${PORTNAME}-0.7-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= holger@e-gitt.net COMMENT= AVI player/converter with numerous codecs, including MPEG-4(DivX ;-)) @@ -66,6 +68,16 @@ .include +.if ${ARCH} == "alpha" +DISTFILES= ${PORTNAME}-0.7-${PORTVERSION}${EXTRACT_SUFX} \ + dsputil_alpha.c?rev=1.16:alpha \ + motion_est_alpha.c?rev=1.3:alpha \ + mpegvideo_alpha.c?rev=1.8:alpha \ + simple_idct_alpha.c?rev=1.3:alpha +NO_SIZE= yes +MD5_FILE?= ${MASTERDIR}/distinfo.${MACHINE_ARCH} +.endif + .if ${ARCH} != "i386" WITHOUT_A52=yes WITHOUT_XVID=yes @@ -201,6 +213,16 @@ # grab does not work outside Linux for now @${RM} -f ${WRKSRC}/ffmpeg/libavformat/grab.c @${TOUCH} ${WRKSRC}/ffmpeg/libavformat/grab.c +.if ${ARCH} == "alpha" + @${CP} ${DISTDIR}/dsputil_alpha.c?rev=1.16 \ + ${WRKSRC}/ffmpeg/libavcodec/alpha/dsputil_alpha.c + @${CP} ${DISTDIR}/motion_est_alpha.c?rev=1.3 \ + ${WRKSRC}/ffmpeg/libavcodec/alpha/motion_est_alpha.c + @${CP} ${DISTDIR}/mpegvideo_alpha.c?rev=1.8 \ + ${WRKSRC}/ffmpeg/libavcodec/alpha/mpegvideo_alpha.c + @${CP} ${DISTDIR}/simple_idct_alpha.c?rev=1.3 \ + ${WRKSRC}/ffmpeg/libavcodec/alpha/simple_idct_alpha.c +.endif post-patch: # linux/ioctl.h -> sys/ioctl.h diff -ruN multimedia/avifile.orig/distinfo multimedia/avifile/distinfo --- multimedia/avifile.orig/distinfo Thu Mar 11 03:41:59 2004 +++ multimedia/avifile/distinfo Thu Mar 11 04:05:03 2004 @@ -1 +1,2 @@ MD5 (avifile-0.7-0.7.38.tar.gz) = db90c4bc0a8a8182b1ec084feca86bbb +SIZE (avifile-0.7-0.7.38.tar.gz) = 2888580 diff -ruN multimedia/avifile.orig/distinfo.alpha multimedia/avifile/distinfo.alpha --- multimedia/avifile.orig/distinfo.alpha Wed Dec 31 19:00:00 1969 +++ multimedia/avifile/distinfo.alpha Thu Mar 11 04:00:00 2004 @@ -0,0 +1,5 @@ +MD5 (avifile-0.7-0.7.38.tar.gz) = db90c4bc0a8a8182b1ec084feca86bbb +MD5 (dsputil_alpha.c?rev=1.16) = c292e6a0c8e0c85eb0e69131b85a3cb8 +MD5 (motion_est_alpha.c?rev=1.3) = 4923159cdffb37238e735bea517063bd +MD5 (mpegvideo_alpha.c?rev=1.8) = bb327a9416d7dc25e5a6e9434df6bb3d +MD5 (simple_idct_alpha.c?rev=1.3) = 139f1236d13b53d0de5a0fc99c617c05 >Release-Note: >Audit-Trail: >Unformatted: