Re: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4

2010-02-10 Thread Gabor Kovesdan

El 2010. 02. 10. 6:17, Jack Raats escribió:


Please commit it a.s.a.p. There is a port freeze coming, due to the 
FreeBSD 7.3 release.


Thanks for the good work.
Done. Enjoy! :) Btw, ports freeze isn't a hard lock any more, only 
sweeping commits are bound to portmgr approval.


Quoted from Erwin Lansing:

Note that this again will be a feature freeze and not a full freeze.
Normal upgrade, new ports, and changes that only affect other branches
will be allowed without prior approval but with the extra
Feature safe: yes tag in the commit message.  Any commit that is sweeping,
i.e. touches a large number of ports, infrastructural changes, commts to
ports with unusually high number of dependencies, and any other commit
that requires the rebuilding of many packages will not be allowed
without prior explicit approval from portmgr after that date.
   


Regards,

--
Gabor Kovesdan
FreeBSD Volunteer

EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org
WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org

___
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: Puzzled about gettext dependencies

2010-02-10 Thread Alexey Shuvaev
On Tue, Feb 09, 2010 at 04:01:01PM -0800, Chuck Swiger wrote:
 Hi--
 
 On Feb 9, 2010, at 3:53 PM, Andrea Venturoli wrote:
  # pkg_which /usr/local/bin/msgcat
  gettext-0.17_1
  
  # ldd /usr/local/bin/msgcat
  /usr/local/bin/msgcat:
 libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so 
  (0x33c7f000)
 libgettextlib-0.17.so = /usr/local/lib/libgettextlib-0.17.so 
  (0x33cb4000)
 libcroco-0.6.so.3 = /usr/local/lib/libcroco-0.6.so.3 (0x33d91000)
 libxml2.so.5 = /usr/local/lib/libxml2.so.5 (0x33dc6000)
 libz.so.4 = /lib/libz.so.4 (0x33ef2000)
 libm.so.5 = /lib/libm.so.5 (0x33f04000)
 libglib-2.0.so.0 = /usr/local/lib/libglib-2.0.so.0 (0x33f19000)
 libintl.so.8 = /usr/local/lib/libintl.so.8 (0x33fc8000)
 libpcre.so.0 = /usr/local/lib/libpcre.so.0 (0x33fd1000)
 libncurses.so.7 = /lib/libncurses.so.7 (0x34004000)
 libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x34043000)
 libc.so.7 = /lib/libc.so.7 (0x3413a000)
 libz.so.3 = /lib/libz.so.3 (0x3423c000)
 libm.so.4 = /lib/libm.so.4 (0x3424d000)
  
  Is it me or the output of the latter command contraddicts the dependency 
  database?
  It seems to me libcroco, libglib, libpcre, and libxml2 are additional 
  dependencies...
  
  Have I done something wrong?
 
 It doesn't do that here:
 
 # pkg_which /usr/local/bin/msgcat
 gettext-0.17_1
 
 # ldd /usr/local/bin/msgcat
 /usr/local/bin/msgcat:
   libgettextsrc-0.17.so = /usr/local/lib/libgettextsrc-0.17.so 
 (0x2807e000)
   libgettextlib-0.17.so = /usr/local/lib/libgettextlib-0.17.so 
 (0x280b2000)
   libncurses.so.6 = /lib/libncurses.so.6 (0x281b2000)
   libintl.so.8 = /usr/local/lib/libintl.so.8 (0x281f1000)
   libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x281fa000)
   libc.so.6 = /lib/libc.so.6 (0x282d9000)
 
 I wonder why it's dragged in all of those...?
 
The port autodetects the presence of these libraries and drags them in.
Taking a closer look at this it turned out that aDe@ has dropped
maintainership of what is referred to as 'autotools'. Not good :(

What follows is just an attempt to fix the problem, however it doesn't :)
and it seems that the port deserves more attention.

A little bit more than 0.02$,
Alexey.
diff -ruN /usr/ports/devel/gettext/Makefile gettext/Makefile
--- /usr/ports/devel/gettext/Makefile   2009-12-19 19:54:28.0 +0100
+++ gettext/Makefile2010-02-10 13:14:41.0 +0100
@@ -30,7 +30,10 @@
CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib \
EMACS=no
-CONFIGURE_ARGS=--disable-csharp --disable-threads --disable-openmp
+CONFIGURE_ARGS=--disable-csharp --disable-threads --disable-openmp \
+   --without-libintl-prefix --with-included-glib \
+   --with-included-libcroco --with-included-libxml \
+   --disable-java
 USE_LDCONFIG=  yes
 
 PLIST_SUB= VERSION=${PORTVERSION}
@@ -53,15 +56,6 @@
 EXTRA_PATCHES+=${FILESDIR}/extra-patch-nodocs
 .endif
 
-pre-extract:
-.if exists(${PREFIX}/bin/kaffe)
-   @${ECHO_MSG} Gettext won't build with Kaffe's jar utility.  Doing:
-   -${MV} ${PREFIX}/bin/jar ${PREFIX}/bin/jar.backup
-   @${ECHO_MSG} Be sure to mv ${PREFIX}/bin/jar.backup ${PREFIX}/bin/jar
-   @${ECHO_MSG} if you abandon your attempt to build gettext.
-   @sleep 5
-.endif
-
 post-patch:
@${FIND} ${WRKSRC} -name configure -print | ${XARGS} \
${REINPLACE_CMD} -e 's|mkdir gmkdir|mkdir|'
@@ -72,14 +66,6 @@
 .endfor
 .endif
 
-post-build:
-.if exists(${PREFIX}/bin/kaffe)
-   -${MV} ${PREFIX}/bin/jar.backup ${PREFIX}/bin/jar
-   @${ECHO_MSG}
-   @${ECHO_MSG} Your ${PREFIX}/bin/jar has been restored.
-   @sleep 5
-.endif
-
 post-install:
 .for f in po-compat.el po-mode.el
@${INSTALL_DATA} ${WRKSRC}/gettext-tools/misc/${f} \
___
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

Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-10 Thread Jeremy Chadwick
Please CC me on responses, as I'm not subscribed to freebsd-ports.

I'm afraid to upgrade this port to 3.3.0 as a result of the below:

# cd /usr/ports/mail/p5-Mail-SpamAssassin
# make all-depends-list
/usr/ports/lang/perl5.8
/usr/ports/dns/p5-Net-DNS
/usr/ports/archivers/p5-IO-Zlib
/usr/ports/www/p5-HTML-Parser
/usr/ports/archivers/p5-IO-Compress-Zlib
/usr/ports/archivers/p5-Compress-Zlib
/usr/ports/mail/p5-Mail-Tools
p5-Mail-SpamAssassin-3.3.0: + non-existent -- dependency list incomplete
/usr/ports/security/p5-Digest-SHA1
/usr/ports/net-mgmt/p5-Net-IP
/usr/ports/security/p5-Digest-SHA
/usr/ports/security/p5-Digest-HMAC
/usr/ports/www/p5-HTML-Tagset
/usr/ports/archivers/p5-Compress-Raw-Zlib
/usr/ports/archivers/p5-IO-Compress-Base
/usr/ports/devel/p5-TimeDate
/usr/ports/math/p5-Math-BigInt

Probably relevant:
http://lists.freebsd.org/pipermail/freebsd-ports/2010-February/059485.html

-- 
| Jeremy Chadwick   j...@parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
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: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4

2010-02-10 Thread Sascha Holzleiter
On Wednesday 10 February 2010 10:51:11 Gabor Kovesdan wrote:
 Done. Enjoy! :) Btw, ports freeze isn't a hard lock any more, only
 sweeping commits are bound to portmgr approval.
 

Looks like it is missing a dependency on net-mgmt/p5-NetAddr-IP.
___
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: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-10 Thread Gabor Kovesdan

El 2010. 02. 10. 14:13, Jeremy Chadwick escribió:

Please CC me on responses, as I'm not subscribed to freebsd-ports.

I'm afraid to upgrade this port to 3.3.0 as a result of the below:
   
I've just fixed two problems but I don't see this one here. The ASO 
tinderbox couldn't deal with this and didn't provide me any useful error 
log so I had to test this locally, that's why it didn't go smoothly. If 
someone could provide more information on this, that would be more than 
welcome.


--
Gabor Kovesdan
FreeBSD Volunteer

EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org
WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org

___
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: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-10 Thread Jeremy Chadwick
On Wed, Feb 10, 2010 at 02:40:48PM +0100, Gabor Kovesdan wrote:
 El 2010. 02. 10. 14:13, Jeremy Chadwick escribió:
 Please CC me on responses, as I'm not subscribed to freebsd-ports.
 
 I'm afraid to upgrade this port to 3.3.0 as a result of the below:
 I've just fixed two problems but I don't see this one here. The ASO
 tinderbox couldn't deal with this and didn't provide me any useful
 error log so I had to test this locally, that's why it didn't go
 smoothly. If someone could provide more information on this, that
 would be more than welcome.

Here's /var/db/ports/p5-Mail-SpamAssassin/options:

# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for p5-Mail-SpamAssassin-3.2.5_4
_OPTIONS_READ=p5-Mail-SpamAssassin-3.2.5_4
WITH_AS_ROOT=true
WITH_SPAMC=true
WITHOUT_SACOMPILE=true
WITHOUT_DKIM=true
WITHOUT_SSL=true
WITHOUT_GNUPG=true
WITHOUT_MYSQL=true
WITHOUT_PGSQL=true
WITHOUT_RAZOR=true
WITH_SPF_QUERY=true
WITHOUT_RELAY_COUNTRY=true

On an 8.0-STABLE box with these options checked (using make config) to
match the above, I can reproduce it.

If I do make rmconfig on either box, the dependency error goes away.

This should be sufficient, I think?  :-)

-- 
| Jeremy Chadwick   j...@parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
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: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4 - where are the rules located?

2010-02-10 Thread Olivier Mueller
On Wed, 2010-02-10 at 10:51 +0100, Gabor Kovesdan wrote:
 El 2010. 02. 10. 6:17, Jack Raats escribió:
  Please commit it a.s.a.p. There is a port freeze coming, due to the 
  FreeBSD 7.3 release.
 
  Thanks for the good work.
 Done. Enjoy! :) Btw, ports freeze isn't a hard lock any more, only 
 sweeping commits are bound to portmgr approval.

Thanks for the cool stuff!  Looks good here, just followed the docs and
updated the rules with sa-update, everything seems to work as before on
a good old 6.x system. 

But there is something strange: where are the rules located now?  They
used to be in /usr/local/share/spamassassin but now, on the upgraded
system:

[...@ibox /usr/local/share/spamassassin]$ ls -la
total 112
drwxr-xr-x   2 root  wheel 512 Feb 10 15:47 .
drwxr-xr-x  69 root  wheel1536 Feb 10 15:47 ..
-rw-r--r--   1 root  wheel  101479 Feb 10 15:47 languages
-rw-r--r--   1 root  wheel4777 Feb 10 15:47 sa-update-pubkey.txt
-rw-r--r--   1 root  wheel1869 Feb 10 15:47 user_prefs.template
[...@ibox /usr/local/share/spamassassin]$ 


And it should be there according to sa-update -D:

Feb 10 16:21:01.748 [63573] dbg: generic: SpamAssassin version 3.3.0
Feb 10 16:21:01.748 [63573] dbg: generic: Perl 5.008009, PREFIX=/usr/local, 
  DEF_RULES_DIR=/usr/local/share/spamassassin,
===
  LOCAL_RULES_DIR=/usr/local/etc/mail/spamassassin, 
 LOCAL_STATE_DIR=/var/db/spamassassin
Feb 10 16:21:01.748 [63573] dbg: config: timing enabled [...]


I see them
under:  /var/db/spamassassin/3.003000/updates_spamassassin_org/
but is spamassassin now really loading the rules from there directly?
Is this new? Just saw nothing about that in the release docs.

It seems to be the case... Rules seems to be ok: 
Feb 10 16:24:26 ibox spamd[66708]: spamd: result: . 1 - 
BAYES_50,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,T_KHOP_FOREIGN_CLICK,URI_HEX 
scantime=3.5,size=30506
etc.

Regards,
Olivier

___
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: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4 - where are the rules located?

2010-02-10 Thread Olivier Mueller
(Self-answer)

On Wed, 2010-02-10 at 16:28 +0100, Olivier Mueller wrote:
 But there is something strange: where are the rules located now?  They
 used to be in /usr/local/share/spamassassin [...]
 I see them
 under:  /var/db/spamassassin/3.003000/updates_spamassassin_org/
 but is spamassassin now really loading the rules from there directly?


Just ran a spamassassin -D  testmessage and it now really seems to be
like that: 

Feb 10 16:31:19.077 [76573] dbg: config: using /var/db/spamassassin/3.003000 
for sys rules pre files
Feb 10 16:31:19.077 [76573] dbg: config: using /var/db/spamassassin/3.003000 
for default rules dir
Feb 10 16:31:19.077 [76573] dbg: config: read file 
/var/db/spamassassin/3.003000/updates_spamassassin_org.cf
Feb 10 16:31:19.078 [76573] dbg: config: using 
/usr/local/etc/mail/spamassassin for site rules dir


1) sys rules - /var/db/spamassassin/3.003000, then

2) /usr/local/etc/mail/spamassassin

3) no more /usr/local/share/spamassassin ?!


regards,
Olivier

___
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: FreeBSD Port: p5-Mail-SpamAssassin-3.2.5_4 - where are the rules located?

2010-02-10 Thread Olivier Mueller
On Wed, 2010-02-10 at 16:28 +0100, Olivier Mueller wrote:
 But there is something strange: where are the rules located now?  They
 used to be in /usr/local/share/spamassassin

PS: everything ok according to the manual (perldoc spamassassin):


CONFIGURATION FILES
   The SpamAssassin rule base, text templates, and rule description text
   are loaded from configuration files.

   Default configuration data is loaded from the first existing directory
   in:

   /var/db/spamassassin/3.003000
   /usr/local/share/spamassassin
   /usr/local/share/spamassassin
   /usr/local/share/spamassassin
   /usr/share/spamassassin
[...]


Since rules are not part of the package anymore, they are not
in /usr/local/share/ anymore, logical :)

regards  happy upgrading,
Olivier


___
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: Port Update Request

2010-02-10 Thread Philipp Ost

Jaret Bartsch wrote:

The current port for Teamspeak RC2 is in the /usr/ports/audio/teamspeak_server
and ~/ports/teamspeak_client directories. Is it possible they could be updated
to include or be switched to 64-bit architecture? This would be greatly
appreciated and allow the port to be usable by a more broad spectrum of 
organizations

 and/or individuals.

These two ports have no maintainer. You could step up and update them 
yourself ;-)


Regards,
Philipp



Re: Drowning in a KDE4 - xorg - nvidia glass of water after updating all over the weekend. w/links sorry attachments didn't get through

2010-02-10 Thread eculp

Quoting Warren Block wbl...@wonkity.com:


On Tue, 9 Feb 2010, Warren Block wrote:
That looks to me like KDE trying to switch to a particular  
resolution and failing.  Check the resolution setting in the  
xorg.conf Screen section.  The easiest is just to set Virtual to  
the largest resolution your monitor can handle:


Section Screen
  Identifier Screen0
  Device Card0
  MonitorMonitor0
  SubSection Display
  Virtual 1920 1200
  EndSubSection
EndSection


What I should have suggested trying first was to remove the Display  
SubSection and letting xorg autodetect the monitor resolution:


Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
#  SubSection Display
#  Virtual 1920 1200
#  EndSubSection
EndSection


I commented it out but no cigar :(  This is my laptop so I moved /root  
to /root.org and mkdir /root and tried just in case there was  
something in one of the configuration files.  No luck.


KDE seems to finish the Aconadi Server Self tests and hangs.  I have  
to ^C from the term window.  I am now writing this from vtwm that is  
interesting and usable.  It works fine but does have a black screen  
that I would have expected to be gray like twm but . . . . who knows.


I really feel that xorg is working without problems (thanks to you)  
and that there is something wrong with my kde4 install.  Any opinions?


Thanks again Warren,

ed


-Warren Block * Rapid City, South Dakota USA



___
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


A recent update to vlc requires gnme-vfs, which requires kerberos

2010-02-10 Thread Steven Friedrich
Can anyone shed light on this?

I don't want to run kerberos...
___
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: A recent update to vlc requires gnme-vfs, which requires kerberos

2010-02-10 Thread Gary Jennejohn
On Wed, 10 Feb 2010 13:31:51 -0500
Steven Friedrich free...@insightbb.com wrote:

 Can anyone shed light on this?
 
 I don't want to run kerberos...


Run make config and make sure that the box for Gnome VFS does _not_
have an 'X' in it.

I'm using vlc without Gnome VFS and it works just fine.

---
Gary Jennejohn
___
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


Flash and Firefox 3.6. Should flash work for sites like YouTube?

2010-02-10 Thread eculp
I have just installed Firefox3.6 and reinstalled nspluginwrapper-devel  
a have run  nspluginwrapper -v -a -i but YouTube still gives me the:


Hello, you either have JavaScript turned off or an old version of  
Adobe's Flash Player. Get the latest Flash player.


message.  Do I need to do something more than I did with 3.5?

Thanks,

ed
___
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: Recent mail/p5-Mail-SpamAssassin update -- dependency errors?

2010-02-10 Thread Gabor Kovesdan

El 2010. 02. 10. 14:59, Jeremy Chadwick escribió:

[..snip...]

If I do make rmconfig on either box, the dependency error goes away.

This should be sufficient, I think?  :-)
   

Jeremy, could you please confirm that this update solves the problem?
http://www.freebsd.org/cgi/query-pr.cgi?pr=143729

I still couldn't reproduce the issue you reported, I used the same 
options, though.


Regards,

--
Gabor Kovesdan
FreeBSD Volunteer

EMAIL: ga...@freebsd.org .:|:. ga...@kovesdan.org
WEB:   http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org

___
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: sysutils/xfce4-netload-plugin - why is it marked as broken on 8?

2010-02-10 Thread Torfinn Ingolfsen
Hello,

On Fri, Jan 15, 2010 at 7:41 PM, Greg Larkin glar...@freebsd.org wrote:

 This commit log refers to the fact that the value of __FreeBSD_version
 was bumped to 800045 due to the removal of the if_ppp(4) driver.  You
 can find all of the historical values of that variable here:
 http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html

 In this case, the port Makefile should be patched like so:

 - --- Makefile.orig   2010-01-15 13:37:50.374330422 -0500
 +++ Makefile2010-01-15 13:38:04.101133409 -0500
 @@ -24,7 +24,7 @@

  .include bsd.port.pre.mk

 - -.if ${OSVERSION} = 80
 +.if ${OSVERSION} = 800045


Well, that value doesn't work anymore. Here's the rub:
r...@kg-v2# uname -a
FreeBSD kg-v2.kg4.no 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Jan  6 21:21:40
CET 2010 r...@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC  amd64
r...@kg-v2# pwd
/usr/ports/sysutils/xfce4-netload-plugin
r...@kg-v2# make
===  xfce4-netload-plugin-0.4.0_10 is marked as broken: does not compile:
error: net/if_ppp.h: No such file or directory.
*** Error code 1

Stop in /usr/ports/sysutils/xfce4-netload-plugin.


According to param.h, the value is now 800108. if_ppp.h is still present,
and the port compiles fine if I comment out the three lines reagarding the
BROKEN meaasge.

 A better fix might be to port the code from using if_ppp(4) to the
 replacement ppp(8), as noted in the commit log.

Probably. I don't know how to do that. Sorry.
-- 
Regards,
Torfinn Ingolfsen
___
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: Flash and Firefox 3.6. Should flash work for sites like YouTube?

2010-02-10 Thread Marco Beishuizen

On Wed, 10 Feb 2010, eculp wrote:

I have just installed Firefox3.6 and reinstalled nspluginwrapper-devel a have 
run  nspluginwrapper -v -a -i but YouTube still gives me the:


Hello, you either have JavaScript turned off or an old version of Adobe's 
Flash Player. Get the latest Flash player.


message.  Do I need to do something more than I did with 3.5?

Thanks,

ed


For a long time I didn't got it working either. After upgrading FreeBSD to 
8.0 I gave it another try and eventually got it working. By following all 
the steps on http://forums.freebsd.org/showthread.php?t=5786 flash should 
work.


Regards,
Marco

--
PRAIRIES:
Vast plains covered by treeless forests.
___
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: Flash and Firefox 3.6. Should flash work for sites like YouTube?

2010-02-10 Thread Warren Block

On Wed, 10 Feb 2010, Marco Beishuizen wrote:

For a long time I didn't got it working either. After upgrading FreeBSD to 
8.0 I gave it another try and eventually got it working. By following all the 
steps on http://forums.freebsd.org/showthread.php?t=5786 flash should work.


For 8.0, all I did was follow the Handbook.  Please try that before 
following that thread.


If what's in the Handbook doesn't work, please enter a PR.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html

-Warren Block * Rapid City, South Dakota USA
___
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: Flash and Firefox 3.6. Should flash work for sites like YouTube?

2010-02-10 Thread eculp

Quoting Warren Block wbl...@wonkity.com:


On Wed, 10 Feb 2010, Marco Beishuizen wrote:

For a long time I didn't got it working either. After upgrading  
FreeBSD to 8.0 I gave it another try and eventually got it working.  
By following all the steps on  
http://forums.freebsd.org/showthread.php?t=5786 flash should work.


For 8.0, all I did was follow the Handbook.  Please try that before  
following that thread.


It worked.  I am pretty sure that I had already done it all so this  
time I pkg_deleted www/linux-f10-flashplugin10, rebuilt it and  
nspluginwrapper, reinstalled and re-ran the nspluginwrapper script and  
it works great.


Thanks to you both,

ed



If what's in the Handbook doesn't work, please enter a PR.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html

-Warren Block * Rapid City, South Dakota USA




___
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: Flash and Firefox 3.6. Should flash work for sites like YouTube?

2010-02-10 Thread eculp

Quoting Marco Beishuizen mb...@xs4all.nl:


On Wed, 10 Feb 2010, eculp wrote:

I have just installed Firefox3.6 and reinstalled  
nspluginwrapper-devel a have run  nspluginwrapper -v -a -i but  
YouTube still gives me the:


Hello, you either have JavaScript turned off or an old version of  
Adobe's Flash Player. Get the latest Flash player.


message.  Do I need to do something more than I did with 3.5?

Thanks,

ed


For a long time I didn't got it working either. After upgrading  
FreeBSD to 8.0 I gave it another try and eventually got it working.  
By following all the steps on  
http://forums.freebsd.org/showthread.php?t=5786 flash should work.


Thanks, Marco.  I am glad to hear that.  I'm running up to date 9.0  
current so it probably  should here to.


Thanks for taking the time to motivate me,

ed


___
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


ksh93t+ Update to ports. (fwd)

2010-02-10 Thread jhell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1




This apparently never made it through. Forwarding...

- -- 


 jhell


- -- Forwarded message --
Date: Wed, 10 Feb 2010 23:24:22
From: jhell jh...@dataix.net
To: j...@zircon.seattle.wa.us
Cc: pp...@freebsd.org
Subject: ksh93t+ Update to ports.


Hi Joe, Ports,

I have just successfully built the new version of ksh93t+.  This update
fixes quite a few things but the following is more of a concern.  This
port has not been updated since 09-05-09 and this port is now two releases
old.

10-02-02  A buffer overflow in read and another in binary type base64
  encoding were fixed.

For the rest of the changelog please see:
http://www2.research.att.com/sw/download/

Changed in Makefile:

VERSION=2010-02-02

Changed in distinfo:

MD5 (ksh93/INIT.2010-02-02.tgz) = 9c96ca12947f52274606a0625466b6dc
SHA256 (ksh93/INIT.2010-02-02.tgz) =
e02a97f1a8e136d2fa9797d731bc25b6ab44538f01c8d654ac65c77ec9017c46
SIZE (ksh93/INIT.2010-02-02.tgz) = 359849
MD5 (ksh93/ast-ksh.2010-02-02.tgz) = 00282866e979eb21403f0fa73212e3c5
SHA256 (ksh93/ast-ksh.2010-02-02.tgz) =
a3f64b605078d8ae1541f910bd6433779bee83627ea3813674f31ca011408e0a
SIZE (ksh93/ast-ksh.2010-02-02.tgz) = 1871607

Regards,

- --

 jhell

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (FreeBSD)

iQEcBAEBAgAGBQJLc6kZAAoJEJBXh4mJ2FR+DuwH/ReNM8ikDgQTYJkyZvr+9/x5
tBGJm0Z85J6MQPTPEJiFazyvwIk8bT2ReHLU4ra29Gkg5VvwgwRaTCs9p7x1zyXt
PqwG1mWgN54BiePQbEhcN8irmKSofPXW7YKme2B3U3O5as1Xg62Zgu5vZZUFIiJA
dQy+K2KRUui3A3U/Yx8qFfWJGUpCjHI3ggQsBftqnGM98mq5W9UWoJNvVgx1f+TV
hoeHUf0WThNkkoMhw4/3Rp6daJzaBkdij5cFFtyeWIg6AEfkM57PehHtJS1cwAdR
c8PXacw2tf27E3m6R4tHCO4CQMjXS2z8UFHCq1JqEUltkxOW0mmfCwL5XVmfNXg=
=IaIr
-END PGP SIGNATURE-
___
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: Flash and Firefox 3.6. Should flash work for sites like YouTube?

2010-02-10 Thread Lars Engels
On Wed, Feb 10, 2010 at 01:35:52PM -0600, eculp wrote:
 I have just installed Firefox3.6 and reinstalled nspluginwrapper-devel  
 a have run  nspluginwrapper -v -a -i but YouTube still gives me the:
 
 Hello, you either have JavaScript turned off or an old version of  
 Adobe's Flash Player. Get the latest Flash player.
 
 message.  Do I need to do something more than I did with 3.5?

For the records:
Yesterday I updated to FF 3.6 on Current and did not have to rebuild
the flash port or nspluginwrapper.


pgp4i5fuwPnDi.pgp
Description: PGP signature