Re: sudo 1.6.9 segfault

2007-07-23 Thread Norberto Meijome
On Sun, 22 Jul 2007 23:55:43 -0400 Tom McLaughlin <[EMAIL PROTECTED]> wrote: > I've just committed the fix for this. You should be fine after you > update. > > tom confirmed working fine. Thanks!!! _ {Beto|Norberto|Numard} Meijome "Build a system that even a fool can u

gnome-netstatus : struct wi_req broken in src/sys/dev/wi/if_wavelan_ieee.h

2007-07-23 Thread Vincent Blondel
Hello Marcus, Have you already seen gnome-netstatus port is broken due to a bad call to src/sys/dev/wi/if_wavelan_ieee.h. ports/gnome-netstatus/src/netstatus-sysdeps.c is patched by adding support for wireless compatibility with these lines .. +#if __FreeBSD_version >= 602000 +#include +#inclu

Re: Eclipse Aptana (Was Re: eclipse 3.3.0)

2007-07-23 Thread David Southwell
On Sunday 22 July 2007 16:42:58 Norberto Meijome wrote: > On Sun, 22 Jul 2007 07:56:49 -0700 > > David Southwell <[EMAIL PROTECTED]> wrote: > > Yes Aptana provides full support for rails developments and integrates > > really well with subversion. If you use Ruby on Rails and Ajax on Rails > > as p

Re: sudo 1.6.9 Last login problem

2007-07-23 Thread Michael Stevens
On Jul 23 2007, Makoto Matsushita wrote: Currently when I run sudo I'm getting a "Last login" line output before every command, pam_lastlog(8) makes the message. If you don't need it, comment out 'session include system' line in ${LOCALBASE}/etc/pam.d/sudo. Thanks, that seems to have fixed

HEADS UP: default CONFIGURE_ARGS changed

2007-07-23 Thread Rong-En Fan
FYI, the default CONFIGURE_ARGS for GNU_CONFIGURE is now having --mandir and --infodir if configure script supports them (determined by configure --help). I have eliminated most of them in ports' makefile. I plan to do a sweep to remove them all. Regards, Rong-En Fan - Forwarded message from

FreeBSD Port: p5-Nagios-Plugin-0.17

2007-07-23 Thread Christian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Gerrit, I just installed your FreeBSD port for the Nagios::Plugin perl module. When I first tried using Nagios::Plugin from a script, it failed with: Can't locate Math/Calc/Units.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr

JDK for linux-firefox 2.0.0.5

2007-07-23 Thread Chris Billington
Dear list, Which jdk should be used for the current version of linux-firefox (2.0.0.5)? (6.2-STABLE) I have tried linux-blackdown/jdk14, linux-sun/jdk15, and even the latest linux jdk 1.6 from the Sun website. linux-sun/jdk15 reports security vulnerabilities and won't install. All of the above

Current unassigned ports problem reports

2007-07-23 Thread FreeBSD bugmaster
Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has bee

Re: How to include new dirs in @INC

2007-07-23 Thread Anton Berezin
On Sun, Jul 22, 2007 at 11:08:44PM -0500, Paul Schmehl wrote: > I'm working on a port upgrade, and I'm copying some perl modules to > %%SITE_PERL%%/mach/newdir. Unfortunately, the scripts won't run because > the perl modules aren't included in @INC. How do I update @INC to include > the new pa

Re: JDK for linux-firefox 2.0.0.5

2007-07-23 Thread Norberto Meijome
On Mon, 23 Jul 2007 11:30:34 +0200 "Chris Billington" <[EMAIL PROTECTED]> wrote: > Dear list, > > Which jdk should be used for the current version of linux-firefox > (2.0.0.5)? (6.2-STABLE) > > I have tried linux-blackdown/jdk14, linux-sun/jdk15, and even the > latest linux jdk 1.6 from the Sun

Re: HEADS UP: default CONFIGURE_ARGS changed

2007-07-23 Thread Simon Barner
Rong-En Fan wrote: > FYI, the default CONFIGURE_ARGS for GNU_CONFIGURE is now > having --mandir and --infodir if configure script supports them > (determined by configure --help). I have eliminated most > of them in ports' makefile. I plan to do a sweep to remove > them all. Do you also plan to t

ion-3 20070720: undefined reference to lua

2007-07-23 Thread Filip Lenaerts
hi everyone, recently i upgraded from the very stable 5.x to 6.2-stable. i portupgraded/recompiled all of my favourites and they all work ... except for the new ion-3: in the make step, i always get undefined references: ... cc ion-statusd.o exec.o extlrx.o exports.o -L/usr/local/lib -lintl

Re: ion-3 20070720: undefined reference to lua

2007-07-23 Thread Garrett Cooper
Filip Lenaerts wrote: hi everyone, recently i upgraded from the very stable 5.x to 6.2-stable. i portupgraded/recompiled all of my favourites and they all work ... except for the new ion-3: in the make step, i always get undefined references: ... cc ion-statusd.o exec.o extlrx.o exports.o

Re: ion-3 20070720: undefined reference to lua

2007-07-23 Thread Filip Lenaerts
hi garett, On Mon, Jul 23, 2007 at 08:11:30AM -0700, Garrett Cooper wrote: > >recently i upgraded from the very stable 5.x to 6.2-stable. i > >portupgraded/recompiled all of my favourites and they all work ... except > >for the new ion-3: in the make step, i always get undefined references: > >

Re: "make index" on 4.10-STABLE

2007-07-23 Thread Tuc at T-B-O-H.NET
> > On Fri, Jul 20, 2007 at 08:10:58PM -0400, Tuc at T-B-O-H.NET wrote: > > > > vjofn# mv /etc/make.conf /etc/make.conf.hold > > vjofn# make index > > Generating INDEX - please wait..===> arabic/ae_fonts_mono failed > > *** Error code 1 > > ===> accessibility/at-poke failed > > *** Error code 1 >

Re: HEADS UP: default CONFIGURE_ARGS changed

2007-07-23 Thread Rong-en Fan
On 7/23/07, Simon Barner <[EMAIL PROTECTED]> wrote: Rong-En Fan wrote: > FYI, the default CONFIGURE_ARGS for GNU_CONFIGURE is now > having --mandir and --infodir if configure script supports them > (determined by configure --help). I have eliminated most > of them in ports' makefile. I plan to do

Re: sudo 1.6.9 Last login problem

2007-07-23 Thread Tom McLaughlin
On Mon, 2007-07-23 at 10:36 +0100, Michael Stevens wrote: > On Jul 23 2007, Makoto Matsushita wrote: > > >> Currently when I run sudo I'm getting a "Last login" line output > >> before every command, > > > >pam_lastlog(8) makes the message. If you don't need it, comment out > >'session include s

Problem linking math-atlas libraries after update

2007-07-23 Thread Arjan Gijsberts
Hi, Yesterday I have upgraded math/atlas-devel to version atlas3.7.34. Since then I receive several errors when trying to link my application with the libraries 'cblas' and 'clapack'. Needless to say, prior to the update everything was linking just fine. The errors that I get are 'undefined

Xorg upgrade issues, pulling wrong lib

2007-07-23 Thread Tuc at T-B-O-H.NET
Hi, I've asked this on questions, but thought maybe porters would have a better idea... I'm following the directions to upgrade Xorg (REALLY I AM, PROMISE!) and I'm seeing this fly by my screen : /usr/local/bin/bdftopcf -t lubR12-ISO8859-13.bdf | gzip > lubR12-ISO8859-13.pcf.gz

Re: JDK for linux-firefox 2.0.0.5

2007-07-23 Thread Chris Billington
On 7/23/07, Norberto Meijome <[EMAIL PROTECTED]> wrote: On Mon, 23 Jul 2007 11:30:34 +0200 "Chris Billington" <[EMAIL PROTECTED]> wrote: > Dear list, > > Which jdk should be used for the current version of linux-firefox > (2.0.0.5)? (6.2-STABLE) > > I have tried linux-blackdown/jdk14, linux-sun/

SRC_BASE vs SYSDIR

2007-07-23 Thread Sean C. Farley
Since I need to have more than one branch of FreeBSD checked out, I place them in /usr/FreeBSD/. This brought to my attention the use of two different variables to find /usr/src/sys in at least three ports with kernel modules. 1. emulators/kqemu-kmodSRC_BASE (in port Makefile) 2. sysutils/de

[Fwd: FreeBSD Port: fusefs-unionfs-0.17]

2007-07-23 Thread Mads Lønsethagen
It seems it's related to the FreeBSD port yes... I'll just CC this to the port maintainer. Mads Radek Podgorny wrote: > Hi! So I got it correctly, this is not related to unionfs (just fuse), > right? I've just tried to build bot 0.17 and devel versions against > fuse-2.7.0 on gentoo linux and ev

Re: JDK for linux-firefox 2.0.0.5

2007-07-23 Thread Nikola Lecic
Hello Chris and Norberto, Just to add a couple of ideas... On Mon, 23 Jul 2007 21:17:47 +0200 "Chris Billington" <[EMAIL PROTECTED]> wrote: > On 7/23/07, Norberto Meijome <[EMAIL PROTECTED]> wrote: [...] > > I imagine the java plugin doesn't show in about:plugins . > > In that case, make sure th

Re: "make index" on 4.10-STABLE

2007-07-23 Thread Mark Linimon
On Mon, Jul 23, 2007 at 11:40:13AM -0400, Tuc at T-B-O-H.NET wrote: > I went back to the EOL branch, got the devel/make, installed it. > Went back to the current state, and still had the issue. I vaguely recall that right as we tagged the tree as EOL, one of the ports changed underneath us and bro

Re: How to include new dirs in @INC

2007-07-23 Thread Paul Schmehl
Somehow I missed Anton's response, so I'm copying it here so I can respond as well. On Sun, Jul 22, 2007 at 11:08:44PM -0500, Paul Schmehl wrote: I'm working on a port upgrade, and I'm copying some perl modules to %%SITE_PERL%%/mach/newdir. Unfortunately, the scripts won't run because the per

Re: sudo 1.6.9 Last login problem

2007-07-23 Thread Tom McLaughlin
On Mon, 2007-07-23 at 21:05 +0100, Michael Stevens wrote: > On Mon, Jul 23, 2007 at 12:19:13PM -0400, Tom McLaughlin wrote: > > It was not a minor upgrade by any means. It's mostly back porting of > > almost 2 years of work on sudo 1.7 (HEAD). A full list of changes can > > be found in the CHANGE

Re: JDK for linux-firefox 2.0.0.5

2007-07-23 Thread Norberto Meijome
On Mon, 23 Jul 2007 22:52:58 +0200 Nikola Lecic <[EMAIL PROTECTED]> wrote: > > However, I gave up on getting Java working in Linux-Firefox. The > > plugins _do_ show in about:plugins, but the Java test page shows > > 'applet testvm not inited' (on the sun-jdk14 only, otherwise nothing). > > The Ja

Perl Dependancies in 7-CURRENT

2007-07-23 Thread Tony Holmes
System Info: 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Fri Jul 20 08:42:22 EDT 2007 amd64 Ports cvsup'd at 7pm EST, July 23, 2007. I am installing various ports as part of an incoming mail system. I have found that *all* perl ports are failing to generate a valid Makefile. eg: p5-Mail-SpamAssassin:

HEADS UP: Impending autotools changes

2007-07-23 Thread Ade Lovett
In the next few days, after extensive testing, the next major update to the autotools infrastructure will be committed to the ports tree. These changes bring FreeBSD's autoconf/automake in line with autotool suites available on other platforms, allowing for multiple versions to be installed

net-p2p/linux-edonkey-core - why was the admin control removed?

2007-07-23 Thread Chris H.
Greetings, There seem to a couple of problems with net-p2p/linux-edonkey-core-1.3.0. The documantation indicates that the following command should be run on it's first invocation: pass followed by: q y Having done this and then following further instructions in the documentation. I am told that

FreeBSD Port: mono-1.2.3.1_2

2007-07-23 Thread David Hunt
Hi there I have attempted to build the package and hit the following error, is this a known issue? ===> Extracting for mono-1.2.3.1_2 => MD5 Checksum OK for mono-1.2.3.1.tar.gz. => SHA256 Checksum OK for mono-1.2.3.1.tar.gz. ===> Patching for mono-1.2.3.1_2 ===> Applying FreeBSD patc