Date: Tue, 13 Feb 2001 05:52:09 +0200 (EET) From: Maxim Sobolev <sobomax@FreeBSD.org> To: lioux@FreeBSD.org (Mario Sergio Fujikawa Ferreira) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/avifile Makefile distinfo pkg-plist Message-ID: <200102130352.f1D3qE953186@vic.sabbo.net> In-Reply-To: <200102130238.f1D2cCa94261@freefall.freebsd.org> from "Mario Sergio Fujikawa Ferreira" at Feb 12, 2001 06:38:12 PM
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
>
> 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
[-- Attachment #2 --]
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.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102130352.f1D3qE953186>
