Re: linux-flashplayer9

2007-01-19 Thread Alex Dupre

Pav Lucistnik ha scritto:

Looks useful. Anyone can build the flashsupport.so on FC4 installation
and get it to me? I don't want to impose a whole linux-gcc toolchain on
flash users :)


http://www.alexdupre.com/libflashsupport.so with only OSS enabled.

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


Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Alex Dupre píše v pá 19. 01. 2007 v 10:54 +0100:
> Pav Lucistnik ha scritto:
> > Looks useful. Anyone can build the flashsupport.so on FC4 installation
> > and get it to me? I don't want to impose a whole linux-gcc toolchain on
> > flash users :)
> 
> http://www.alexdupre.com/libflashsupport.so with only OSS enabled.

Does it work for you? I still get no sound with it on FreeBSD with
linux-opera.

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>

EMACS: Eight Megabytes And Continually Swapping


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Alex Dupre píše v pá 19. 01. 2007 v 07:45 +0100:
> Craig Boston wrote:
> > Somewhat of a tangent, but sound doesn't seem to work with
> > linux-flashplugin9.  Tried it with linux-mozilla -- just silence.
> > 
> > IIRC flash 9 requires ALSA, do we have any sort of workaround? 
> 
> Yes, we can use OSS:
> 
> http://labs.adobe.com/wiki/index.php/Flash_Player:Additional_Interface_Support_for_Linux

Looks useful. Anyone can build the flashsupport.so on FC4 installation
and get it to me? I don't want to impose a whole linux-gcc toolchain on
flash users :)

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>

I am a shrubber. My name is Roger the Shrubber. I arrange, design and
sell shrubberies.


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: linux-flashplayer9

2007-01-19 Thread Alex Dupre

Pav Lucistnik ha scritto:

Does it work for you? I still get no sound with it on FreeBSD with
linux-opera.


I tested it on November, with the beta2 standalone version and it 
worked. Never tried with the plugin and with the final standalone.


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


Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Alex Dupre píše v pá 19. 01. 2007 v 11:26 +0100:
> Pav Lucistnik ha scritto:
> > Does it work for you? I still get no sound with it on FreeBSD with
> > linux-opera.
> 
> I tested it on November, with the beta2 standalone version and it 
> worked. Never tried with the plugin and with the final standalone.

Could you try with current plugin?

Alternatively, could you point me to the download location of beta2
standalone player?

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>

In fact, the GAH is a very powerful and secretive organization whose
single weakness is its lack of existance.
  - rec.games.roguelike.angband


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: linux-flashplayer9

2007-01-19 Thread Stefan 'Steve' Tell
* Pav Lucistnik <[EMAIL PROTECTED]> wrote:

> Does it work for you? I still get no sound with it on FreeBSD with
> linux-opera.

I can confirm this, no sound with linux-opera and linux-firefox here.

-- 
By(t)e,
Steve   /\  http://www.crashmail.de

GnuPG/PGP: 0x9B6C7E15, encrypted mail prefered, see header


pgpt5szRekgE8.pgp
Description: PGP signature


Re: linux-flashplayer9

2007-01-19 Thread Laganakos Vassilis
Indeed the port should mention these differences, or what are the
problems. I tried flashplugin9 with linux-opera and it crashes when I
try to open a flash web page...

--
Vassilis

On Fri, Jan 19, 2007 at 11:09:35AM +0100, Pav Lucistnik wrote:
> Alex Dupre p??e v p? 19. 01. 2007 v 10:54 +0100:
> > Pav Lucistnik ha scritto:
> > > Looks useful. Anyone can build the flashsupport.so on FC4 installation
> > > and get it to me? I don't want to impose a whole linux-gcc toolchain on
> > > flash users :)
> > 
> > http://www.alexdupre.com/libflashsupport.so with only OSS enabled.
> 
> Does it work for you? I still get no sound with it on FreeBSD with
> linux-opera.
> 
> -- 
> Pav Lucistnik <[EMAIL PROTECTED]>
>   <[EMAIL PROTECTED]>
> 
> EMACS: Eight Megabytes And Continually Swapping
-- 

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


Re: linux-flashplayer9

2007-01-19 Thread Stefan Sperling
On Thu, Jan 18, 2007 at 09:47:16PM -0600, Craig Boston wrote:
> Somewhat of a tangent, but sound doesn't seem to work with
> linux-flashplugin9.  Tried it with linux-mozilla -- just silence.
> 
> IIRC flash 9 requires ALSA, do we have any sort of workaround?

If you run the linux firefox binary from the www/linux-firefox port
instead of the freebsd native one, sound works with flash.

-- 
stefan
http://stsp.in-berlin.de PGP Key: 0xF59D25F0


pgpoVwghR6OoF.pgp
Description: PGP signature


devel/pear or lang/php5 leaves include_path unusable

2007-01-19 Thread Roman Neuhauser
I'm writing a port for a program written in PHP 5.  It depends (BUILD_
and RUN_) on ${PEARDIR}/Console/Getopt.php:devel/pear, unfortunately
devel/pear simply informs the user that they need to configure php.ini
(see devel/pear/files/pkg-message.in), and my port needlessly fails
during the build target.

What is the reason devel/pear requires manual intervention?  Python
ports don't require the user messing with sitepkgdir to work, the base
ports set everything correctly upfront.

I could check whether "include 'Console/Getopt.php';" succeeds in
pre-build, but that won't save me from IGNORE, and I want the package.
The goal is to be able to pkg_add -r myport on a freshly installed
computer, and have a fully functional installation of myport
automatically.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linux-flashplayer9

2007-01-19 Thread Craig Boston
On Fri, Jan 19, 2007 at 11:09:35AM +0100, Pav Lucistnik wrote:
> Alex Dupre p??e v p? 19. 01. 2007 v 10:54 +0100:
> > http://www.alexdupre.com/libflashsupport.so with only OSS enabled.
> 
> Does it work for you? I still get no sound with it on FreeBSD with
> linux-opera.

No luck in linux-mozilla.  From what I can tell it's supposed to go in
/compat/linux/usr/lib?  The output on the console doesn't seem any
different with or without the library.

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


Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Craig Boston píše v pá 19. 01. 2007 v 09:01 -0600:
> On Fri, Jan 19, 2007 at 11:09:35AM +0100, Pav Lucistnik wrote:
> > Alex Dupre p??e v p? 19. 01. 2007 v 10:54 +0100:
> > > http://www.alexdupre.com/libflashsupport.so with only OSS enabled.
> > 
> > Does it work for you? I still get no sound with it on FreeBSD with
> > linux-opera.
> 
> No luck in linux-mozilla.  From what I can tell it's supposed to go in
> /compat/linux/usr/lib?  The output on the console doesn't seem any
> different with or without the library.

I thought it should go to /usr/local/lib/npapi/linux-flashplugin, with
appropriate symlinks under /usr/local/lib/npapi/symlinks

I could be wrong.

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>

Like 'Do Notte Buye Betamacks.' That was a prediction for 1972.


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: linux-flashplayer9

2007-01-19 Thread Craig Boston
On Fri, Jan 19, 2007 at 04:03:56PM +0100, Pav Lucistnik wrote:
> I thought it should go to /usr/local/lib/npapi/linux-flashplugin, with
> appropriate symlinks under /usr/local/lib/npapi/symlinks
> 
> I could be wrong.

I tried /usr/local/lib/linux-mozilla/plugins first, and when that didn't
work looked at the adobe page.  The (Linux) install instructions said to
put it in /usr/lib...

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


Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Craig Boston píše v pá 19. 01. 2007 v 09:08 -0600:
> On Fri, Jan 19, 2007 at 04:03:56PM +0100, Pav Lucistnik wrote:
> > I thought it should go to /usr/local/lib/npapi/linux-flashplugin, with
> > appropriate symlinks under /usr/local/lib/npapi/symlinks
> > 
> > I could be wrong.
> 
> I tried /usr/local/lib/linux-mozilla/plugins first, and when that didn't
> work looked at the adobe page.  The (Linux) install instructions said to
> put it in /usr/lib...

The instructions are a bit cryptic here, they say to put
libflashplugin.so to /usr/lib, but no word about placing
libflashsupport.so anywhere...

-- 
Pav Lucistnik <[EMAIL PROTECTED]>
  <[EMAIL PROTECTED]>

One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them.


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: math/lapack crashes update of math/freemat

2007-01-19 Thread Karsten Rothemund
On Fri, Jan 19, 2007 at 09:11:33AM +0900, NAKATA Maho wrote:
> From: Philipp Ost <[EMAIL PROTECTED]>
> Subject: math/lapack crashes update of math/freemat
> Date: Thu, 18 Jan 2007 17:00:17 +0100
> 
> > I did reinstall math/lapack (# make deinstall && make reinstall), but I 
> > did never have success when I try to update math/freemat ;)
> > 
> > Is this related to the migration to gfortran?
> 
> Yes, Unfortunately this is a huge change. you must recompile all
> if your port is related to Fortran... See for ports that uses Fortran
> http://people.freebsd.org/~maho/gfortran/gfortran.html
> currently I know about it. Currently I don't know which port
> uses Fortran (basically it is possible if we have huge resources,
> of course), so I'm waiting Kris's report via pointy hat.
> 

I don't know, if this is related to the same problem, but I have
trouble to updateoctave-devel, because the portupgrade fails at the
upgrade of math/atlas. Unfortunately I only have the last few lines
(because of the portupgrade):

10 cases: 10 passed, 0 skipped, 0 failed
Benchmarking xcllttstF
NREPS   UPLO  Nlda  TIMEMFLOPS RESID
=  =  =  =      
1  Lower100100   0.0 0.000  6.688674e-03
1  Lower200200   0.02719   396.642  4.398721e-03
1  Lower300300   0.07179   505.188  2.341770e-03
1  Lower400400   0.15059   569.836  2.147220e-03
1  Lower500500   0.28906   579.186  2.432632e-03
1  Lower600600   0.48022   601.979  1.839629e-03
1  Lower700700   0.76107   602.840  1.436337e-03
1  Lower800800   1.13554   602.873  1.535296e-03
1  Lower900900   1.59588   610.590  9.815540e-04
1  Lower   1000   1000   2.18219   612.381  1.306027e-03

10 cases: 10 passed, 0 skipped, 0 failed
Benchmarking xzllttst
NREPS   UPLO  Nlda  TIMEMFLOPS RESID
=  =  =  =      
assertion ATL_zpotrf(CblasColMajor, Uplo, N, A, lda) == 0 failed, line 344 of fi
le ../llttst.c
*** Error code 255

Stop in /usr/ports/math/atlas.
*** Error code 1

Stop in /usr/ports/math/atlas.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.72539.60 e
nv UPGRADE_TOOL=portupgrade UPGRADE_PORT=atlas-3.6.0,1 UPGRADE_PORT_VER=3.6.0,1 
make
** Fix the problem and try again.


I think, it was the THREADED_PIC run of the compilation.

The whole process takes about 1 1/2 day on my machine, but I can run
if you need the whole output. And of course I provide you more
information, if you need

Ciao,

Karsten

-- 
   
Karsten Rothemund <[EMAIL PROTECTED]> /"\
PGP-Key: 0x7019CAA5   \ /
Fingerprint: E752 C759 B9B2 2057 E42F  \  ASCII Ribbon Campaign
 50EE 47AC A7CE 7019 CAA5 / \ Against HTML Mail and News


pgpp5IjTs1WhU.pgp
Description: PGP signature


Re: linux-flashplayer9

2007-01-19 Thread Ulrich Spoerlein
Stefan Sperling wrote:
> > IIRC flash 9 requires ALSA, do we have any sort of workaround?
> 
> If you run the linux firefox binary from the www/linux-firefox port
> instead of the freebsd native one, sound works with flash.

Not for me,

I just switched from version 7 to 9 for my linux-firefox and there is
no sound and it is segfaulting _a lot_. I reverted back to version 7.
Version 9 seems unusable right now.

NB: This is on RELENG_6, perhaps the enhanced Linuxulator lets version 9
work stable on -CURRENT?

Ulrich Spoerlein
-- 
A: Yes.
>Q: Are you sure?
> >A: Because it reverses the logical flow of conversation.
> >>Q: Why is top posting frowned upon?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: linux-flashplayer9

2007-01-19 Thread Alex Dupre
Pav Lucistnik wrote:
> Could you try with current plugin?

Nope, but I doubt it'll work.

> Alternatively, could you point me to the download location of beta2
> standalone player?

http://www.alexdupre.com/gflashplayer

I can confirm that sound works with this version, but not with newer
(and probably) final releases.

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


Re: linux-flashplayer9

2007-01-19 Thread Alex Dupre
Pav Lucistnik wrote:
>> No luck in linux-mozilla.  From what I can tell it's supposed to go in
>> /compat/linux/usr/lib?  The output on the console doesn't seem any
>> different with or without the library.
> 
> I thought it should go to /usr/local/lib/npapi/linux-flashplugin, with
> appropriate symlinks under /usr/local/lib/npapi/symlinks
> 
> I could be wrong.

It should go here:

/usr/compat/linux/usr/lib/libflashsupport.so

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


Re: linux-flashplayer9

2007-01-19 Thread Alex Dupre
Pav Lucistnik wrote:
> Could you try with current plugin?

I have also the beta2 plugin, if you want to try:

http://www.alexdupre.com/libflashplayer.so

--
Alex Dupre

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


Re: math/lapack crashes update of math/freemat

2007-01-19 Thread Philipp Ost

NAKATA Maho wrote:

From: Philipp Ost <[EMAIL PROTECTED]>
Subject: math/lapack crashes update of math/freemat
Date: Thu, 18 Jan 2007 17:00:17 +0100


I did reinstall math/lapack (# make deinstall && make reinstall), but I 
did never have success when I try to update math/freemat ;)


Is this related to the migration to gfortran?



Yes, Unfortunately this is a huge change. you must recompile all
if your port is related to Fortran... See for ports that uses Fortran
http://people.freebsd.org/~maho/gfortran/gfortran.html


I see :) I will do that once I've finished setting up my new sound card 
(yeah, that's an other problem...).




Thanks for your patience and understanding,


Oh, there's no problem at all... I think this is what brings this 
project one step further.



Thanks a lot for your help

Regards,
Philipp
--
www.familie-ost.info/~pj
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: phpAdsNew-2.0.9

2007-01-19 Thread Ondra Koutek
Hello,
as phpadsnew has moved to openads, I would like to ask you whether you
want to keep maintaining the phpadsnew port using new openads name, or
what to do next.
I can offer you maintaining the openads FreeBSD port if you do not have
time to keep the port updated.

Ondra

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


Re: new version of Gnucash on FreeBSD

2007-01-19 Thread Michael Johnson

On 1/19/07, Robert Gilaard <[EMAIL PROTECTED]> wrote:

Hi there,

my name is Robert Gilaard and I'm a fan of Gnucash!!
Thanks for being the maintainer of this port. Do you know when Gnucash
>2.0 will be available on the ports tree?



To everyone who keeps emailing me about updating GnuCash to 2.0:

Currently devel/libltdl15 is missing some features for FreeBSD and
adding the missing features requires much testing since it affects
many many ports. However, we do have a working copy of GnuCash
in marcuscom  ports cvs repo.

I hope to have GnuCash 2.0 in ports with GNOME 2.18. Sorry for the
long delay.

Michael



I want to be able to use budgetting also in the new version.

Thanks
Robert
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (FreeBSD)

iD8DBQBFsVLksN8QN/Daqe0RAiO2AJwKgnI2BzHhrsk6hDJTN+AwPlz5lACdEg3z
bKAKMdi7E/0eB4Yob5KXoOU=
=lj1b
-END PGP SIGNATURE-

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

Modifying a port and keeping the mods across updates

2007-01-19 Thread Paul Hoffman
Greetings again. I have a two-part question that may be a ports FAQ, 
but I couldn't find such a beast.


(1) For a particular port, I need to change the the MAKE_ENV to make 
it build the way I want. What is the proper way to do this that will 
live beyond the next time I do a cvsup? That is, editing the Makefile 
works just fine, but I want something that will live if the Makefile 
gets reverted.


(2) For a particular port, I need to patch a particular source file. 
This is a patch that will probably be in a future release. Same 
question as above: what's the proper way to do this that will live 
beyond the next cvsup? I know how to use 'patch' to apply patches, 
but not yet to create them.


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


Re: Modifying a port and keeping the mods across updates

2007-01-19 Thread Scot Hetzel

On 1/19/07, Paul Hoffman <[EMAIL PROTECTED]> wrote:

Greetings again. I have a two-part question that may be a ports FAQ,
but I couldn't find such a beast.

(1) For a particular port, I need to change the the MAKE_ENV to make
it build the way I want. What is the proper way to do this that will
live beyond the next time I do a cvsup? That is, editing the Makefile
works just fine, but I want something that will live if the Makefile
gets reverted.


Use the sysutils/portconf port and define the apporiate variable in
PREFIX/etc/ports.conf.


(2) For a particular port, I need to patch a particular source file.
This is a patch that will probably be in a future release. Same
question as above: what's the proper way to do this that will live
beyond the next cvsup? I know how to use 'patch' to apply patches,
but not yet to create them.


To create a patch you first need to create a backup of the original
file, then create the diff.

cp file.c file.c-orig
 patch-file.c

Then place the patch file into /usr/ports///files.

Scot
--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD Port: linux-xorg-libs-6.8.2_5

2007-01-19 Thread Don L. Belcher

The doom3 game does not work on my system with the linux-xorg-libs.

WARNING: vertex array range in virtual memory (SLOW)
signal caught: Segmentation fault
si_code 12
Trying to exit gracefully..
Shutting down sound hardware
-- OSS Sound Shutdown --

It works with the linux-XFree86-libs, but I accidently deleted the 
library and

it does not show up in the ports tree either. So is there someplace I can
pickup the linux-XFree86-libs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"