building profiling libraries in ports

2007-01-03 Thread Rong-En Fan
To determine whether to build profiling libraries in a port, should we use NO_PROFILE as the check? IIRC, on -current, src.conf does not pollute ports build. Therefore, the port does not know this variable. Or, shall I use WITHOUT_PROFILE for this purpose? Thanks, rong-En Fan

Re: [Mulberry-discuss] Problem with mail/mulberry

2007-01-03 Thread Palle Girgensohn
Hi Paul, Sounds strange that it complains about libXext.so.6, but perhaps you just didn't have linux-xorg-libs installed or up to date. Seens like the deinstall/reinstall process fixed that. How did you portupgrade, with `-R'? What versions of linux-emulation and other linux ports do you

Re: FreeBSD Port: joomla-1.0.11

2007-01-03 Thread Francisco Cabrita include
Hello Giovanni First of all, Happy New Year! :) Many thanks for your alert, and sorry only to anwser today. I was on vacation but I will patch it as soon as I can. Best Regards Francisco Cabrita -- Nucleo Portugues de FreeBSD - Core Member http://npf.pt.freebsd.org

NMAP 4.20 Port broken?

2007-01-03 Thread Daniel Prinz
Hi, I can't compile NMAP 4.20 with my freshly updated ports collection. It stops when compiling the file output.cc Here is the error message: c++ -c -Ilibdnet-stripped/include -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=opteron -Wall -I/usr/include -Ilibpcap -Inbase

Re: ports/106813: Can I get a maintainer-timeout and commit?

2007-01-03 Thread Stanislav Sedov
On Sun, 31 Dec 2006 09:35:24 -0600 (CST) Larry Rosenman ler@lerctr.org mentioned: This is a simple patch add to fix an obvious issue. Can I get a committer to declare a maintainer-timeout and commit: ports/106813? Thanks! I think we'll probably wait until holidays is over - sure, mnag@

The port ntfs-3g-0.20061115-BETA.tgz is not found.

2007-01-03 Thread Isaia
The port http://www.ntfs-3g.org/ntfs-3g-0.20061115-BETA.tgz is not accessible on your site. Please correct this problem. I need this port. Thanks. Regards. -- Isaia Luciano ___ freebsd-ports@freebsd.org mailing list

Re: ports/106813: Can I get a maintainer-timeout and commit?

2007-01-03 Thread Larry Rosenman
the dbmail guys are in contact with the upstream author. No replies yet. They (the dbmail folks) are putting a workaroundin for an additional issue with the library. Without this patch, bad things will happen. I've stopped using dbmail pending their fix. Having this patch committed would

[patch] Fix for fetch-error of graphics/py-cairo

2007-01-03 Thread Philipp Ost
Hi list, I just tried updating py24-cairo (graphics/py-cairo) to the current version. The package pycairo-1.2.6.tar.gz is neither on the official server, nor on the FreeBSD ftp-servers. To fix that, I searched (and obviously found) a new source for that package. With the following patch,

Re: NMAP 4.20 Port broken?

2007-01-03 Thread Wesley Shields
On Wed, Jan 03, 2007 at 11:48:31AM +0100, Daniel Prinz wrote: Hi, I can't compile NMAP 4.20 with my freshly updated ports collection. It stops when compiling the file output.cc Here is the error message: c++ -c -Ilibdnet-stripped/include -I/usr/local/include -O2 -fno-strict-aliasing

portaudit forgot 2006 vulnerabilities

2007-01-03 Thread David Taylor
Whilst catching up with the daily run and security run e-mails from the past few days, I noticed the portaudit database was restarted at the beginning of the year. Is this the expected behaviour? Now I still have vulnerable ports (with problems from last year which, until Monday, were faithfully

Re: The port ntfs-3g-0.20061115-BETA.tgz is not found.

2007-01-03 Thread Boris Samorodov
On Wed, 3 Jan 2007 13:04:45 +0100 Isaia wrote: The port http://www.ntfs-3g.org/ntfs-3g-0.20061115-BETA.tgz is not accessible on your site. Please correct this problem. I need this port. Thanks. Regards. You may give it a try: http://www.freebsd.org/cgi/query-pr.cgi?pr=107475 WBR -- Boris

Re: NMAP 4.20 Port broken?

2007-01-03 Thread Wesley Shields
On Wed, Jan 03, 2007 at 11:48:31AM +0100, Daniel Prinz wrote: Hi, I can't compile NMAP 4.20 with my freshly updated ports collection. It stops when compiling the file output.cc [snip] Daniel, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/107478 The patch there fixed the build on a 6.1

Re: PLIST_FILES question

2007-01-03 Thread Beech Rintoul
On Tuesday 02 January 2007 23:09, Gabor Kovesdan wrote: Beech Rintoul schrieb: On Tuesday 02 January 2007 13:43, you wrote: Beech Rintoul schrieb: Thanks to everyone who responded. I somehow missed that handbook section, but I have it figured out now. What I needed to do is the

Re: NMAP 4.20 Port broken? - PR ports/107478

2007-01-03 Thread Daniel Roethlisberger
Daniel Prinz [EMAIL PROTECTED] 2007-01-03: output.cc:746: error: incompatible types in assignment of `__va_list_tag*' to `__va_list_tag[1]' gmake: *** [output.o] Error 1 A previous 4.x fix was broken, enabling the 4.x workaround on all FreeBSD releases. I am correcting this error in PR

Re: portaudit forgot 2006 vulnerabilities

2007-01-03 Thread Simon L. Nielsen
On 2007.01.03 19:32:58 +0100, Simon Barner wrote: David Taylor wrote: Whilst catching up with the daily run and security run e-mails from the past few days, I noticed the portaudit database was restarted at the beginning of the year. Is this the expected behaviour? Now I still have

Re: can't upgrade proftpd in FreeBSD 6.2-PRERELEASE

2007-01-03 Thread Chris
On 01/01/07, Beech Rintoul [EMAIL PROTECTED] wrote: On Monday 01 January 2007 02:28, Chris wrote: On 31/12/06, Beech Rintoul [EMAIL PROTECTED] wrote: On Sunday 31 December 2006 06:02, [EMAIL PROTECTED] wrote: On all of my installations that have proftpd-1.3.0_5 I get the following error

Re: PLIST_FILES question

2007-01-03 Thread Andrew Pantyukhin
On 1/3/07, Gabor Kovesdan [EMAIL PROTECTED] wrote: Beech Rintoul schrieb: Thanks to everyone who responded. I somehow missed that handbook section, but I have it figured out now. What I needed to do is the following: .if defined(WITH_MYSQL) USE_MYSQL=yes

Re: PLIST_FILES question

2007-01-03 Thread Gabor Kovesdan
Andrew Pantyukhin schrieb: On 1/3/07, Gabor Kovesdan [EMAIL PROTECTED] wrote: Beech Rintoul schrieb: Thanks to everyone who responded. I somehow missed that handbook section, but I have it figured out now. What I needed to do is the following: .if defined(WITH_MYSQL) USE_MYSQL=yes

Problems with PR system?

2007-01-03 Thread Paul Schmehl
I submitted a PR yesterday updating devel/byaccj. My maillogs show the message being accepted, but I've not gotten a response. Is the PR system backlogged? Down? Wassup? Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas

Re: [Mulberry-discuss] Problem with mail/mulberry

2007-01-03 Thread Paul Schmehl
Yes, I think the deinstall/reinstall properly registered the library. I ran portupgrade -ai and manually approved each upgrade. linux-emulation: pkg_info -a | grep linux_base Information for linux_base-fc-4_9: Yes, the S/MIME plugin worked in previous versions. Not sure what happened,

Massive upgrade after updating gnutls-1.4.5 port

2007-01-03 Thread José G . Juanino
I read in the UPDATING file: ### gnutls has been updated to 1.6.1 and all shared libraries' versions have been bumped. So you need to rebuild all applications that depend on gnutls. Do something like: portupgrade -rf gnutls ### I run pkg_glob -r gnutls-1.4.5 and get 42 packages, including

Re: Problems with PR system?

2007-01-03 Thread Mark Linimon
There seems to have been a temporary problem with the email system either involving spasassassin or NFS. The message is queued and I will rescue it tomorrow; I am simply too tired tonight. I will note, again, that these problems should always be forwarded to bugmeister@ rather than the public

Request new Java-based finance application be added to FBSD ports

2007-01-03 Thread User1001
jGnash is a java-based personal finance manager using either single or double entry transactions that is open source and covered by several GPL/BSD licenses and one free to use/redistribute license (for Foxtrot component). I am not trying to promote jGnash as better than any other financial (or

Re: [Mulberry-discuss] Problem with mail/mulberry

2007-01-03 Thread Paul Schmehl
--On January 3, 2007 11:58:43 PM +0100 Palle Girgensohn [EMAIL PROTECTED] wrote: If you try to downgrade to the previous version, does it help? Just to let me know for sure it is the upgrade that gives you the trouble. Downgrading to version 4.0.5 resolves the problem with the S/MIME plugin