From owner-cvs-all Mon Feb 12 19:52:35 2001 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (smtp.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 5082937B491; Mon, 12 Feb 2001 19:52:19 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f1D3qDH25173; Tue, 13 Feb 2001 05:52:14 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.2/8.11.2) id f1D3qE953186; Tue, 13 Feb 2001 05:52:14 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200102130352.f1D3qE953186@vic.sabbo.net> Subject: Re: cvs commit: ports/graphics/avifile Makefile distinfo pkg-plist To: lioux@FreeBSD.org (Mario Sergio Fujikawa Ferreira) Date: Tue, 13 Feb 2001 05:52:09 +0200 (EET) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200102130238.f1D2cCa94261@freefall.freebsd.org> from "Mario Sergio Fujikawa Ferreira" at Feb 12, 2001 06:38:12 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="%--multipart-mixed-boundary-1.52623.982036329--%" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --%--multipart-mixed-boundary-1.52623.982036329--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > > lioux 2001/02/12 18:38:12 PST > > Modified files: > graphics/avifile Makefile distinfo pkg-plist > Log: > Move all codecs to a port of their own, since the codecs present > on this port can be also used by other ports -> graphics/win32-codecs. > Therefore, all codec related code will be removed, > > Depend on that port from now on. > > A positive side effect is that this port can now produce a package > since the RESTRICTED flag (related to the codecs) can be removed. > > Update LEGAL, win32-codecs instead of avifile is now RESTRICTED. > > PR: 25035 > Reviewed by: sobomax > Approved by: maintainer > BAH: $ cd /usr/ports/graphics/avifile/ $ make -V CODEC_DETECTION_FILE cd: can't cd to /graphics/win32-codecs "Makefile", line 43: warning: "cd /graphics/win32-codecs && make -V CODEC_DETECTION_FILE" returned non-zero status Please considring attached patch. Thanks! -Maxim --%--multipart-mixed-boundary-1.52623.982036329--% Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Description: ASCII text Content-Disposition: attachment; filename="avifile.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/avifile/Makefile,v retrieving revision 1.10 diff -d -u -r1.10 Makefile --- Makefile 2001/02/13 02:38:12 1.10 +++ Makefile 2001/02/13 03:51:34 @@ -38,9 +38,8 @@ FMT= /usr/bin/fmt -CODEC_PORT= ${PORTSDIR}/graphics/win32-codecs -#CODEC_PORT= ../win32-codecs -CODEC_DETECTION_FILE!= cd ${CODEC_PORT} && ${MAKE} -V CODEC_DETECTION_FILE +CODEC_PORT= ${.CURDIR}/../../graphics/win32-codecs +CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE LIB_VERSION= 0 # Adhoc fix. First part. --%--multipart-mixed-boundary-1.52623.982036329--%-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message