Re: Call for tester: VirtualBox 3.1.2 for FreeBSD

2010-01-04 Thread James R. Van Artsdalen
John Baldwin wrote: I'm seeing this as well: kernel: link_elf_obj: symbol _Z6strlenPKc undefined ...which, I suppose, is the real kldload error message. Looks like it is trying to use a C++ named-version of strlen(): % echo _Z6strlenPKc | c++filt strlen(char const*) Is the kernel

Re: portmaster-with-package-support release candidate available for testing

2010-01-04 Thread Alberto Villa
On Monday 04 January 2010 07:19:34 Doug Barton wrote: First, if you could start a new thread for each problem that would help me keep track of them. of course! sorry, i'm used to have everything in only one big box :) Second, if you could write a brief explanation of what you see as the

doxygen 1.6.2: portmaster reports error: qt.prf:170: Unknown test function: qtAddLibrary

2010-01-04 Thread O. Hartmann
After performing updates via portmaster on a regular basis on a FreeBSD 8.0-STABLE/amd64 server, I got this following sticky error. I have no clue how to fix this. Any ideas? Regards, Oliver --- g++ -o ../bin/doxytag ../objects/doxytag.o ../objects/logos.o ../objects/version.o

Current unassigned ports problem reports

2010-01-04 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

Linux - Skulltag / FMOD issue

2010-01-04 Thread Edwin Groothuis
Hello, I was pointed to Skulltag today, a Doom/Heretic etc engine. Unfortunately it is Linux only, but with the Linuxolator it should work. After installing the libraries from www.fmod.org it worked (yay!), except for the sound: I_InitSound: Initializing FMOD FMOD Sound System, copyright

Re: INDEX failing on 6.3/i386

2010-01-04 Thread Jörgen Blomberg
Andrea Venturoli wrote: Hello. Am I the only one who's not able to build INDEX on the above version? I didn't see anything on the list WRT to this topic. What I get is: mod_webapp-4.1.24_3: /usr/ports/www/apache1.3.6 non-existent -- dependency list incomplete I had the same error with

Re: Linux - Skulltag / FMOD issue

2010-01-04 Thread Boris Samorodov
On Mon, 4 Jan 2010 23:23:19 +1100 Edwin Groothuis wrote: I was pointed to Skulltag today, a Doom/Heretic etc engine. Unfortunately it is Linux only, but with the Linuxolator it should work. After installing the libraries from www.fmod.org it worked (yay!), What's uname of your system?

Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2)

2010-01-04 Thread Beat Gaetzi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, First of all thanks a lot for all the valuable feedback. We have updated the ports to fix the reported problems: - - virtualbox-ose-additions: - Update to a more recent svn snapshot. The kernel module from 3.1.2 was not loadable. - Adjust

looking for port to clone that pulls code from git repo

2010-01-04 Thread Steve Franks
I've got a project to port that doesn't do releases, just puts out the git. I know we've got alot of ports that pull strait from cvs or svn, is there a good corresponding example for git? Thanks, Steve ___ freebsd-ports@freebsd.org mailing list

Re: looking for port to clone that pulls code from git repo

2010-01-04 Thread Yuri Pankov
On Mon, Jan 04, 2010 at 10:06:57AM -0700, Steve Franks wrote: I've got a project to port that doesn't do releases, just puts out the git. I know we've got alot of ports that pull strait from cvs or svn, is there a good corresponding example for git? Thanks, Steve I'm not sure if we really

Re: INDEX failing on 6.3/i386

2010-01-04 Thread Andrea Venturoli
Jörgen Blomberg ha scritto: I don't use mod_webapp, so this configuration is done only to be able to build INDEX. Neither do I, so I guess I'll follow your suggestion. bye thanks av. ___ freebsd-ports@freebsd.org mailing list

Re: Linux - Skulltag / FMOD issue

2010-01-04 Thread Edwin Groothuis
Hello Boris, On Mon, Jan 04, 2010 at 07:08:18PM +0300, Boris Samorodov wrote: On Mon, 4 Jan 2010 23:23:19 +1100 Edwin Groothuis wrote: I was pointed to Skulltag today, a Doom/Heretic etc engine. Unfortunately it is Linux only, but with the Linuxolator it should work. After installing the

Re: Linux - Skulltag / FMOD issue

2010-01-04 Thread Sean C. Farley
On Mon, 4 Jan 2010, Edwin Groothuis wrote: Hello, I was pointed to Skulltag today, a Doom/Heretic etc engine. Unfortunately it is Linux only, but with the Linuxolator it should work. After installing the libraries from www.fmod.org it worked (yay!), except for the sound: I_InitSound:

FreeBSD Port: libftdi-0.14_1

2010-01-04 Thread Steve Franks
Hi, It seems our libftdi is several versions behind (current is 0.17). I'm no expert, but I got 0.17 to build by adding the following to /usr/ports/devel/libftdi/Makefile: WITH_BOOST=yes CONFIGURE_ARGS+=--with-boost=/usr/local/include/boost CFLAGS+=-I${LOCALBASE}/include

Re: looking for port to clone that pulls code from git repo

2010-01-04 Thread Doug Barton
Steve Franks wrote: I've got a project to port that doesn't do releases, just puts out the git. I know we've got alot of ports that pull strait from cvs or svn, No, we don't. We've got some ports that create tarballs from known-good checkpoints in 3rd party svn repos, and then build the port

Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2)

2010-01-04 Thread Brandon Gooch
Working great here! I'm running it on a couple of notebooks and a desktop. Hosts: FreeBSD 9.0-CURRENT, FreeBSD 8.0-STABLE Guests: Windows XP SP3 32-bit Windows 7 32-bit PC-BSD 8.0 BETA (with virtualbox-ose-additions; video and mouse integration working properly) -Brandon

Re: pkg_debunk

2010-01-04 Thread Aleksandar Simic
2009/12/31 Doug Barton do...@freebsd.org: Aleksandar Simic wrote: running my tool I get these results: ./pkg_debunk.rb ca_root_nss-3.12.4:   missing /usr/local/etc/ssl/cert.pem ruby18-gems-1.3.5:   missing /usr/local/lib/ruby/gems/1.8/cache/sources-0.0.2.gem   missing

Re: pkg_debunk

2010-01-04 Thread Aleksandar Simic
Hello Eculp, (not sniping the missing paths, my answer/question at the bottom) 2009/12/31 eculp ec...@encontacto.net: Quoting Doug Barton do...@freebsd.org: Aleksandar Simic wrote: running my tool I get these results: ./pkg_debunk.rb ca_root_nss-3.12.4:  missing