mplayer dvdnav and teletext

2008-01-02 Thread Dominic Fandrey
Hello,

is there a reason that there are no options to build mplayer with teletext and
dvdnav support?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Port Version via pkg_add

2008-01-02 Thread Kris Kennaway

Jeremy Chadwick wrote:

On Tue, Jan 01, 2008 at 08:10:12PM -0800, Jason C. Wells wrote:

How does pkg_add determine what version of a port to add when
'pkg_add -Kr' is used?


pkg_add calls getosreldate(3) to obtain the integer value of the release
of FreeBSD running on the machine.

The list of paths to fetch from are hard-coded based on range
comparisons for the above reldate value.  See
src/usr.sbin/pkg_install/add/main.c for a list.


How can I make pkg_add use 6.3 packages instead of 6.2?


You run pkg_add with a URL that contains packages-6.3-release instead
of packages-6.2-release, e.g.:

pkg_add -r 
ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6.3-release/Latest/whatever.tbz



Or just set one of the various env variables that controls fetch 
location, see the manpage.


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


I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread eculp
I'm trying to compile cvsup on an AMD64 snapshot but has a problem  
downloading all the emz3 stuff.  Is there a precompiled AMD64 cvsup  
anywhere?  I have the idea that the tree is stale but I've updated  
using portsnap and unless I have misunderstood the manual, it is up to  
date.


Any suggestions, I'm stuck as far as using cvsup for upgrading all  
else seems to be OK.


Thanks,

ed

fetch Error shown below:

/usr/ports/net/cvsup # make
===  Vulnerability check disabled, database not found
*
* CVSup with X11 is not yet supported on amd64. *
* I will build cvsup without X11 support now.   *
*
===  Extracting for cvsup-without-gui-16.1h_3
= MD5 Checksum OK for cvsup-snap-16.1h.tar.gz.
= SHA256 Checksum OK for cvsup-snap-16.1h.tar.gz.
===  Patching for cvsup-without-gui-16.1h_3
===  Applying FreeBSD patches for cvsup-without-gui-16.1h_3
===   cvsup-without-gui-16.1h_3 depends on file:  
/usr/local/lib/m3/pkg/tcp/FBSD_AMD64/libm3tcp.a - not found
===Verifying install for  
/usr/local/lib/m3/pkg/tcp/FBSD_AMD64/libm3tcp.a in /usr/ports/lang/ezm3

===  Vulnerability check disabled, database not found
= ezm3-1.1-src.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ezm3.
= Attempting to fetch from  
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/.
fetch:  
ftp://ftp.FreeBSD.org/pub/FreeBSD/development/CVSup/ezm3/ezm3-1.1-src.tar.bz2:  
Syntax error, command unrecognized
= Attempting to fetch from  
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ezm3/.
fetch:  
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ezm3/ezm3-1.1-src.tar.bz2:  
Syntax error, command unrecognized

= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ezm3 and try again.
*** Error code 1

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


Re: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread Tilman Linneweh
* eculp [2008-01-02 14:28]:
 I'm trying to compile cvsup on an AMD64 snapshot but has a problem  
 downloading all the emz3 stuff.  Is there a precompiled AMD64 cvsup  
 anywhere?  I have the idea that the tree is stale but I've updated  
 using portsnap and unless I have misunderstood the manual, it is up 
 to  date.
 
 Any suggestions, I'm stuck as far as using cvsup for upgrading all
 else seems to be OK.

Maybe trying csup is an alternative?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread Johan Hendriks


-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Namens eculp
Verzonden: woensdag 2 januari 2008 14:28
Aan: freebsd-ports
Onderwerp: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

I'm trying to compile cvsup on an AMD64 snapshot but has a problem  
downloading all the emz3 stuff.  Is there a precompiled AMD64 cvsup  
anywhere?  I have the idea that the tree is stale but I've updated  
using portsnap and unless I have misunderstood the manual, it is up to

date.

Any suggestions, I'm stuck as far as using cvsup for upgrading all  
else seems to be OK.

Thanks,

ed

snip
fetch Error shown below:

/usr/ports/net/cvsup # make
===  Vulnerability check disabled, database not found
to retrieve this
= port manually into /usr/ports/distfiles/ezm3 and try again.
*** Error code 1
/snip



Do you not have csup installed on the base system??
Csup is the replacement for cvsup and is in the base system for some
time.

Else try pkg_add -r cvsup

Regards,

Johan Hendriks

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


Re: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread Lowell Gilbert
eculp [EMAIL PROTECTED] writes:

 I'm trying to compile cvsup on an AMD64 snapshot but has a problem
 downloading all the emz3 stuff.  Is there a precompiled AMD64 cvsup
 anywhere?  I have the idea that the tree is stale but I've updated
 using portsnap and unless I have misunderstood the manual, it is up to
 date.

 Any suggestions, I'm stuck as far as using cvsup for upgrading all
 else seems to be OK.

csup is in the base system, and is a more-or-less drop-in replacement
for cvsup -- *except* for the fact that it doesn't handle cvs trees
themselves. 

If you are maintaining a local cvs tree, you will need cvsup.  I think
that updating just that one port's skeleton (and maybe the one for
cvsup also, though I don't think you'll need that) will be enough to
get cvsup running for your updates.  You can get that update directly
from the FTP server, or from CVS Web.  You can also get the package
directly; you'll need to specify the path (e.g., with PACKAGEROOT or
one of the other variables documented in the ports(7) manual) or fetch
it by hand.  I can't give the exact details because you didn't mention
the version you were running, but for example the latest RELENG_6
build is at 
/[EMAIL 
PROTECTED]:/pub/FreeBSD/ports/amd64/packages-6-stable/net/cvsup-without-gui-16.1h_3.tbz

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


Re: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread eculp

Quoting Lowell Gilbert [EMAIL PROTECTED]:


eculp [EMAIL PROTECTED] writes:


I'm trying to compile cvsup on an AMD64 snapshot but has a problem
downloading all the emz3 stuff.  Is there a precompiled AMD64 cvsup
anywhere?  I have the idea that the tree is stale but I've updated
using portsnap and unless I have misunderstood the manual, it is up to
date.

Any suggestions, I'm stuck as far as using cvsup for upgrading all
else seems to be OK.


csup is in the base system, and is a more-or-less drop-in replacement
for cvsup -- *except* for the fact that it doesn't handle cvs trees
themselves.

If you are maintaining a local cvs tree, you will need cvsup.  I think
that updating just that one port's skeleton (and maybe the one for
cvsup also, though I don't think you'll need that) will be enough to
get cvsup running for your updates.  You can get that update directly
from the FTP server, or from CVS Web.  You can also get the package
directly; you'll need to specify the path (e.g., with PACKAGEROOT or
one of the other variables documented in the ports(7) manual) or fetch
it by hand.  I can't give the exact details because you didn't mention
the version you were running, but for example the latest RELENG_6
build is at
/[EMAIL 
PROTECTED]:/pub/FreeBSD/ports/amd64/packages-6-stable/net/cvsup-without-gui-16.1h_3.tbz


Lowell,

That did it, I'm happily updating all to the latest and greatest just  
changed s/6-stable/8-current/ and all is well.  It seems that one [or  
more] of the ftp servers is off-line because I had to cycle through a  
couple to get a connection.



Good luck


Thanks, your answer was the good luck that I needed.

ed





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


Re: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread Robert Huff
eculp writes:
   Maybe trying csup is an alternative?

  I was almost to the point of doing that but was avoiding yet
  additional unlearning and learning curves.  Been using cvsup
  too many years.

Except as noted, I have found csup a 100$ replacement -
i.e. s/cvsup/csup/ in my scripts and everythin Just Worked.


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


Re: I can't fetch or compile cvsup port on AMD64 Dec. snapshot

2008-01-02 Thread Robert Huff

eculp writes:

  It seems that one [or more] of the ftp servers is off-line
  because I had to cycle through a couple to get a connection.

/usr/ports/fastest_cvsup ?


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


Maintain PHP4 and MySQL 4.0

2008-01-02 Thread Yeongsik Son
I'm working at a hosting company, and the company has got lots of clients
who are using PHP4 and MySQL 4.0.
According to the Makefile of mysql40-server, it seems to be ripped out of
4.x, but the clients said they had problems with migrate their databases to
5.x.
Also, PHP 4.x will be supported unitl August 8, 2008 according to PHP.net.
FreeBSD 6 seems to be supported until May 30, 2010, according to FreeBSD
Security Advisory, and I wonder that ports maintainers will continue to
maintain 4.x until that date.
Do they have the plan of estimated EOL of PHP and MySQL 4.x?
If you they got, please let me know about it to force or cooperate with the
clients.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Maintain PHP4 and MySQL 4.0

2008-01-02 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yeongsik Son wrote:
 I'm working at a hosting company, and the company has got lots of clients
 who are using PHP4 and MySQL 4.0.
 According to the Makefile of mysql40-server, it seems to be ripped out of
 4.x, but the clients said they had problems with migrate their databases to
 5.x.
 Also, PHP 4.x will be supported unitl August 8, 2008 according to PHP.net.
 FreeBSD 6 seems to be supported until May 30, 2010, according to FreeBSD
 Security Advisory, and I wonder that ports maintainers will continue to
 maintain 4.x until that date.
 Do they have the plan of estimated EOL of PHP and MySQL 4.x?
 If you they got, please let me know about it to force or cooperate with the
 clients.

My suggestion is that, we should migrate to newer PHP and MySQL versions
(5.x and 5.0 at the moment) rather than waiting for the EoL.  Migrating
MySQL could be tricky, but doable, by converting the database to use
proper encoding scheme (previously most applications erroneously used
latin-1), which affects CJK users mainly.

To answer your question, currently, neither php4 nor mysql40-server has
set EXPIRATION date.  Typically, we maintain ports until their EoL from
upstream, but even decision is made not to maintain a port anymore, new
maintainers are always welcome as long as they make sure that the port
is kept in a workable and secure state, as FreeBSD is a community effort :-)

Cheers,
- --
Xin LI [EMAIL PROTECTED]  http://www.delphij.net/
FreeBSD - The Power to Serve!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFHe8sbi+vbBBjt66ARAhc1AKCEeEHvMdnF8ZRjA4bQYPimpAihUACgiWNW
iIvq8MzEZvK9OQz6wYjSqqY=
=y5hp
-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]


Re: Is skype only usable on intel and not on AMD64?

2008-01-02 Thread eculp

Quoting Boris Samorodov [EMAIL PROTECTED]:


On Mon, 31 Dec 2007 07:43:09 -0600 eculp wrote:


When trying to install skype on an acer amd turrion64x2 model
5520-5679 using the latest Current snapshot for AMD64, I see the
following:



/usr/ports/net/skype # make install
===  Installing for skype-1.2.0.18,1
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/lib/libfontconfig.so.1 - found
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/lib/libexpat.so.0 - found
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/X11R6/lib/libGL.so.1 - not found
===Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1
in /usr/ports/graphics/linux_dri
===  linux_dri-7.0 is only for i386, while you are running amd64.
*** Error code 1



Stop in /usr/ports/graphics/linux_dri.
*** Error code 1


You may be interested at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=91318


I applied the patch for linux_dri which is basically adding amd64
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386 amd64
but I seem to have something else wrong here and get the following  
ldconfig error:


/usr/ports/graphics/linux_dri # make install
===  Installing for linux_dri-7.0
===   linux_dri-7.0 depends on file: /compat/linux/etc/fedora-release - found
===   linux_dri-7.0 depends on file:  
/compat/linux/usr/X11R6/lib/libXrender.so.1 - found

===   Generating temporary packing list
===  Checking if graphics/linux_dri already installed
/bin/mkdir -p /compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/libGL.so.1.2   
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/libGLU.so.1.3.070100   
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/libdrm.so.2.3.0   
/compat/linux/usr/lib
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/libexpat.so.1   
/compat/linux/usr/lib
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/i810_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/i915_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/i965_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/mach64_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/mga_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/r128_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/r200_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/r300_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/radeon_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/savage_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/sis_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/tdfx_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux_dri/unichrome_dri.so   
/compat/linux/usr/X11R6/lib/modules/dri
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux-libglide/libglide3-v3.so.0  
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux-libglide/libglide3-v5.so.0  
/compat/linux/usr/X11R6/lib

/bin/ln -sf libglide3-v3.so.0 /compat/linux/usr/X11R6/lib/libglide3-v3.so
/bin/ln -sf libglide3-v5.so.0 /compat/linux/usr/X11R6/lib/libglide3-v5.so
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux-dri-tools/libglut.so.3.7.0  
/compat/linux/usr/X11R6/lib
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux-dri-tools/gears  
/compat/linux/usr/X11R6/bin

/usr/bin/brandelf -t Linux /compat/linux/usr/X11R6/bin/gears
install   -o root -g wheel -m 555  
/usr/ports/graphics/linux_dri/work/linux-dri-tools/glxinfo  
/compat/linux/usr/X11R6/bin

/usr/bin/brandelf -t Linux /compat/linux/usr/X11R6/bin/glxinfo
ELF binary type 3 not known.
/compat/linux/sbin/ldconfig: 1: Syntax error: ( unexpected
*** Error code 2

Stop in /usr/ports/graphics/linux_dri.





Maybe I am missing something in my linux emulation.  I have installed
linux_base-f7-7
and in sysctl.conf
compat.linux.osrelease=2.6.16




Thanks,

ed

pitch-black sacrilegious

2008-01-02 Thread Agnes N. Freeman

You can define which days of the week alarm should be played.
Fully compatible with the most popular browsers on the net, use the onboard 
Wizard to erase your web tracks, destroy unwanted or malicious cookies, and 
clean up your history, temp and media files!
Follow the unnumbered road west to Hardwick. No modifications to your hardware 
are made and all adjustments and settings are done in an easy to use interface.
The program blocks providers of advertising banners and protects against 
undesired web sites to keep your privacy. With POP Video Editor you can edit 
subtitle for movies efficiently and easily. Supports both NTSC and PAL movies, 
and SCSI, IDE, and USB DVD burners and recorders. Make sure you share that 
giant chocolate kiss I gave you with Suzanne and Nina!
Fast copy and movie images? Fuzzy Thinking does not deny the existence of the 
two extremes.
The converting process allowing human interaction on Flash content during 
conversion.
Accessibility on the Java platform consists of four basic elements.
Here, have some cake. With POP Video Editor you can edit subtitle for movies 
efficiently and easily.
Any idea when it will debut?
The interface should also indicate clearly to the users when they have moved on 
to a different question. Advanced users can benefit from additional features 
like ZIP compression, network support, source file filtering, logging, 
encryption, self-extracting backups etc.
Details of any significant barriers that are present on the site. At the 
Sudbury line, the road becomes Concord Road and takes you through Sudbury 
Center and onto U. Speed up your Windows environment with this tool, while 
fixing common problems that are halting your productivity. Fully compatible 
with the most popular browsers. UltraSentry is THREE products in one!
Want to share you friend a classic baseball game of your team?
Accessibility on the Java platform consists of four basic elements.
In other words, navigation is secondary to most users, and should be provided 
as an option, not a necessity.
Add watermarks, logos and copiright messages to video file.
blind people, who cannot use a mouse and may particularly benefit from enhanced 
keyboard control.___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Undefined subroutine Net::Pcapdump

2008-01-02 Thread Garrett Cooper

On Jan 2, 2008, at 12:06 PM, Piotr wrote:



hi

I've updated my ports tree and sinfp on my freeBSD 6.2, but still  
get the

following error:

# sinfp -i host -C -V -p 443
P1: B10113 F0x12 W5840 O0204 M1460
P2: B10113 F0x12 W5792 O02040402080a4445414401030300 M1460
P3: B0 F0 W0 O0 M0
IPv4: Linux 2.4.x, 2.6.x
Undefined subroutine Net::Pcapdump called at
/usr/local/lib/perl5/site_perl/5.8.8/Net/Packet/Dump.pm line 561.

what's wrong ?


Bad dependencies most likely on the port maintainers part.
As for what you're seeing above, you're missing the Net::Pcapdump  
Perl module. See if it's in the ports tree, and install from CPAN if  
it's not...

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


Re: Undefined subroutine Net::Pcapdump

2008-01-02 Thread Jeremy Chadwick
On Wed, Jan 02, 2008 at 03:06:22PM -0500, Piotr wrote:
 I've updated my ports tree and sinfp on my freeBSD 6.2, but still get the
 following error:
 
 # sinfp -i host -C -V -p 443
 P1: B10113 F0x12 W5840 O0204 M1460
 P2: B10113 F0x12 W5792 O02040402080a4445414401030300 M1460
 P3: B0 F0 W0 O0 M0
 IPv4: Linux 2.4.x, 2.6.x
 Undefined subroutine Net::Pcapdump called at
 /usr/local/lib/perl5/site_perl/5.8.8/Net/Packet/Dump.pm line 561.
 
 what's wrong ?

It looks as if the Net::Packet::Dump perl module is trying to call
function Net::Pcapdump (which would be another perl module).

The source to Net::Packet::Dump, for 3.25, is here:

http://search.cpan.org/src/GOMOR/Net-Packet-3.25/lib/Net/Packet/Dump.pm

I see no reference to Net::Pcapdump in that code.  So I'm not sure how
it's getting called; I'd have to install ports/net/p5-Net-Packet and
dig around.

For what it's worth, there is a perl module called Net::Pcap (in ports
as ports/net/p5-Net-Pcap) that interfaces with the C library libpcap.
That perl module has a function called Net::Pcap::dump(), which is
probably what Net::Packet::Dump should be attempting to call.

ports/net/p5-Net-Packet has a dependency on ports/net/p5-Net-Pcap, so
that isn't the problem.  I'm thinking the problem might be related to
ports/net/p5-Net-Pcap being out-of-date (0.15 is not the newest).

Looking at the CPAN Changelog for the module, I see there's a major
bugfix in 0.16 which could explain what's happening:

http://search.cpan.org/src/SAPER/Net-Pcap-0.16/Changes

  - [BUGFIX] A typo prevented the new function names from working.

-- 
| Jeremy Chadwickjdc at 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 [EMAIL PROTECTED]


Confict with gamin and fam or kde and gnome or both ;)

2008-01-02 Thread eculp
What should a person do when using vlc that depends on gamin and wants  
to add ports such as VLC that depends on gnome-vfs that in turn  
depends on fam, that I thought was basically depreciated, IIRC it is  
old SG code, so vlc will not install.


===   vlc-devel-0.9.0.20071005_1,2 depends on shared library:  
gnomevfs-2.0 - not found

===Verifying install for gnomevfs-2.0 in /usr/ports/devel/gnome-vfs
===  gnome-vfs-2.20.1 is marked as broken: FAM system mismatch: gamin  
is installed, while desired FAM system is fam.

*** Error code 1

Stop in /usr/ports/devel/gnome-vfs.
*** Error code 1

I'm running AMD-64 CURRENT.

Thanks for any suggestions,

ed


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


Re: Confict with gamin and fam or kde and gnome or both ;)

2008-01-02 Thread Andy Fawcett
On Wednesday 02 January 2008 22:40:25 eculp wrote:
 What should a person do when using vlc that depends on gamin and wants
 to add ports such as VLC that depends on gnome-vfs that in turn
 depends on fam, that I thought was basically depreciated, IIRC it is
 old SG code, so vlc will not install.

 ===   vlc-devel-0.9.0.20071005_1,2 depends on shared library:
 gnomevfs-2.0 - not found
 ===Verifying install for gnomevfs-2.0 in /usr/ports/devel/gnome-vfs
 ===  gnome-vfs-2.20.1 is marked as broken: FAM system mismatch: gamin
 is installed, while desired FAM system is fam.
 *** Error code 1

 Stop in /usr/ports/devel/gnome-vfs.
 *** Error code 1

 I'm running AMD-64 CURRENT.

 Thanks for any suggestions,


WANT_FAM_SYSTEM=fam
or
WANT_FAM_SYSTEM=gamin

in /etc/make.conf

-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Confict with gamin and fam or kde and gnome or both ;)

2008-01-02 Thread eculp
How does a person who uses kde resolv the fam/gamin dependency with  
ports such as vlc that requires gnome-vfs


===  gnome-vfs-2.20.1 is marked as broken: FAM system mismatch: gamin  
is installed, while desired FAM system is fam.

*** Error code 1

Thanks,

ed

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


Re: Is skype only usable on intel and not on AMD64?

2008-01-02 Thread Alexander Leidinger
Quoting eculp [EMAIL PROTECTED] (Wed, 02 Jan 2008 13:23:44 -0600):

 /usr/bin/brandelf -t Linux /compat/linux/usr/X11R6/bin/glxinfo
 ELF binary type 3 not known.

Linux module not loaded.

Bye,
Alexander.

-- 
 Zapp: The spirit is willing but the flesh is spongey and bruised.
http://www.Leidinger.net  Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


new wiki page: State of Packages on Sparc64

2008-01-02 Thread Mark Linimon
Please see http://wiki.freebsd.org/Sparc64Packages for a writeup on where
we are with respect to sparc64 packages, from portmgr's perspective.

Quick summary: we're far behind where we are on i386.  In particular, we
can't build KDE anywhere at the moment, which affects the release package
set.  We really need more help from our sparc64 users to decide where we
should be spending our efforts (e.g., try to fix various desktop issues?
or, concentrate on server-only issues?)

Recently several people have expressed an interest in loaning machines and
fixing bugs, so consider this an effort at coordination.

If you've got any questions, please email me directly.

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


unknown build error

2008-01-02 Thread Piotr

hi

I try to install a packet from ports using portinstall:

# portinstall -f net/p5-Net-Pcap

but get the following error:

[Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 651 packages found 
(-0 +1) . done] ** Listing the failed packages (*:skipped / !:failed) ! 
net/p5-Net-Pcap (unknown build error) --- Packages processed: 2 done, 0 
ignored, 0 skipped and 1 failed


howto solve this problem ?





___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


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


Re: unknown build error

2008-01-02 Thread Kris Kennaway

Piotr wrote:

hi

I try to install a packet from ports using portinstall:

# portinstall -f net/p5-Net-Pcap

but get the following error:

[Updating the pkgdb format:bdb_btree in /var/db/pkg ... - 651 packages found (-0 
+1) . done] ** Listing the failed packages (*:skipped / !:failed) ! net/p5-Net-Pcap 
(unknown build error) --- Packages processed: 2 done, 0 ignored, 0 skipped and 1 
failed


howto solve this problem ?


First show us the actual error :)

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


Re: unknown build error

2008-01-02 Thread Piotr


# cd /usr/ports/net/p5-Net-Pcap
# make install clean
===  Building for p5-Net-Pcap-0.15_1
Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/Config.pm 
/usr/local/lib/perl5/5.8.8/mach/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean  /dev/null 21
/usr/local/bin/perl5.8.8 Makefile.PL INSTALLDIRS=site CC=cc CCFLAGS=-O2 
-fno-strict-aliasing -pipe  PREFIX=/usr/local 
INSTALLPRIVLIB=/usr/local/lib INSTALLARCHLIB=/usr/local/lib
looking for -lpcap... yes
checking for pcap_lib_version() in -lpcap... yes
detecting available functions... ok
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Net::Pcap
== Your Makefile has been rebuilt. ==
== Please rerun the make command.  ==
false
*** Error code 1

Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15.
*** Error code 1

Stop in /usr/ports/net/p5-Net-Pcap.



 --- On Wed 01/02, Kris Kennaway  [EMAIL PROTECTED]  wrote:
From: Kris Kennaway [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-ports@freebsd.org
Date: Thu, 03 Jan 2008 02:23:42 +0100
Subject: Re: unknown build error

Piotr wrote: hi  I try to install a packet from ports using portinstall:  
# portinstall -f net/p5-Net-Pcap  but get the following error:  [Updating 
the pkgdb format:bdb_btree in /var/db/pkg ... - 651 packages found (-0 +1) . 
done] ** Listing the failed packages (*:skipped / !:failed) ! net/p5-Net-Pcap 
(unknown build error) --- Packages processed: 2 done, 0 ignored, 0 skipped and 
1 failed   howto solve this problem ?First show us the actual error :)Kris

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


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


Re: unknown build error

2008-01-02 Thread Kris Kennaway

Piotr wrote:


# cd /usr/ports/net/p5-Net-Pcap
# make install clean
===  Building for p5-Net-Pcap-0.15_1
Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/Config.pm 
/usr/local/lib/perl5/5.8.8/mach/CORE/config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean  /dev/null 21
/usr/local/bin/perl5.8.8 Makefile.PL INSTALLDIRS=site CC=cc CCFLAGS=-O2 -fno-strict-aliasing -pipe  
PREFIX=/usr/local INSTALLPRIVLIB=/usr/local/lib INSTALLARCHLIB=/usr/local/lib
looking for -lpcap... yes
checking for pcap_lib_version() in -lpcap... yes
detecting available functions... ok
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Net::Pcap
== Your Makefile has been rebuilt. ==
== Please rerun the make command.  ==
false
*** Error code 1

Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15.
*** Error code 1

Stop in /usr/ports/net/p5-Net-Pcap.


This often means your clock is wrong.

Kris

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


Re: unknown build error

2008-01-02 Thread Piotr

which clock you mean ?

# date
Thu Jan  3 02:41:21 CET 2008


 --- On Wed 01/02, Kris Kennaway  [EMAIL PROTECTED]  wrote:
From: Kris Kennaway [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-ports@freebsd.org
Date: Thu, 03 Jan 2008 02:31:25 +0100
Subject: Re: unknown build error

Piotr wrote:  # cd /usr/ports/net/p5-Net-Pcap # make install clean ===  
Building for p5-Net-Pcap-0.15_1 Makefile out-of-date with respect to 
/usr/local/lib/perl5/5.8.8/mach/Config.pm 
/usr/local/lib/perl5/5.8.8/mach/CORE/config.h Cleaning current config before 
rebuilding Makefile... make -f Makefile.old clean  /dev/null 21 
/usr/local/bin/perl5.8.8 Makefile.PL INSTALLDIRS=site CC=cc CCFLAGS=-O2 
-fno-strict-aliasing -pipe  PREFIX=/usr/local 
INSTALLPRIVLIB=/usr/local/lib INSTALLARCHLIB=/usr/local/lib looking for 
-lpcap... yes checking for pcap_lib_version() in -lpcap... yes detecting 
available functions... ok WARNING: LICENSE is not a known parameter. Checking 
if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker 
parameter name. Writing Makefile for Net::Pcap == Your Makefile has been 
rebuilt. == == Please rerun the make command.  == false *** Error code 1 
 Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. *** 
Error code 1  Stop in /usr/ports/net/p5-Net-Pcap.This often means your clock 
is [EMAIL PROTECTED] mailing 
listhttp://lists.freebsd.org/mailman/listinfo/freebsd-portsTo unsubscribe, send 
any mail to [EMAIL PROTECTED]

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


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


Re: unknown build error

2008-01-02 Thread Kris Kennaway

Piotr wrote:

which clock you mean ?

# date
Thu Jan  3 02:41:21 CET 2008


 --- On Wed 01/02, Kris Kennaway  [EMAIL PROTECTED]  wrote:
From: Kris Kennaway [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-ports@freebsd.org
Date: Thu, 03 Jan 2008 02:31:25 +0100
Subject: Re: unknown build error

Piotr wrote:  # cd /usr/ports/net/p5-Net-Pcap # make install clean ===  Building for p5-Net-Pcap-0.15_1 Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/Config.pm /usr/local/lib/perl5/5.8.8/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean  /dev/null 21 /usr/local/bin/perl5.8.8 Makefile.PL INSTALLDIRS=site CC=cc CCFLAGS=-O2 -fno-strict-aliasing -pipe  PREFIX=/usr/local INSTALLPRIVLIB=/usr/local/lib INSTALLARCHLIB=/usr/local/lib looking for -lpcap... yes checking for pcap_lib_version() in -lpcap... yes detecting available functions... ok WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for Net::Pcap == Your Makefile has been rebuilt. == == Please rerun the make command.  == false *** Error code 1  Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. *** 
Error code 1  Stop in /usr/ports/net/p5-Net-Pcap.This often means your clock is [EMAIL PROTECTED] mailing listhttp://lists.freebsd.org/mailman/listinfo/freebsd-portsTo unsubscribe, send any mail to [EMAIL PROTECTED]


___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!





 Makefile out-of-date with respect to 
/usr/local/lib/perl5/5.8.8/mach/Config.pm


What is the timestamp on that file?

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


Re: unknown build error

2008-01-02 Thread Piotr

and how is the command to find out the timestamp of this file ?



 --- On Wed 01/02, Kris Kennaway  [EMAIL PROTECTED]  wrote:
From: Kris Kennaway [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-ports@freebsd.org
Date: Thu, 03 Jan 2008 02:52:48 +0100
Subject: Re: unknown build error

Piotr wrote: which clock you mean ?  # date Thu Jan  3 02:41:21 CET 2008  
  --- On Wed 01/02, Kris Kennaway  [EMAIL PROTECTED]  wrote: From: Kris 
Kennaway [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED]  Cc: 
freebsd-ports@freebsd.org Date: Thu, 03 Jan 2008 02:31:25 +0100 Subject: Re: 
unknown build error  Piotr wrote:  # cd /usr/ports/net/p5-Net-Pcap # make 
install clean ===  Building for p5-Net-Pcap-0.15_1 Makefile out-of-date with 
respect to /usr/local/lib/perl5/5.8.8/mach/Config.pm 
/usr/local/lib/perl5/5.8.8/mach/CORE/config.h Cleaning current config before 
rebuilding Makefile... make -f Makefile.old clean  /dev/null 21 
/usr/local/bin/perl5.8.8 Makefile.PL INSTALLDIRS=site CC=cc CCFLAGS=-O2 
-fno-strict-aliasing -pipe  PREFIX=/usr/local 
INSTALLPRIVLIB=/usr/local/lib INSTALLARCHLIB=/usr/local/lib looking for 
-lpcap... yes checking for pcap_lib_version() in -lpcap... yes detecting 
available functions... ok WARNING: LICENSE is 
not a known parameter. Checking if your kit is complete... Looks good 
'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for 
Net::Pcap == Your Makefile has been rebuilt. == == Please rerun the make 
command.  == false *** Error code 1  Stop in 
/usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. ***  Error code 1  Stop in 
/usr/ports/net/p5-Net-Pcap.This often means your clock is [EMAIL PROTECTED] 
mailing listhttp://lists.freebsd.org/mailman/listinfo/freebsd-portsTo 
unsubscribe, send any mail to [EMAIL PROTECTED]  
___ Join Excite! - 
http://www.excite.com The most personalized portal on the Web! 
Makefile out-of-date with respect to 
/usr/local/lib/perl5/5.8.8/mach/Config.pmWhat is the timestamp on that file?Kris

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


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


Re: unknown build error

2008-01-02 Thread Kris Kennaway

Piotr wrote:

and how is the command to find out the timestamp of this file ?



 --- On Wed 01/02, Kris Kennaway  [EMAIL PROTECTED]  wrote:
From: Kris Kennaway [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
 Cc: freebsd-ports@freebsd.org
Date: Thu, 03 Jan 2008 02:52:48 +0100
Subject: Re: unknown build error

Piotr wrote: which clock you mean ?  # date Thu Jan  3 02:41:21 CET 2008--- On Wed 01/02, Kris Kennaway  [EMAIL PROTECTED]  wrote: From: Kris Kennaway [mailto: [EMAIL PROTECTED] To: [EMAIL 
PROTECTED]  Cc: freebsd-ports@freebsd.org Date: Thu, 03 Jan 2008 02:31:25 +0100 Subject: Re: unknown build error  Piotr wrote:  # cd /usr/ports/net/p5-Net-Pcap # make install clean ===  
Building for p5-Net-Pcap-0.15_1 Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/Config.pm /usr/local/lib/perl5/5.8.8/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f 
Makefile.old clean  /dev/null 21 /usr/local/bin/perl5.8.8 Makefile.PL INSTALLDIRS=site CC=cc CCFLAGS=-O2 -fno-strict-aliasing -pipe  PREFIX=/usr/local 
INSTALLPRIVLIB=/usr/local/lib INSTALLARCHLIB=/usr/local/lib looking for -lpcap... yes checking for pcap_lib_version() in -lpcap... yes detecting available functions... ok WARNING: LICENSE is



not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for 
Net::Pcap == Your Makefile has been rebuilt. == == Please rerun the make command.  == false *** Error code 1  Stop in 
/usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. ***  Error code 1  Stop in /usr/ports/net/p5-Net-Pcap.This often means your clock is [EMAIL PROTECTED] 
mailing listhttp://lists.freebsd.org/mailman/listinfo/freebsd-portsTo unsubscribe, send any mail to [EMAIL PROTECTED]  
___ Join Excite! - http://www.excite.com The most personalized portal on the Web! Makefile 
out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/Config.pmWhat is the timestamp on that file?Kris

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!





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


Re: unknown build error

2008-01-02 Thread Piotr




# ls -l /usr/local/lib/perl5/5.8.8/mach/Config.pm
-r--r--r--  1 root  wheel  2567 Jan  3 03:19 
/usr/local/lib/perl5/5.8.8/mach/Config.pm

I've done perl-after-upgrade, but now I get the following error:

# cd /usr/ports/net/p5-Net-Pcap
# make install clean
===  Building for p5-Net-Pcap-0.15_1
cc -c-O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe
-DVERSION=\0.15\  -DXS_VERSION=\0.15\ -DPIC -fPIC 
-I/usr/local/lib/perl5/5.8.8/mach/CORE  -DHAVE_PCAP_LIST_DATALINKS 
-DHAVE_BLANK -DHAVE_PCAP_LIB_VERSION Pcap.c
In file included from Pcap.xs:43:
stubs.inc:85:2: warning: #warning the function pcap_findalldevs() is not 
available, but will be emulated
In file included from Pcap.xs:43:
stubs.inc:91: error: redefinition of `struct pcap_if'
stubs.inc:113:2: warning: #warning the function pcap_breakloop() is not 
available
stubs.inc:127:2: warning: #warning the function pcap_setnonblock() is not 
available
stubs.inc:142:2: warning: #warning the function pcap_getnonblock() is not 
available
stubs.inc:157:2: warning: #warning the function pcap_dump_file() is not 
available
stubs.inc:172:2: warning: #warning the function pcap_dump_flush() is not 
available
stubs.inc:202:2: warning: #warning the function pcap_set_datalink() is not 
available
stubs.inc:217:2: warning: #warning the function pcap_datalink_name_to_val() is 
not available
stubs.inc:232:2: warning: #warning the function pcap_datalink_val_to_name() is 
not available
stubs.inc:247:2: warning: #warning the function 
pcap_datalink_val_to_description() is not available
stubs.inc:262:2: warning: #warning the function pcap_compile_nopcap() is not 
available
stubs.inc:277:2: warning: #warning the function pcap_get_selectable_fd() is 
not available
stubs.inc:292:2: warning: #warning the function pcap_next_ex() is not 
available
stubs.inc:307:2: warning: #warning the function pcap_sendpacket() is not 
available
stubs.inc:322:2: warning: #warning the function pcap_createsrcstr() is not 
available
stubs.inc:337:2: warning: #warning the function pcap_parsesrcstr() is not 
available
stubs.inc:352:2: warning: #warning the function pcap_open() is not available
stubs.inc:373:2: warning: #warning the function pcap_setbuff() is not 
available
stubs.inc:388:2: warning: #warning the function pcap_setuserbuffer() is not 
available
stubs.inc:403:2: warning: #warning the function pcap_setmode() is not 
available
stubs.inc:418:2: warning: #warning the function pcap_setmintocopy() is not 
available
stubs.inc:433:2: warning: #warning the function pcap_sendqueue_alloc() is not 
available
stubs.inc:455:2: warning: #warning the function pcap_sendqueue_destroy() is 
not available
stubs.inc:469:2: warning: #warning the function pcap_sendqueue_queue() is not 
available
stubs.inc:484:2: warning: #warning the function pcap_sendqueue_transmit() is 
not available
stubs.inc:499:2: warning: #warning the function pcap_event() is not available
stubs.inc:514:2: warning: #warning the function pcap_setsampling() is not 
available
Pcap.c: In function `XS_Net__Pcap_dump_open':
Pcap.c:541: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_setnonblock':
Pcap.c:574: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_getnonblock':
Pcap.c:624: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_dispatch':
Pcap.c:676: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_loop':
Pcap.c:724: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_next':
Pcap.c:767: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_next_ex':
Pcap.c:831: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_dump':
Pcap.c:898: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_compile':
Pcap.c:970: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_setfilter':
Pcap.c:1050: warning: cast to pointer from integer of different size
Pcap.c:1057: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_freecode':
Pcap.c:1085: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_breakloop':
Pcap.c:1112: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_close':
Pcap.c:1139: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_dump_close':
Pcap.c:1166: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_dump_file':
Pcap.c:1194: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_dump_flush':
Pcap.c:1232: warning: cast to pointer from integer of different size
Pcap.c: In function `XS_Net__Pcap_datalink':
Pcap.c:1262: warning: cast to pointer from integer of 

Re: mplayer dvdnav and teletext

2008-01-02 Thread Thomas Zander
On 02/01/2008, Dominic Fandrey [EMAIL PROTECTED] wrote:

 is there a reason that there are no options to build mplayer with teletext and
 dvdnav support?

Well, dvdnav always seemed to be unreliable or not working at all. Has
that changed recently? And concerning teletext...I simply never tried
it. Feel free to send patches.

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