INDEX now builds successfully on 7.x

2011-09-12 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: Removed ports - looking from the bench

2011-09-12 Thread Carsten Jensen
On 2011-09-12 01:22, Doug Barton wrote: > On 09/11/2011 13:35, Warren Block wrote: >> Let me suggest a reasonable[1] plan: > > No. :) No more talking is necessary. Doing is necessary (or not, > doesn't really matter to me at this point). > > I think Chris is right, a reasonable first step is a H

Re: Removed ports - looking from the bench

2011-09-12 Thread Ion-Mihai Tetcu
On Sat, 10 Sep 2011 14:30:16 +0100 Chris Rees wrote: > On 10 September 2011 10:46, Alberto Villa wrote: > > On Saturday 10 September 2011 10:53:54 Chris Rees wrote: > >> I also don't think this is a terrible idea, but perhaps we could > >> just put a little section about Resurrecting dead ports

Current unassigned ports problem reports

2011-09-12 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 obsol

Current problem reports assigned to po...@freebsd.org

2011-09-12 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). 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. No matches t

Print +REQUIRED_BY as tree?

2011-09-12 Thread Lev Serebryakov
Hello, Ports. Is here console tool, which shows dependency tree of installed ports from "required" port to "users"? pkg_tree performs opposite task. +REQUIRED_BY is flat list, unfortunately. I need to investigate exact path why this port is installed on my system :) -- // Black Lion AKA

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Matthew Seaman
On 12/09/2011 17:58, Lev Serebryakov wrote: > Hello, Ports. > > Is here console tool, which shows dependency tree of installed ports > from "required" port to "users"? pkg_tree performs opposite task. > > +REQUIRED_BY is flat list, unfortunately. > > I need to investigate exact path why th

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Lev Serebryakov
Hello, Eric. You wrote 12 сентября 2011 г., 21:33:58: > Not aware of a command line tool, but the beta version of the freshports > website show what ports require the selected port in order to run, which > what I think you want. Oh. For gcc45, for example, list is soobig, that command line tool,

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Lev Serebryakov
Hello, Matthew. You wrote 12 сентября 2011 г., 22:38:05: > On 12/09/2011 17:58, Lev Serebryakov wrote: >> Hello, Ports. >> >> Is here console tool, which shows dependency tree of installed ports >> from "required" port to "users"? pkg_tree performs opposite task. >> >> +REQUIRED_BY is flat l

devel/git new update des not fetch

2011-09-12 Thread David Demelier
Hello, Since my new update of ports tree : ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for git-1.7.4.3 => git-1.7.6.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles//. => Attempting to fe

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Doug Barton
On 09/12/2011 12:06, Lev Serebryakov wrote: > Hello, Eric. > You wrote 12 сентября 2011 г., 21:33:58: > >> Not aware of a command line tool, but the beta version of the freshports >> website show what ports require the selected port in order to run, which >> what I think you want. > Oh. For gcc4

Re: devel/git new update des not fetch

2011-09-12 Thread b. f.
> > Since my new update of ports tree : > > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for git-1.7.4.3 > => git-1.7.6.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles//. > => Attempting

Re: devel/git new update des not fetch

2011-09-12 Thread Sam Cassiba
On 09/12/11 14:29, David Demelier wrote: Hello, Since my new update of ports tree : ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Found saved configuration for git-1.7.4.3 => git-1.7.6.1.tar.bz2 doesn't seem to exist in /usr

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Lev Serebryakov
Hello, Doug. You wrote 12 сентября 2011 г., 23:43:03: > It's not as easy to represent the data in the way you describe as you > might think. Something like gcc is going to have multiple entry points > in a graph, which is really hard to represent in a (sort of) > 1-dimensional structure like a tre

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Doug Barton
On 09/12/2011 12:58, Lev Serebryakov wrote: > How could I determine which ports are directly lined with libgcc from > gcc44? ldd? Yes, that's really the only answer. I have the following function which would work: old_libs () { local file nf; [ -e ~/old-lib-list ] && unlink ~/old-lib-li

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Helmut Schneider
Lev Serebryakov wrote: > Is here console tool, which shows dependency tree of installed ports > from "required" port to "users"? pkg_tree performs opposite task. > > +REQUIRED_BY is flat list, unfortunately. > > I need to investigate exact path why this port is installed on my > system :)

[patch] audio/pulseaudio should follow new databases/gdbm version

2011-09-12 Thread Greg Rivers
Looks like the dependence of pulseaudio on gdbm was missed. The audio/pulseaudio Makefile needs the following change, and the port should have its version bumped. I noticed this when KDE4's kontact stopped working after the gdbm update. -- Greg Rivers --- Makefile.old2011-09-12 15:1

Re: Print +REQUIRED_BY as tree?

2011-09-12 Thread Chip Camden
Quoth Helmut Schneider on Monday, 12 September 2011: > Lev Serebryakov wrote: > > > Is here console tool, which shows dependency tree of installed ports > > from "required" port to "users"? pkg_tree performs opposite task. > > > > +REQUIRED_BY is flat list, unfortunately. > > > > I need to

Thank you (for making the ports less boring).

2011-09-12 Thread Michal Varga
Dear maintainer of databases/gdbm, Thank you for committing the latest update of gdbm with a (nowhere to be found mentioned in UPDATING) shared library bump, which again makes my very dull FreeBSD installation a little bit more fun to maintain, and especially - *use* After all, it's been now runn

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Jerry
On Mon, 12 Sep 2011 23:55:56 +0200 Michal Varga articulated: > So again, thank you for taking your part in ensuring that my days with > FreeBSD (the remaining few, so to say) won't become too boring. It's > much appreciated, really. Seriously now, I thought I was the only one allowed to criticize

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Olivier Smedts
2011/9/12 Michal Varga : > Dear maintainer of databases/gdbm, > > Thank you for committing the latest update of gdbm with a (nowhere to be > found mentioned in UPDATING) shared library bump, which again makes my > very dull FreeBSD installation a little bit more fun to maintain, and > especially -

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Gabor Kovesdan
On 2011.09.12. 23:55, Michal Varga wrote: Dear maintainer of databases/gdbm, Thank you for committing the latest update of gdbm with a (nowhere to be found mentioned in UPDATING) shared library bump, which again makes my very dull FreeBSD installation a little bit more fun to maintain, and espec

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Chad Perrin
On Mon, Sep 12, 2011 at 07:05:58PM -0400, Jerry wrote: > On Mon, 12 Sep 2011 23:55:56 +0200 > Michal Varga articulated: > > > So again, thank you for taking your part in ensuring that my days with > > FreeBSD (the remaining few, so to say) won't become too boring. It's > > much appreciated, really

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Stephen Montgomery-Smith
On 09/12/2011 06:09 PM, Chad Perrin wrote: On Mon, Sep 12, 2011 at 07:05:58PM -0400, Jerry wrote: On Mon, 12 Sep 2011 23:55:56 +0200 Michal Varga articulated: So again, thank you for taking your part in ensuring that my days with FreeBSD (the remaining few, so to say) won't become too boring.

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Doug Barton
On 09/12/2011 16:46, Stephen Montgomery-Smith wrote: > We all make mistakes from time to time. Michal could have pointed out > the mistake and still been nice about it. I know for myself that when I > make a mistake like this that I feel bad enough as it is, and I don't > need anyone rubbing it i

Re: How to best run a script post installation _and_ deinstallation?

2011-09-12 Thread Gerald Pfeifer
On Sun, 22 May 2011, Doug Barton wrote: > Will @unexec in pkg-plist do the job? On Mon, 23 May 2011, Wesley Shields wrote: > Are these what you are looking for: > > http://www.freebsd.org/doc/en/books/porters-handbook/pkg-install.html > http://www.freebsd.org/doc/en/books/porters-handbook/pkg-dei

Re: Thank you (for making the ports less boring).

2011-09-12 Thread Sahil Tandon
On Tue, 2011-09-13 at 01:01:17 +0200, Gabor Kovesdan wrote: > On 2011.09.12. 23:55, Michal Varga wrote: > [ Irony ignored. Btw, your Hungarian first name speaks for itself. ;) ] > > I did see the notice in the PR and I did grep the tree and I did > bump lots of ports. I'm also surprised how I did

Re: [patch] audio/pulseaudio should follow new databases/gdbm version

2011-09-12 Thread Sahil Tandon
On Mon, 2011-09-12 at 15:26:39 -0500, Greg Rivers wrote: > Looks like the dependence of pulseaudio on gdbm was missed. The > audio/pulseaudio Makefile needs the following change, and the port > should have its version bumped. > > I noticed this when KDE4's kontact stopped working after the gdbm