From owner-freebsd-ports Tue Dec 3 20:30: 8 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B7837B401 for ; Tue, 3 Dec 2002 20:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C940C43E88 for ; Tue, 3 Dec 2002 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB44U2x3096255 for ; Tue, 3 Dec 2002 20:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB44U2ab096254; Tue, 3 Dec 2002 20:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 124A137B401 for ; Tue, 3 Dec 2002 20:24:37 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F8D343EAF for ; Tue, 3 Dec 2002 20:24:35 -0800 (PST) (envelope-from lofi@lofi.dyndns.org) Received: from lofi.dyndns.org ([10.3.12.105]) by meitner.wh.uni-dortmund.de (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) with ESMTP id gB43gAc32461; Wed, 4 Dec 2002 04:42:10 +0100 Received: from lofi.dyndns.org (lofi@localhost [127.0.0.1]) by lofi.dyndns.org (8.12.6/8.12.6) with ESMTP id gB44OSrS056656 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 4 Dec 2002 05:24:28 +0100 (CET) (envelope-from lofi@lofi.dyndns.org) Received: (from lofi@localhost) by lofi.dyndns.org (8.12.6/8.12.6/Submit) id gB44OQv2056655; Wed, 4 Dec 2002 05:24:26 +0100 (CET) Message-Id: <200212040424.gB44OQv2056655@lofi.dyndns.org> Date: Wed, 4 Dec 2002 05:24:26 +0100 (CET) From: Michael Nottebrock Reply-To: Michael Nottebrock To: FreeBSD-gnats-submit@FreeBSD.org Cc: mistry.7@osu.edu X-Send-Pr-Version: 3.113 Subject: ports/45983: Maintainer update: graphics/xvid to version 0.9.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45983 >Category: ports >Synopsis: Maintainer update: graphics/xvid to version 0.9.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 03 20:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Michael Nottebrock >Release: FreeBSD 4.7-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD lofi.dyndns.org 4.7-RELEASE-p1 FreeBSD 4.7-RELEASE-p1 #0: Fri Nov 1 19:50:41 CET 2002 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386 >Description: Update graphics/xvid to version 0.9.0 Changes: - Don't install libcore.a anymore - Remove obsolete patches - Remove obsolete Makefile hacks - Bump PORTEPOCH *sigh* >How-To-Repeat: >Fix: diff -urN xvid.orig/Makefile xvid/Makefile --- xvid.orig/Makefile Wed Dec 4 03:26:43 2002 +++ xvid/Makefile Wed Dec 4 04:55:24 2002 @@ -6,16 +6,18 @@ # PORTNAME= xvid -PORTVERSION= 0.20020412 -PORTREVISION= 1 +PORTVERSION= 0.9.0 +PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= http://www.xvid.org/snapshots/ -DISTNAME= xvid_snapshot_${PORTVERSION:S/^0.//} +MASTER_SITES= http://cvs.xvid.org/downloads/xvidcore-0.9.0/ +DISTNAME= xvidcore-${PORTVERSION} MAINTAINER= michaelnottebrock@gmx.net BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm +MAKE_ARGS= CFLAGS+=-DARCH_X86 +MAKEFILE= Makefile.freebsd ONLY_FOR_ARCHS= i386 USE_AUTOCONF= yes USE_GMAKE= yes @@ -23,7 +25,7 @@ INSTALLS_SHLIB= yes CONFIGURE_WRKSRC= ${WRKDIR} -WRKSRC= ${WRKDIR}/xvid_20020412/xvidcore/build/generic +WRKSRC= ${WRKDIR}/${DISTNAME}/build/generic # XXX - compatility header installed for mplayer-devel port's benefit EXTRA_HEADER_FILES= divx4.h @@ -34,16 +36,6 @@ @ ${ECHO_MSG} "by defining WITH_OPTIMIZED_CFLAGS" .endif -post-patch: - @ ${FIND} ${WRKDIR} -type f | \ - ${XARGS} -n 10 -x ${REINPLACE_CMD} -e \ - 's|||' -.ifndef(WITH_OPTIMIZED_CFLAGS) - @ ${REINPLACE_CMD} -E -e 's|(CFLAGS \+=).*|\1 ${CFLAGS}|' ${WRKSRC}/Makefile -.else - @ ${REINPLACE_CMD} -E -e 's|(CFLAGS \+=.*)|\1 ${CFLAGS}|' ${WRKSRC}/Makefile -.endif - # trick to detect existence of stdint.h pre-configure: .for file in configure.in config.h.in @@ -52,7 +44,6 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/libxvidcore.so ${PREFIX}/lib/libxvidcore.so.0 - @ ${INSTALL_DATA} ${WRKSRC}/libcore.a ${PREFIX}/lib/libcore.a @ ${LN} -s libxvidcore.so.0 ${PREFIX}/lib/libxvidcore.so @ ${INSTALL_DATA} ${WRKSRC}/../../src/xvid.h ${PREFIX}/include # XXX - compatility header installed for mplayer-devel port's benefit diff -urN xvid.orig/distinfo xvid/distinfo --- xvid.orig/distinfo Wed Dec 4 03:26:43 2002 +++ xvid/distinfo Wed Dec 4 03:28:22 2002 @@ -1 +1 @@ -MD5 (xvid_snapshot_20020412.tar.gz) = 05643ca7a870bba08631d7ef4127dbb8 +MD5 (xvidcore-0.9.0.tar.gz) = 8d0cd15a9d935ec46d3b67eddf188c4a diff -urN xvid.orig/files/patch-Makefile xvid/files/patch-Makefile --- xvid.orig/files/patch-Makefile Wed Dec 4 03:26:43 2002 +++ xvid/files/patch-Makefile Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- Makefile.orig Sat Apr 6 16:29:59 2002 -+++ Makefile Sat Apr 6 16:31:10 2002 -@@ -14,7 +14,6 @@ - - include Makefile.inc - --CC = gcc - #CC=icc - #CC = /opt/experimental/bin/gcc # that's where SuSE installs gcc3 - -@@ -33,7 +32,7 @@ - # CFLAGS += -march=pentium -mcpu=pentium - # CFLAGS += -march=pentiumpro -mcpu=pentiumpro - -- CFLAGS += -Wall -O3 -funroll-loops -ffast-math -march=pentiumpro -mcpu=pentiumpro -+ CFLAGS += -Wall -O3 -funroll-loops -ffast-math - CFLAGS += -fstrict-aliasing -fomit-frame-pointer - endif - diff -urN xvid.orig/files/patch-src:portab.h xvid/files/patch-src:portab.h --- xvid.orig/files/patch-src:portab.h Wed Dec 4 03:26:43 2002 +++ xvid/files/patch-src:portab.h Wed Dec 4 03:49:10 2002 @@ -1,16 +1,19 @@ ---- ../../src/portab.h.orig Thu May 23 04:52:08 2002 -+++ ../../src/portab.h Thu May 23 04:54:41 2002 -@@ -88,7 +88,13 @@ +--- ../../src/portab.h.orig Wed Dec 4 03:42:01 2002 ++++ ../../src/portab.h Wed Dec 4 03:44:07 2002 +@@ -90,8 +90,15 @@ + #if defined(LINUX) || defined(BEOS) || defined(FREEBSD) - #if defined(LINUX) + /* All (u)int(size)_t types are defined here */ +-# include -+#include "../../../config.h" ++#include "../../config.h" + +#if defined(HAVE_STDINT_H) - #include ++#include +#elif defined(HAVE_INTTYPES_H) +#include +#endif - - #define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \ - type name##_storage[(sizex)*(sizey)+(alignment)-1]; \ ++ + /*---------------------------------------------------------------------------- + | msvc (lacks such a header file) + *---------------------------------------------------------------------------*/ diff -urN xvid.orig/pkg-plist xvid/pkg-plist --- xvid.orig/pkg-plist Wed Dec 4 03:26:43 2002 +++ xvid/pkg-plist Wed Dec 4 03:28:22 2002 @@ -1,6 +1,5 @@ include/xvid.h include/xvid/divx4.h -lib/libcore.a lib/libxvidcore.so lib/libxvidcore.so.0 @dirrm include/xvid >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message