INDEX build failed for 6.x

2009-01-15 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done. Warning: Duplicate INDEX entry: kpovmodeler-1.1.3.4.1.2 Committers on the hook: jadawin lth miwi Most recent CVS update was: U

pkg_info confusion (and configure.kde3)

2009-01-15 Thread Andriy Gapon
I am reading pkg_info(1), I see that pkg_info can be executed without any options/arguments, but the man page doesn't tell what happens in this case. In practice I see that configure.kde3 executes pkg_info in the above fashion (after printing Looking for installed modules.) and what I observe is

Re: pkg_info confusion (and configure.kde3)

2009-01-15 Thread matt donovan
On Thu, Jan 15, 2009 at 8:11 AM, Andriy Gapon a...@icyb.net.ua wrote: I am reading pkg_info(1), I see that pkg_info can be executed without any options/arguments, but the man page doesn't tell what happens in this case. In practice I see that configure.kde3 executes pkg_info in the above

Re: pkg_info confusion (and configure.kde3)

2009-01-15 Thread Andriy Gapon
on 15/01/2009 15:29 matt donovan said the following: On Thu, Jan 15, 2009 at 8:11 AM, Andriy Gapon a...@icyb.net.ua mailto:a...@icyb.net.ua wrote: I am reading pkg_info(1), I see that pkg_info can be executed without any options/arguments, but the man page doesn't tell what

problem installing games/gtkpool

2009-01-15 Thread Robert Huff
h...@jerusalem make install === Installing for gtkpool-0.5.0_4 === gtkpool-0.5.0_4 depends on executable: pkg-config - found === gtkpool-0.5.0_4 depends on shared library: glib-12.3 - found === gtkpool-0.5.0_4 depends on shared library: gtk-12.2 - found === Generating temporary packing

Re: pkg_info confusion (and configure.kde3)

2009-01-15 Thread Wesley Shields
On Thu, Jan 15, 2009 at 03:31:32PM +0200, Andriy Gapon wrote: on 15/01/2009 15:29 matt donovan said the following: On Thu, Jan 15, 2009 at 8:11 AM, Andriy Gapon a...@icyb.net.ua mailto:a...@icyb.net.ua wrote: I am reading pkg_info(1), I see that pkg_info can be executed

Re: problem installing games/gtkpool

2009-01-15 Thread Robert Huff
Wesley Shields writes: === Installing for gtkpool-0.5.0_4 === gtkpool-0.5.0_4 depends on executable: pkg-config - found === gtkpool-0.5.0_4 depends on shared library: glib-12.3 - found === gtkpool-0.5.0_4 depends on shared library: gtk-12.2 - found === Generating temporary

upgrade 7.0 - 7.1 : portupgrade -af required?

2009-01-15 Thread Olivier Mueller
Hello, After an upgrade from FreeBSD 7.0 to 7.1 (with freebsd-update in my case), is it required to recompile all ports (portupgrade -af) like specified in some docs/blog-entries, or is it not *really* necessary? What are you doing on your production systems? Having to upgrade several servers

FreeBSD Port: cclient-2006j_1,1

2009-01-15 Thread Maxim Andruhovich
Hi, Could update cclient to latest version, please? due to cclient-2006j_1,1 multiple vulnerabilities http://www.vuxml.org/freebsd/a6713190-dfea-11dd-a765-0030843d3802.html http://www.vuxml.org/freebsd/69a20ce4-dfee-11dd-a765-0030843d3802.html there is new version of cclient at

Re: upgrade 7.0 - 7.1 : portupgrade -af required?

2009-01-15 Thread matt donovan
On Thu, Jan 15, 2009 at 10:07 AM, Olivier Mueller om-lists-...@omx.chwrote: Hello, After an upgrade from FreeBSD 7.0 to 7.1 (with freebsd-update in my case), is it required to recompile all ports (portupgrade -af) like specified in some docs/blog-entries, or is it not *really* necessary?

Re: upgrade 7.0 - 7.1 : portupgrade -af required?

2009-01-15 Thread Odhiambo Washington
On Thu, Jan 15, 2009 at 6:07 PM, Olivier Mueller om-lists-...@omx.chwrote: Hello, After an upgrade from FreeBSD 7.0 to 7.1 (with freebsd-update in my case), is it required to recompile all ports (portupgrade -af) like specified in some docs/blog-entries, or is it not *really* necessary?

INDEX now builds successfully on 6.x

2009-01-15 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: math/R fails to build

2009-01-15 Thread Philipp Ost
Rainer Hurling wrote: I have to set the following link, because R's configure is looking for pure name 'gfortran' # ln -s /usr/local/bin/gfortran43 /usr/local/bin/gfortran Thanks for the tip, but it didn't help either... I have to look into this in more detail sometime soon[tm]. ;-)

Work around for PR ports/128787

2009-01-15 Thread Clayton Scott Kern
I'm using CUPS and print to a HP 6840 deskjet printer. I can't print and get the error listed in the PR. I'm not sure how to do the work around. I tried to modify src/Makefile.in, but making the port failed during patching. ___

Re: Perl upgrade question

2009-01-15 Thread Dominic Fandrey
Robert Huff wrote: Dominic Fandrey writes: Having gotten that far, I've got 40+ files - or at least directories - in /usr/local/lib/perl5/site_perl/5.8.8. Most have the .pm extension, with a few .so, .bs, and .packlist thrown in. No .ph Am I in trouble? And if so, what

Re: Perl upgrade question

2009-01-15 Thread Robert Huff
Dominic Fandrey writes: For portupgrade: # find /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8 -type f -exec pkg_info -W \{} \; | grep -Eo '[^ ]+$' | sort -u | xargs -o portupgrade -f Afterwards there shouldn't be anything left belonging to a package.

Re: Perl upgrade question

2009-01-15 Thread Dominic Fandrey
Robert Huff wrote: Dominic Fandrey writes: For portupgrade: # find /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8 -type f -exec pkg_info -W \{} \; | grep -Eo '[^ ]+$' | sort -u | xargs -o portupgrade -f Afterwards there shouldn't be anything left belonging

La sécurité avant tout

2009-01-15 Thread Securitas Direct
Si vous ne pouvez pas voir correctement ce message, [1]cliquez ici [2][emailwebreflexe_01.gif] [3][emailwebreflexe_02.gif] [4][emailwebreflexe_03.gif] [5][emailwebreflexe_04.gif]

Re: Perl upgrade question

2009-01-15 Thread Matthew Seaman
Dominic Fandrey wrote: Robert Huff wrote: Dominic Fandrey writes: For portupgrade: # find /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site_perl/5.8.8 -type f -exec pkg_info -W \{} \; | grep -Eo '[^ ]+$' | sort -u | xargs -o portupgrade -f Afterwards there shouldn't be

Re: Call for testers: MythTV 0.21 port upgrade

2009-01-15 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg Larkin wrote: Mark Linimon wrote: On Wed, Dec 31, 2008 at 04:57:58PM +, Craig Butler wrote: Any updates on the 0.21 version of Mythtv ?? I see that we are still at 0.20 in ports If there's progress on 0.21, someone needs to say so --

RE: Perl upgrade question

2009-01-15 Thread Nathan Way
.pod is 'plain ordinary documentation' or some such. perllocal.pod is generated when you install ports from CPAN rather than through the ports system -- it's officially a record of what add-on perl modules you've installed -- superfluous when you're using the ports as it already has

The port science/bblimage

2009-01-15 Thread Albert Vest
This port has moved on since 0.66_3, and its name has changed: It is now called PyVox and the latest version is 0.72: http://www.med.upenn.edu/bbl/downloads/pyvox/index.shtml I'm beginning to examine it ... not sure I'm ready to take on a maintainer role yet... Thanks, -- Albert Vest, Al

Perl upgrade fails

2009-01-15 Thread Heino Tiedemann
Hello, the UPGRADE entry to perl says: , | 20090113: | AFFECTS: users of lang/perl5.8 | AUTHOR: s...@freebsd.org | | lang/perl5.8 has been updated to 5.8.9. You should update everything | depending on perl. The easiest way to do that is to use | perl-after-upgrade script

Re: Perl upgrade fails

2009-01-15 Thread Peter Jeremy
On 2009-Jan-16 07:02:58 +0100, Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: #cd /usr/ports/lang/perl5.8/files/ # ./perl-after-upgrade -su: ./perl-after-upgrade: %%PERL%%: bad interpreter: No such file or directory You need to run the installed perl-after-upgrade. From an arbitrary directory,

Re: cvs commit: ports/math/nyh-hoc Makefile distinfo

2009-01-15 Thread QAT
Hi, Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/nyh-hoc-9.2.log : building nyh-hoc-9.2 in directory /usr/local/tinderbox/7-STABLE-FPT-NPD maintained by: po...@freebsd.org building for: 7.1-PRERELEASE amd64 Makefile ident: $FreeBSD: ports/math/nyh-hoc/Makefile,v 1.3 2009/01/15

Re: pkg_info confusion (and configure.kde3)

2009-01-15 Thread Garrett Cooper
On Thu, Jan 15, 2009 at 7:08 AM, Andriy Gapon a...@icyb.net.ua wrote: on 15/01/2009 17:06 Wesley Shields said the following: On Thu, Jan 15, 2009 at 03:31:32PM +0200, Andriy Gapon wrote: on 15/01/2009 15:29 matt donovan said the following: On Thu, Jan 15, 2009 at 8:11 AM, Andriy Gapon