Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2000 18:48:01 +0900
From:      MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>
To:        imura@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/16593: new port: graphics/xmovie(a movie player for MPEG-2, DVD, and Quicktime movies)
Message-ID:  <200002160948.SAA48941@lavender.yy.cs.keio.ac.jp>
In-Reply-To: Your message of "Sat, 12 Feb 2000 18:09:21 -0800 (PST)"
References:  <200002130209.SAA89966@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>New port committed, thanks!
>I copied a distfile to my site and renamed.

  I checked ports/graphics/xmovie. But I can't make install this
ports like this.

==========
===>   xmovie-1.3.1 depends on shared library: X11.6 - found
libjpeg-6b-9.i386.rpm
libpng-1.0.3-4.i386.rpm
install: /usr/ports/graphics/xmovie/work/xmovie-i586-1.3.1/xmovie: No such file or directory
*** Error code 71
==========
  Because Imura-san change DISTNAME from xmovie-i586 to
xmovie-i586-1.3.1, but Imura-san forgot to cahnge ${WRKSRC} name.

	- real WRKSRC name =		work/xmovie-i586
	- Makefile WRKSRC name =	work/xmovie-i586-1.3.1 (from DISTNAME)

  So I fixed with below patch.
----------
>Could you talk to the author to rename their distfile having version info?

  I already requested author of xmovie to add version info to
filename.....

Thank you.
MIHIRA Yoshiro

--- ports/graphics/xmovie/Makefile.org	Wed Feb 16 18:41:55 2000
+++ ports/graphics/xmovie/Makefile	Wed Feb 16 18:42:30 2000
@@ -25,6 +25,7 @@
 DOC_DIR=	${PREFIX}/share/doc/xmovie
 NO_BUILD=	yes
 USE_X_PREFIX=	yes
+WRKSRC=         ${WRKDIR}/xmovie-i586
 
 RPM_MIRRORS=            \
 	ftp://ftp.cdrom.com/pub/linux/redhat/__DIR__/ \



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002160948.SAA48941>