Re: /usr/ports/multimedia/mplayer-skins

2005-02-05 Thread Adam McMaster
On 5 Feb 2005, at 00:19, Gert Cuykens wrote:
On Sat, 5 Feb 2005 01:10:02 +0100, Gert Cuykens  
[EMAIL PROTECTED] wrote:
something wrong here , cant download the skins ?
= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/.
fetch:  
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss 
-1.1.tar.bz2:
size mismatch: expected 314296, actual 314264
I had this problem a few weeks ago.  Try deleting everything in  
/usr/ports/distfiles/mplayer/, and possibly updating ports as well.


--
- Adam McMaster [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer-skins

2005-02-05 Thread Chris Hodgins
Adam McMaster wrote:
On 5 Feb 2005, at 00:19, Gert Cuykens wrote:
On Sat, 5 Feb 2005 01:10:02 +0100, Gert Cuykens  
[EMAIL PROTECTED] wrote:

something wrong here , cant download the skins ?

= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/.
fetch:  
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss 
-1.1.tar.bz2:
size mismatch: expected 314296, actual 314264
 

I had this problem a few weeks ago.  Try deleting everything in  
/usr/ports/distfiles/mplayer/, and possibly updating ports as well.


--
- Adam McMaster [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

Yes.  I used this method as well and it worked.
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer

2005-02-05 Thread Peter Harmsen
On Fri, 4 Feb 2005 17:28:55 -0800 (PST)
Rob [EMAIL PROTECTED] wrote:

 
 --- Chris Hodgins [EMAIL PROTECTED] wrote:
 
  Rob wrote:
   Gert Cuykens wrote:
   
  Stop in /usr/ports/multimedia/mplayer.
  I#
  
  ok i am stuck here how can i display the configure
   
   screen again so i
   
  can choise   other skins ?
   
   
   There's a problem with all/most skins size
  mismatch
   in this port; I complained already, to no avail.
   Don't know why noone wants to fix this.
   
   You can skip the checksum/size tests by setting
   
 setenv NO_CHECKSUM yes
   
   (see man ports) and then try installing mplayer
  again.
   
   Rob.
  
  Why don't you email the maintainer and ask them to
  fix it.
  
  $ cd /usr/ports/multimedia/mplayer-skins
  $ make maintainer
 
 I did that, but that should not stop you doing it
 again. Maybe you've got more luck.
 
 Rob.
 

I had *exactly* the same problems problems.I get the advise
to manually put everything in /usr/ports/distfiles/mplayer-skins.
Also installing xine from ports gave similar problems.
How is manually putting the files in place going to work
when the directories are auto cleaned?
I had to open a 2nd root term and cp-ing the files into
place while the portupgrade while busy (after autoclean).
Would be nice if there was an option with an argument
that would stop auto cleansing the directory where you 
manually add some files in the first place.

cheers,

A happy beastie-boy
   
   
 __ 
 Do you Yahoo!? 
 Yahoo! Mail - You care about security. So do we. 
 http://promotions.yahoo.com/new_mail
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer

2005-02-05 Thread Michael C. Shultz
On Saturday 05 February 2005 11:46 pm, Peter Harmsen wrote:
 On Fri, 4 Feb 2005 17:28:55 -0800 (PST)

 Rob [EMAIL PROTECTED] wrote:
  --- Chris Hodgins [EMAIL PROTECTED] wrote:
   Rob wrote:
Gert Cuykens wrote:
   Stop in /usr/ports/multimedia/mplayer.
   I#
   
   ok i am stuck here how can i display the configure
   
screen again so i
   
   can choise   other skins ?
   
There's a problem with all/most skins size
  
   mismatch
  
in this port; I complained already, to no avail.
Don't know why noone wants to fix this.
   
You can skip the checksum/size tests by setting
   
  setenv NO_CHECKSUM yes
   
(see man ports) and then try installing mplayer
  
   again.
  
Rob.
  
   Why don't you email the maintainer and ask them to
   fix it.
  
   $ cd /usr/ports/multimedia/mplayer-skins
   $ make maintainer
 
  I did that, but that should not stop you doing it
  again. Maybe you've got more luck.
 
  Rob.

 I had *exactly* the same problems problems.I get the advise
 to manually put everything in /usr/ports/distfiles/mplayer-skins.

The size of the file to be downloaded does not match the size in 
distfile. To get around this all you need do is:

rm /usr/ports/multimedia/mplayer-skins/distfile

This will prevent the size from being checked, it is a serious security
issue but if you really want the file

-Mike

 Also installing xine from ports gave similar problems.
 How is manually putting the files in place going to work
 when the directories are auto cleaned?
 I had to open a 2nd root term and cp-ing the files into
 place while the portupgrade while busy (after autoclean).
 Would be nice if there was an option with an argument
 that would stop auto cleansing the directory where you
 manually add some files in the first place.

 cheers,

 A happy beastie-boy

  __
  Do you Yahoo!?
  Yahoo! Mail - You care about security. So do we.
  http://promotions.yahoo.com/new_mail
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/usr/ports/multimedia/mplayer

2005-02-04 Thread Gert Cuykens
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2:
size mismatch: expected 314296, actual 314264
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/mplayer and try again.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer-skins.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
I#

ok i am stuck here how can i display the configure screen again so i
can choise   other skins ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer

2005-02-04 Thread Rob
Gert Cuykens wrote:
 fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2:
 size mismatch: expected 314296, actual 314264
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/mplayer
and try again.
 *** Error code 1
 
 Stop in /usr/ports/multimedia/mplayer-skins.
 *** Error code 1
 
 Stop in /usr/ports/multimedia/mplayer.
 I#
 
 ok i am stuck here how can i display the configure
screen again so i
 can choise   other skins ?

There's a problem with all/most skins size mismatch
in this port; I complained already, to no avail.
Don't know why noone wants to fix this.

You can skip the checksum/size tests by setting

  setenv NO_CHECKSUM yes

(see man ports) and then try installing mplayer again.

Rob.



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/usr/ports/multimedia/mplayer-skins

2005-02-04 Thread Gert Cuykens
something wrong here , cant download the skins ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer-skins

2005-02-04 Thread Gert Cuykens
On Sat, 5 Feb 2005 01:10:02 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
 something wrong here , cant download the skins ?

= Attempting to fetch from
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2:
size mismatch: expected 314296, actual 314264
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer

2005-02-04 Thread Peggy Wilkins
On Sat, 5 Feb 2005 00:34:16 +0100, Gert Cuykens [EMAIL PROTECTED] wrote:
 fetch: 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2:
 size mismatch: expected 314296, actual 314264
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/mplayer and try again.

I have had this issue on my system... I'm not quite sure what the real
issue is (can't fetch simply replace the file, or is it some other
issue?) but I have solved it anyway by simply removing the old files
before building:

rm -rf /usr/ports/distfiles/mplayer

plw
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer

2005-02-04 Thread Chris Hodgins
Rob wrote:
Gert Cuykens wrote:
fetch:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2:
size mismatch: expected 314296, actual 314264
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/mplayer
and try again.
*** Error code 1
Stop in /usr/ports/multimedia/mplayer-skins.
*** Error code 1
Stop in /usr/ports/multimedia/mplayer.
I#
ok i am stuck here how can i display the configure
screen again so i
can choise   other skins ?

There's a problem with all/most skins size mismatch
in this port; I complained already, to no avail.
Don't know why noone wants to fix this.
You can skip the checksum/size tests by setting
  setenv NO_CHECKSUM yes
(see man ports) and then try installing mplayer again.
Rob.
		
__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Why don't you email the maintainer and ask them to fix it.
$ cd /usr/ports/multimedia/mplayer-skins
$ make maintainer
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer

2005-02-04 Thread Rob

--- Chris Hodgins [EMAIL PROTECTED] wrote:

 Rob wrote:
  Gert Cuykens wrote:
  
 Stop in /usr/ports/multimedia/mplayer.
 I#
 
 ok i am stuck here how can i display the configure
  
  screen again so i
  
 can choise   other skins ?
  
  
  There's a problem with all/most skins size
 mismatch
  in this port; I complained already, to no avail.
  Don't know why noone wants to fix this.
  
  You can skip the checksum/size tests by setting
  
setenv NO_CHECKSUM yes
  
  (see man ports) and then try installing mplayer
 again.
  
  Rob.
 
 Why don't you email the maintainer and ask them to
 fix it.
 
 $ cd /usr/ports/multimedia/mplayer-skins
 $ make maintainer

I did that, but that should not stop you doing it
again. Maybe you've got more luck.

Rob.




__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/ports/multimedia/mplayer

2005-02-04 Thread Gert Cuykens
On Sat, 05 Feb 2005 00:25:33 +, Chris Hodgins
[EMAIL PROTECTED] wrote:
 Rob wrote:
  Gert Cuykens wrote:
 
 fetch:
 
  ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/mplayer/Abyss-1.1.tar.bz2:
 
 size mismatch: expected 314296, actual 314264
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/mplayer
 
  and try again.
 
 *** Error code 1
 
 Stop in /usr/ports/multimedia/mplayer-skins.
 *** Error code 1
 
 Stop in /usr/ports/multimedia/mplayer.
 I#
 
 ok i am stuck here how can i display the configure
 
  screen again so i
 
 can choise   other skins ?
 
 
  There's a problem with all/most skins size mismatch
  in this port; I complained already, to no avail.
  Don't know why noone wants to fix this.
 
  You can skip the checksum/size tests by setting
 
setenv NO_CHECKSUM yes
 
  (see man ports) and then try installing mplayer again.
 
  Rob.
 
 
 
  __
  Do you Yahoo!?
  Meet the all-new My Yahoo! - Try it today!
  http://my.yahoo.com
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 Why don't you email the maintainer and ask them to fix it.
 
 $ cd /usr/ports/multimedia/mplayer-skins
 $ make maintainer
 
 Chris
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

I# make maintainer
[EMAIL PROTECTED]

done
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]