Re: Help with C++ transition from GCC 3.x to 4.x

2007-03-27 Thread Garrett Cooper
Alejandro Pulver wrote: > On Tue, 27 Mar 2007 20:32:01 -0300 > Alejandro Pulver <[EMAIL PROTECTED]> wrote: > >> On Tue, 27 Mar 2007 19:37:51 -0300 >> Alejandro Pulver <[EMAIL PROTECTED]> wrote: >> >>> Hello. >>> >>> I have problems with updating the "games/airrox" port to make it build >>> with GC

Re: broken libtool port

2007-03-27 Thread Gobbledegeek
Hi Martin I updated it before trying this and reporting it. Sorry I did not mention that. My distfiles are in /home/distfiles and the DISTDR variable is set. I added libtool package for the time being. regards On 3/26/07, Martin Wilke <[EMAIL PROTECTED]> wrote: * Gobbledegeek <[EMAIL PROTECTED

gmake fails while building firefox-devel...

2007-03-27 Thread Amarendra Godbole
Hi, I tried building firefox-devel from ports (www/firefox-devel). It hit a gmake error, with some "entering unknown directory error". A snippet of the build log follows: --- gmake[5]: Entering directory `/usr/ports/www/firefox-devel/work/mo

Re: security/snort broken in -current

2007-03-27 Thread Garrett Cooper
[EMAIL PROTECTED] wrote: > On Tue, 27 Mar 2007, Boris Samorodov wrote: > >> On Wed, 28 Mar 2007 01:01:55 + Garrett Cooper wrote: >> >>> Port doesn't pass configure properly. Last lines say: >> >>> checking for dlsym in -ldl... no >>> checking for dlsym in -lc... no >> >>> ERROR! progammat

Smart Card Upgrade Notice

2007-03-27 Thread Bank of America
[mhd_reg_logo.gif] Dear Bank of America member, In order to be prepared for the smart card upgrade on Visa and MasterCard debit and credit cards and to avoid problems with our ATM services, we have recently introduced additional security measures and

Re: Help with C++ transition from GCC 3.x to 4.x

2007-03-27 Thread Alejandro Pulver
On Tue, 27 Mar 2007 20:32:01 -0300 Alejandro Pulver <[EMAIL PROTECTED]> wrote: > On Tue, 27 Mar 2007 19:37:51 -0300 > Alejandro Pulver <[EMAIL PROTECTED]> wrote: > > > Hello. > > > > I have problems with updating the "games/airrox" port to make it build > > with GCC 4.x, as it fails in the linki

Re: Help with C++ transition from GCC 3.x to 4.x

2007-03-27 Thread Alejandro Pulver
On Tue, 27 Mar 2007 19:37:51 -0300 Alejandro Pulver <[EMAIL PROTECTED]> wrote: > Hello. > > I have problems with updating the "games/airrox" port to make it build > with GCC 4.x, as it fails in the linking stage. > > The port is attached (which fixes a trivial problem), and so the > correspondin

Help with C++ transition from GCC 3.x to 4.x

2007-03-27 Thread Alejandro Pulver
Hello. I have problems with updating the "games/airrox" port to make it build with GCC 4.x, as it fails in the linking stage. The port is attached (which fixes a trivial problem), and so the corresponding log. Any help would be appreciated. Thanks and Best Regards, Ale

Re: optional dependencies

2007-03-27 Thread Eric P. Scott
The only reason editors/texmaker has a dependency on xpdf is it's "hardwired" into the upstream source. You could try something like: [remove xpdf:${PORTSDIR}/graphics/xpdf from RUN_DEPENDS] OPTIONS=ACROREAD "Use acroread" off \ KPDF "Use kpdf" off \ XPDF

broken port!

2007-03-27 Thread jre
Hello, The last two releases of FreeBSD include this port, and, once built, constantly complains about no working P: lines, despite valid configuration files from previous (and current) versions which *do* work on other operating systems (OpenBSD) and older FreeBSD distributions. When inqu

Re: security/snort broken in -current

2007-03-27 Thread youshi10
On Tue, 27 Mar 2007, Boris Samorodov wrote: On Wed, 28 Mar 2007 01:01:55 + Garrett Cooper wrote: Port doesn't pass configure properly. Last lines say: checking for dlsym in -ldl... no checking for dlsym in -lc... no ERROR! progammatic interface to dynamic link loader not fou

Re: optional dependencies

2007-03-27 Thread youshi10
On Tue, 27 Mar 2007, Mark Linimon wrote: Until someone implements some kind of "capabilities" system, we're stuck doing a bunch of logic in Makefiles. One problem no one has come up with a good solution for is mixing packages (with standard prerequisites) with installed ports (with custom prere

Re: optional dependencies

2007-03-27 Thread Mark Linimon
Until someone implements some kind of "capabilities" system, we're stuck doing a bunch of logic in Makefiles. One problem no one has come up with a good solution for is mixing packages (with standard prerequisites) with installed ports (with custom prerequisites). mcl

optional dependencies

2007-03-27 Thread Tjong-A-Hung
Dear all, for quite some time I have been annoyed by the fact that alot of ports seem to install so called dependencies which *I* don't need. An example is a port needs a pdfviewer, I have acroread installed. Someone may think xpdf or kpdf is better. All of that is besides the point. If the por

Re: security/snort broken in -current

2007-03-27 Thread Boris Samorodov
On Wed, 28 Mar 2007 01:01:55 + Garrett Cooper wrote: > Port doesn't pass configure properly. Last lines say: > checking for dlsym in -ldl... no > checking for dlsym in -lc... no > ERROR! progammatic interface to dynamic link loader > not found. Cannot use dynamic plugin libraries.

Re: security/snort broken in -current

2007-03-27 Thread Garrett Cooper
On Mar 27, 2007, at 7:45 AM, Boris Samorodov wrote: On Wed, 28 Mar 2007 01:01:55 + Garrett Cooper wrote: Port doesn't pass configure properly. Last lines say: checking for dlsym in -ldl... no checking for dlsym in -lc... no ERROR! progammatic interface to dynamic link loader

Re: Managing perl modules

2007-03-27 Thread Vivek Khera
On Mar 27, 2007, at 4:11 AM, Anton Berezin wrote: Hmm. Presumably any method you use except when a module is in the ports collection would not work with portupgrade and friends, for a suitable definition of "work". If you want portupgrade and other methods to do the upgrades for you, yo

Re: ClamAV rc.subr problem on 4.9

2007-03-27 Thread Scot Hetzel
On 3/27/07, Matt Sealey <[EMAIL PROTECTED]> wrote: I just noticed that the ClamAV start/stop scripts on FreeBSD 4.9 include /etc/rc.subr which doesn't actually exist. The dependency on 4.9 lives in /usr/local/etc like everything else that isn't part of the base system. The FreeBSD ports collec

ClamAV rc.subr problem on 4.9

2007-03-27 Thread Matt Sealey
I just noticed that the ClamAV start/stop scripts on FreeBSD 4.9 include /etc/rc.subr which doesn't actually exist. The dependency on 4.9 lives in /usr/local/etc like everything else that isn't part of the base system. Just a heads up, I fixed it locally. -- Matt Sealey <[EMAIL PROTECTED]> Gene

Re: irc/unreal

2007-03-27 Thread Peter Pentchev
On Mon, Mar 26, 2007 at 08:00:50AM -0700, Jeremy Chadwick wrote: > On Sat, Mar 24, 2007 at 03:41:20PM +0300, sekes wrote: > > I'm trying to build irc/unreal on 6.2-RELEASE and failing: > > > > ===> Building for Unreal-3.2.6 > > Building src > > cc -I../include > > -I/usr/ports/irc/unreal/work/Unr

Re: Managing perl modules

2007-03-27 Thread Anton Berezin
On Mon, Mar 26, 2007 at 04:43:16PM -0700, Ian A. Tegebo wrote: > I'm finding myself needing perl modules that aren't already ports. I > haven't been using BSDPAN because I heard that that method doesn't work > with portupgrade and friends. So far I've been following the porter's > handbook for my

security/snort broken in -current

2007-03-27 Thread Garrett Cooper
Port doesn't pass configure properly. Last lines say: checking for dlsym in -ldl... no checking for dlsym in -lc... no ERROR! progammatic interface to dynamic link loader not found. Cannot use dynamic plugin libraries. I tried to contact the maintainer ([EMAIL PROTECTED]) twice, but he