Re: flashplugin 11.2r202.238

2012-10-04 Thread Beech Rintoul

On 10/1/2012 11:56 PM, Volodymyr Kostyrko wrote:

01.10.2012 21:33, Jerry wrote:

I just finished installing "linux-f10-flashplugin-11.2r202.238". For
some inexplicable reason, it is no longer working. I followed the
directions in "UPDATING" but without success. I even cleared out the
entries in the "~/.mozilla/plugins" directory and reran the command
without results. In fact, now nothing is listed in the directory and
flash still doesn't work. Every time I reach a page that requires flash,
I am greeted with a message telling me I need to download and install
it.


Could you please rerun nspluginwrapper -v -a -i? Is there anything in 
the system log?


I ran into the same problem. Tried for two days to get flash working on 
a client's FreeBSD box. No go. I finally just copied 
npwrapper.libflashplayer.so into .mozilla/plugins, firefox found it and 
now all works fine. seems nspluginwrapper -v -a -i is not populating 
.mozilla/plugins.


Beech

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


No package for linux-f10-flashplugin-11 9.0-RELEASE, source code unavailable

2012-10-04 Thread Brett
Hi,

Has Adobe possibly pulled permission for this to be distributed?

=> Attempting to fetch 
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_11_linux.i386.tar.gz
fetch: 
http://fpdownload.macromedia.com/get/flashplayer/pdc/11.1.102.55/install_flash_player_11_linux.i386.tar.gz:
 Not Found
=> Attempting to fetch 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/11.1r102.55/install_flash_player_11_linux.i386.tar.gz
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/11.1r102.55/install_flash_player_11_linux.i386.tar.gz:
 File unavailable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/flashplugin/11.1r102.55 and try 
again.

There is no package on the servers if I try to install this with pkg_add, 
either. Could the distfile or package be available somewhere else?

Thanks,
Brett.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: flashplugin 11.2r202.238

2012-10-04 Thread Jerry
On Thu, 04 Oct 2012 05:30:06 -0800
Beech Rintoul articulated:

> On 10/1/2012 11:56 PM, Volodymyr Kostyrko wrote:
> > 01.10.2012 21:33, Jerry wrote:
> >> I just finished installing "linux-f10-flashplugin-11.2r202.238".
> >> For some inexplicable reason, it is no longer working. I followed
> >> the directions in "UPDATING" but without success. I even cleared
> >> out the entries in the "~/.mozilla/plugins" directory and reran
> >> the command without results. In fact, now nothing is listed in the
> >> directory and flash still doesn't work. Every time I reach a page
> >> that requires flash, I am greeted with a message telling me I need
> >> to download and install it.
> >
> > Could you please rerun nspluginwrapper -v -a -i? Is there anything
> > in the system log?
> 
> I ran into the same problem. Tried for two days to get flash working
> on a client's FreeBSD box. No go. I finally just copied 
> npwrapper.libflashplayer.so into .mozilla/plugins, firefox found it
> and now all works fine. seems nspluginwrapper -v -a -i is not
> populating .mozilla/plugins.

Did you check the info at:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html

In particular, I ran into a problem with creating the link. I received
an error message stating the link existed; however, even if it did it
was not working correctly. I corrected it with this:

ln -s -F /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so 
/usr/local/lib/browser_plugins/

I then ran: "nspluginwrapper -v -a -i" and all is well, or at least as
well as can be expected with Flash and FreeBSD. Not exactly a marriage
made in heaven.

Good luck, you'll need it.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: x11/xdialog: bad WWW link in Makefile

2012-10-04 Thread Jason Helfman
On Tue, Jul 31, 2012 at 10:00 AM, Jason Helfman  wrote:

> On Tue, Jul 31, 2012 at 03:46:51AM -0400, Thomas Mueller thus spake:
>
>  I noticed an update to x11/xdialog on
>> http://www.freshports.org/**commits.php:
>>
>> I ran portsnap fetch update , x11/xdialog/Makefile showed
>>
>> MASTER_SITES=   
>> http://thgodef.nerim.net/**xdialog/\
>>http://xdialog.free.fr/
>>
>> The first of these is no good, but the second (xdialog.free.fr) is good.
>> thgodef.nerim.net and nerim net both fail even with nslookup: invalid
>> domains.
>>
>> Tom
>>
>>
> Thanks for the report. I've submitted a pr for this.
>
> -jgh


Committed!

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: flashplugin 11.2r202.238

2012-10-04 Thread Jamie Paul Griffin
[ Jerry wrote on Thu  4.Oct'12 at 11:02:58 -0400 ]

> On Thu, 04 Oct 2012 05:30:06 -0800
> Beech Rintoul articulated:
> 
> > On 10/1/2012 11:56 PM, Volodymyr Kostyrko wrote:
> > > 01.10.2012 21:33, Jerry wrote:
> > >> I just finished installing "linux-f10-flashplugin-11.2r202.238".
> > >> For some inexplicable reason, it is no longer working. I followed
> > >> the directions in "UPDATING" but without success. I even cleared
> > >> out the entries in the "~/.mozilla/plugins" directory and reran
> > >> the command without results. In fact, now nothing is listed in the
> > >> directory and flash still doesn't work. Every time I reach a page
> > >> that requires flash, I am greeted with a message telling me I need
> > >> to download and install it.
> > >
> > > Could you please rerun nspluginwrapper -v -a -i? Is there anything
> > > in the system log?
> > 
> > I ran into the same problem. Tried for two days to get flash working
> > on a client's FreeBSD box. No go. I finally just copied 
> > npwrapper.libflashplayer.so into .mozilla/plugins, firefox found it
> > and now all works fine. seems nspluginwrapper -v -a -i is not
> > populating .mozilla/plugins.
> 
> Did you check the info at:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html
> 
> In particular, I ran into a problem with creating the link. I received
> an error message stating the link existed; however, even if it did it
> was not working correctly. I corrected it with this:
> 
> ln -s -F /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so 
> /usr/local/lib/browser_plugins/
> 
> I then ran: "nspluginwrapper -v -a -i" and all is well, or at least as
> well as can be expected with Flash and FreeBSD. Not exactly a marriage
> made in heaven.

Yes, it is a bit of a PITA isn't it. I wish flashplayer could be replaced be 
something better that works on UNIX and all platforms for that matter. Maybe 
HTML 5 will enable people to do without this crap. 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: flashplugin 11.2r202.238

2012-10-04 Thread Jerry
On Thu, 4 Oct 2012 19:30:02 +0100
Jamie Paul Griffin articulated:

> Yes, it is a bit of a PITA isn't it. I wish flashplayer could be
> replaced be something better that works on UNIX and all platforms for
> that matter. Maybe HTML 5 will enable people to do without this crap.

This isn't a matter of replacing it, it is a matter of making it work.
It works fine on Windows and Ubuntu and from what I have been told,
most other flavors of Linux. Therefore it doesn't take a frigging
Einstein to deduce where the problem lies. Of course, it is always
easier to blame the other guy.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: pear-Spreadsheet_Excel_Writer-0.9.2

2012-10-04 Thread Miroslav Lachman
The port has version 0.9.2 and 0.9.3 
 was 
released on 2012-01-26


http://pear.php.net/package/Spreadsheet_Excel_Writer

Can the port be updated to 0.9.3 or is there any known problem with this 
newer version? Should I write a patch and send PR or are you able to do it?


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: CFT: x11/nvidia-driver major update to 304.xx series

2012-10-04 Thread Lawrence K. Chen, P.Eng.
I realized there was one other difference between my home and work machine.  At 
home I had used "WITH_NEW_XORG=YES" (and "WITH_KMS=YES") before I ended up 
buying an nvidia card to finally get things working.

So, I tried the same at worktook a while to rebuild recursive (partly 
because at one point started an upward-recursive) but now things are 
working again with 304.51.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"