sendip port

2009-08-22 Thread Doug Hardie
Has anyone managed to get sendip on 7.2 to work for IPv6? No matter what I have tried it always sets the next header field to 'ff'. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

INDEX now builds successfully on 6.x

2009-08-22 Thread Erwin Lansing
___ 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: webkit-gtk2 vs libtool-2.2.6a

2009-08-22 Thread Fabian Keil
Andriy Gapon wrote: > webkit-gtk2 fails to build after libtool-2.2.6a update. > Auto tools provide some helpful self diagnostics: > ===> Configuring for webkit-gtk2-1.0.1_8 In related news, is anyone currently working on a webkit update? Neither uzbl nor the latest Liferea release are satisfie

Re: vsftpd 2.2.0 - FTP clients (PASV) not working after upgrade from 2.1.0

2009-08-22 Thread Richard Toohey
On 20/08/2009, at 9:41 PM, Richard Toohey wrote: Hi, all. Hopefully this is the right list; apologies if not. Wondering if anyone else has seen this or if something peculiar to my set-up. Server is i386 FreeBSD 7.2, ports upgraded with portmaster. vsftpd upgraded from 2.0.5 (or .6) to 2.1

Re: webkit-gtk2 vs libtool-2.2.6a

2009-08-22 Thread Jeremy Messenger
On Sat, 22 Aug 2009 04:57:04 -0500, Fabian Keil wrote: Andriy Gapon wrote: webkit-gtk2 fails to build after libtool-2.2.6a update. Auto tools provide some helpful self diagnostics: ===> Configuring for webkit-gtk2-1.0.1_8 In related news, is anyone currently working on a webkit update?

Re: pulseaudio build error (curious/strange)

2009-08-22 Thread Christoph Mallon
Andriy Gapon schrieb: ... /bin/sh /usr/obj/ports/usr/ports/audio/pulseaudio/work/gnome-libtool --tag=CC --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../src -I../src -I../src/modules -I../src/modules -I../src/modules/rtp -I../src/modules/rtp -I../src/modules/gconf

Re: cvs commit: ports/hebrew/he2 Makefile ports/hungarian/hunspell Makefile ports/hungarian/ispell Makefile ports/hungarian/jdictionary-eng-hun Makefile ports/hungarian/jdictionary-eng-hun-expr Makefi

2009-08-22 Thread QAT
The Restless Daemon identified a mtree error while trying to build: ferite-1.0.2_1 maintained by po...@freebsd.org Makefile ident: $FreeBSD: ports/lang/ferite/Makefile,v 1.27 2009/08/22 00:24:30 amdmi3 Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/ferite-1.0.2_1.log : 944220

[HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdy Guys, The FreeBSD Gecko Team will let you know what the plans for the future are and on what we are currently working. Goals: * Removal of mozilla, nvu, xulrunner and firefox2. * www/firefox35 should be moved to www/firefox. * The options USE_

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdy Guys, > > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and firef

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Joe Marcus Clarke
On Sat, 2009-08-22 at 20:22 +0200, Martin Wilke wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Howdy Guys, > > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and f

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Jeremy Messenger
On Sat, 22 Aug 2009 13:38:45 -0500, matt donovan wrote: On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Howdy Guys, The FreeBSD Gecko Team will let you know what the plans for the future are and on what we are currently working. Goals:

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 3:12 PM, J.-P. Klodzinski wrote: > matt donovan wrote: > > On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > > > > Howdy Guys, > > > > The FreeBSD Gecko Team will let you know what the plans for > > the future are and on what we are currently working. > > > > Goals:

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread J.-P. Klodzinski
matt donovan wrote: > On Sat, Aug 22, 2009 at 2:22 PM, Martin Wilke wrote: > > Howdy Guys, > > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and firefox2. > * www/firefox35 should

Re: pulseaudio build error (curious/strange)

2009-08-22 Thread Andriy Gapon
on 22/08/2009 19:59 Christoph Mallon said the following: > You are right, the macro code cannot work by design of the preprocssor: > #define TEMP_PACKAGE_VERSION PACKAGE_VERSION tells TEMP_PACKAGE_VERSION > to expand to PACKAGE_VERSION. This will in turn expand to whatever > PACKAGE_VERSION is defi

luasocket namespace clash with lighttpd mod_magnet

2009-08-22 Thread Robert Nagy
Hey, Basically - luasocket defines buffer_init(); which is common enough to be defined elsewhere and it is defined in mod_magnet, so you end up with a SIGSEGV. The attatched patch solves the issue by renaming the buffer_* funcs to ls_buffer_*. Its a totally safe diff that does not affect anythi

Re: ports/137843: Cannot compile devel/apr (version 1.3.8.1.3.9) on AMD64

2009-08-22 Thread Troy
Andriy Gapon wrote: on 21/08/2009 15:28 Jeremy Messenger said the following: On Fri, 21 Aug 2009 07:16:57 -0500, Matthias Andree wrote: Same for me, on i386. Removing the listed leftover libtool15/libltdl15 files/directories let the devel/apr build succeed, where it would fail before.

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread perryh
Martin Wilke wrote: > Background: > We have a lot of old stuff on the portstree and it's time > to cleanup old stuff. ... > * www/nvu last official release was in 2005, no longer >supported, and also some vulnerabilities. We have >www/kompozer which also need an update to ge

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Jeremy Messenger
On Sat, 22 Aug 2009 15:52:43 -0500, wrote: Martin Wilke wrote: Background: We have a lot of old stuff on the portstree and it's time to cleanup old stuff. ... * www/nvu last official release was in 2005, no longer supported, and also some vulnerabilities. We have www/ko

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread matt donovan
On Sat, Aug 22, 2009 at 5:35 PM, Jeremy Messenger wrote: > On Sat, 22 Aug 2009 15:52:43 -0500, wrote: > > Martin Wilke wrote: >> >>> Background: >>> We have a lot of old stuff on the portstree and it's time >>> to cleanup old stuff. >>> >> ... >> >>> * www/nvu last official release was i

Re: [HEADUP] FreeBSD Gecko's TODO and plan for future

2009-08-22 Thread Carlos A. M. dos Santos
On Sat, Aug 22, 2009 at 3:22 PM, Martin Wilke wrote: > The FreeBSD Gecko Team will let you know what the plans for > the future are and on what we are currently working. > > Goals: > * Removal of mozilla, nvu, xulrunner and firefox2. > * www/firefox35 should be moved to www/firefox. > * The options

starting vlc in X prevents keyboard input

2009-08-22 Thread Doug Barton
I had this problem myself and didn't have a chance to follow up on it. Tonight while looking for a PR to update to vlc version 1.0.1 I noticed that there is already a PR filed on this topic, but I thought I'd mention it to a wider audience just in case someone has a bright idea. FWIW I'm using ope