Re: net/grsync fails to build on i386

2008-03-26 Thread Ganael LAPLANCHE
On Tue, 25 Mar 2008 23:12:56 +0200, Peter Pentchev wrote Hi Peter, > It is quite possible that you caught the small time window just > after the GNOME upgrade, in which bsd.gnome.mk was missing two > lines that recorded LIB_ and RUN_DEPENDS. Thus, even though you > specified gtk20 in your port's

Re: net/grsync fails to build on i386

2008-03-26 Thread Ganael LAPLANCHE
On Tue, 25 Mar 2008 23:55:06 -0500, Jeremy Messenger wrote Hi Jeremy, > No, it's not USE_XLIB. It's bsd.gnome.mk problem that was fixed by > marcus yesterday. Two lines were removed by accident. It's what I > believe that caused these logs. Yes, Peter told me about that :p Thanks a lot for

There is no way to know what port options mean (in general)

2008-03-26 Thread Andrew Reilly
Hi all, I had posted this as a send-pr, and Edwin (reasonably) suggested that the denizens of this list might prefer to discuss it here, than in GNATS. Fair enough. The issue: "make config" in many port directories produces an interactive dialog where one may select various make environment var

Re: net/grsync fails to build on i386

2008-03-26 Thread Peter Pentchev
On Tue, Mar 25, 2008 at 08:46:47PM +0100, Ganael LAPLANCHE wrote: > Hi everybody, > > I try to understand what happens here : > > http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2008032407/grsync-0.6.1.log > > Since yesterday, my net/grsync port seems to refuse to build on i386. > The

Re: portmaster and BROKEN ports

2008-03-26 Thread Willy Picard
On Tue, Mar 25, 2008 at 03:39:11PM -0700, Doug Barton wrote: > Willy Picard wrote: >> I would like to know if there is a smart way to ask portmaster to ignore >> BROKEN >> ports. Currently I added a +IGNOREME file to all BROKEN ports I have but I >> would >> like portmaster to automatically ignor

Re: There is no way to know what port options mean (in general)

2008-03-26 Thread Matthias Andree
On Wed, 26 Mar 2008, Andrew Reilly wrote: > Suggestion: In lieu of interactive F1 or ? keys popping > up descriptive windows (which could be nice), it would be > keen if ports could grow a new target with a name like > "desc-config" that would print out a paragraph (supplied by > the port creator/

Fwd: ports system woes

2008-03-26 Thread Jeremy Chadwick
There is a newly-spawned discussion on -hackers about the inefficiencies the existing pkg_* utiliies (e.g. pkg_delete taking minutes to operate, etc.): http://lists.freebsd.org/pipermail/freebsd-hackers/2008-March/024057.html Those who wish to participate should probably be people who are familia

You've received A Hallmark E-Card!

2008-03-26 Thread hallmark.com
[1]Hallmark.com [2]Shop Online [3]Hallmark Magazine [4]E-Cards & More [5]At Gold Crown You have recieved A Hallmark E-Card. Hello! You have recieved a Hallmark E-Card. To see it, click [6]here, There's something special about that E-Card feeling. We invite you to

Re: There is no way to know what port options mean (in general)

2008-03-26 Thread Jeremy Chadwick
On Wed, Mar 26, 2008 at 04:33:28PM +1100, Andrew Reilly wrote: > "make config" in many port directories produces an interactive > dialog where one may select various make environment variables > to be set. There is a one line description of each flag, to help > one make this selection. Unfortunatel

Re: Cleaning /var/db/ports

2008-03-26 Thread Peter Pentchev
On Tue, Mar 25, 2008 at 05:30:18PM -0700, Doug Barton wrote: > Lars Stokholm wrote: >> Apart from doing 'rm -r /var/db/ports/*' is there a way of cleaning the >> folder of stale folders and files? > > Not an automated one, no. It would also be somewhat difficult (although not > impossible) to wr

Re: Unable to build cups-base-1.3.6_1

2008-03-26 Thread Raphael Becker
Hi, On Tue, Mar 25, 2008 at 06:35:42PM -0400, Gerard wrote: > > I just finished updating the Gstreamer port. As per the instructions in > UPDATING, I ran 'portupgrade -f gstreamer-plugins-good' after first > running 'portupgrade -a'. Everything built except the cups-base port. Same here. su

Re: ports system woes

2008-03-26 Thread Pav Lucistnik
Hi, I have read your mail on hackers@ (I'm not subscribed) with great interest. We're certainly interested in any optimizations for the pkg_install suite. The pkg database in /var/db/pkg stores two-way dependency chains. Each port lists all it's dependencies in +CONTENTS file, and all ports that

Re: ports system woes

2008-03-26 Thread Michel Talon
Pav Lucistnik wrote: > Quick solution would be to gather all depnames for the deleted package, > and then do a single pass over /var/db/pkg entries looking for origins. > > Ultimate solution would be to implement a database which would > concentrate origins for all packages with linear lookup tim

Re: ports system woes

2008-03-26 Thread Frank Mayhar
On Wed, 2008-03-26 at 14:18 +0100, Michel Talon wrote: > More generally i disagree with Kris Kennaway idea that all is required > is to polish the existing tools. They are so obviously broken from all > points of view, particularly portupgrade, that only a complete rewrite > can do any good. Um, w

Re: Unable to build cups-base-1.3.6_1

2008-03-26 Thread Frank Mayhar
On Wed, 2008-03-26 at 11:20 +0100, Raphael Becker wrote: > Hi, > > On Tue, Mar 25, 2008 at 06:35:42PM -0400, Gerard wrote: > > > > I just finished updating the Gstreamer port. As per the instructions in > > UPDATING, I ran 'portupgrade -f gstreamer-plugins-good' after first > > running 'portupg

Re: There is no way to know what port options mean (in general)

2008-03-26 Thread Wesley Shields
On Wed, Mar 26, 2008 at 02:38:58AM -0700, Jeremy Chadwick wrote: > On Wed, Mar 26, 2008 at 04:33:28PM +1100, Andrew Reilly wrote: > > "make config" in many port directories produces an interactive > > dialog where one may select various make environment variables > > to be set. There is a one line

Re: ports system woes

2008-03-26 Thread Pav Lucistnik
On Wed, 26 Mar 2008 14:18:00 +0100, Michel Talon wrote > In fact last year i wrote a python script which reads all the > /var/db/pkg/+CONTENTS files, and fixes all the +REQUIRED_BY files, > assuming they are corrupted. Moreover it follows the MOVED file. So you basically reimplemented pkgdb -F in

Re: ports system woes

2008-03-26 Thread Michel Talon
Frank Mayhar wrote: > Portupgrade is, in fact, my preferred application, although > lately I've had to move to portmaster just because of the O(n^2) > inefficiencies. It doesn't need to be replaced, it needs to be fixed, I have rarely seen such a wonderful contradiction between the two halves of

Re: ports system woes

2008-03-26 Thread Frank Mayhar
On Wed, 2008-03-26 at 14:59 +0100, Pav Lucistnik wrote: > On Wed, 26 Mar 2008 14:18:00 +0100, Michel Talon wrote > > > In fact last year i wrote a python script which reads all the > > /var/db/pkg/+CONTENTS files, and fixes all the +REQUIRED_BY files, > > assuming they are corrupted. Moreover it f

Re: There is no way to know what port options mean (in general)

2008-03-26 Thread Pav Lucistnik
On Wed, 26 Mar 2008 09:36:11 -0400, Wesley Shields wrote > While, it has to go somewhere and as a maintainer I have no problem > printing out a description of each option inside a custom target. > What's important is that there be some consistency in what that > target is called. Even better wou

Re: ports system woes

2008-03-26 Thread Frank Mayhar
On Wed, 2008-03-26 at 15:00 +0100, Michel Talon wrote: > Frank Mayhar wrote: > > > Portupgrade is, in fact, my preferred application, although > > lately I've had to move to portmaster just because of the O(n^2) > > inefficiencies. It doesn't need to be replaced, it needs to be fixed, > > I have

Re: There is no way to know what port options mean (in general)

2008-03-26 Thread Wesley Shields
On Wed, Mar 26, 2008 at 03:11:39PM +0100, Pav Lucistnik wrote: > On Wed, 26 Mar 2008 09:36:11 -0400, Wesley Shields wrote > > > While, it has to go somewhere and as a maintainer I have no problem > > printing out a description of each option inside a custom target. > > What's important is that the

New portmgr member: Florent Thoumie

2008-03-26 Thread Erwin Lansing
Portmgr is pleased to announce that Florent Thoumie has accepted the challenge of being a portmgr member. Florent has been with the project for a long time and is one of our most active committers. Amongst other things, he was one of the people that worked on the complete overhaul of the X11 infr

Re: There is no way to know what port options mean (in general)

2008-03-26 Thread Pav Lucistnik
Wesley Shields píše v st 26. 03. 2008 v 10:18 -0400: > Sounds to me like you are thinking of including the description in the > dialog. This sounds like a good idea to me and is something I can look > into doing instead of my proposal. Yes, that was my thought, it must be easily visible in the "

Re: ports system woes

2008-03-26 Thread Ivan Voras
Pav Lucistnik wrote: > Solution is to use tools that are available in our base system. SQLite is not. Yet :) Compared to some of the (huge) things that are maintained in the base, maintaining sqlite would be trivial :) But it's not as if the question is "sqlite or bust" - as OP noted, restructur

Re: devel/pyqt4-gui fails to compile

2008-03-26 Thread Alex Dupre
David J Brooks ha scritto: I wonder if anyone else has noticed the same? Disable cups support in qt4-gui. -- Alex Dupre ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail t

[patch] pkg_delete(1) speedup

2008-03-26 Thread Pav Lucistnik
You might have noticed a thread on the mailing list called "ports system woes". The submitter pointed out an inefficiency in pkg_delete routine, that parses the whole /var/db/pkg over and over again for every dependency of a package being removed. Attached is a patch by rdivacky that implements th

CrackLib needs to be updated

2008-03-26 Thread Marius Korsmo
cracklib-2.7_2 seems to be out in version 2.8.12. The pkg-descr file that comes with cracklib-2.7_2 shows an non-working URL. The new URL should be http://sourceforge.net/projects/cracklib/ Kind regards, Marius Korsmo ___ freebsd-ports@freebsd.org

Applying security updates to ports.

2008-03-26 Thread Siju George
Hi, As far as I understand there is the ports tree that is released along with an OS release and the security updates to specific ports has to be followed through info on http://wiki.samba.org/index.php/Samba4/HOWTO#Testing_Samba4_Active_Directory_in_Ubuntu_7.04_howto right? I ask this because

beryl installation fails with fuse and KDE support on FreeBSD 7

2008-03-26 Thread Siju George
Hi, How do I fix this? === freebsdsrv# cd /usr/ports/x11-wm/beryl freebsdsrv# make install clean ===> beryl-0.2.1 depends on file: /usr/local/bin/beryl - found ===> beryl-0.2.1 depends on file: /usr/local/bin/beryl-manager - found ==

Re: Applying security updates to ports.

2008-03-26 Thread Xin LI
Siju George wrote: Hi, As far as I understand there is the ports tree that is released along with an OS release and the security updates to specific ports has to be followed through info on http://wiki.samba.org/index.php/Samba4/HOWTO#Testing_Samba4_Active_Directory_in_Ubuntu_7.04_howto right?

Re: New portmgr member: Florent Thoumie

2008-03-26 Thread Soeren Straarup
Hi flz and ret, On Wed, 26 Mar 2008 15:19:20 +0100 Erwin Lansing <[EMAIL PROTECTED]> wrote: > Portmgr is pleased to announce that Florent Thoumie has accepted the > challenge of being a portmgr member. Florent has been with the > project for a long time and is one of our most active committers.

Re: Applying security updates to ports.

2008-03-26 Thread Freddie Cash
On March 26, 2008 12:18 pm Siju George wrote: > I ask this because I am more familiar with OpenBSD and it has > > 1) The ports tree that comes with the OS Release > 2) The ports tree that gets only security updates ( called > ports-stable) 3) The ports tree that has newer versions of ports ( > call

Re: New portmgr member: Florent Thoumie

2008-03-26 Thread Kris Kennaway
Soeren Straarup wrote: Hi flz and ret, On Wed, 26 Mar 2008 15:19:20 +0100 Erwin Lansing <[EMAIL PROTECTED]> wrote: Portmgr is pleased to announce that Florent Thoumie has accepted the challenge of being a portmgr member. Florent has been with the project for a long time and is one of our most

Re: [patch] pkg_delete(1) speedup

2008-03-26 Thread Roman Divacky
On Wed, Mar 26, 2008 at 05:18:29PM +0100, Pav Lucistnik wrote: > You might have noticed a thread on the mailing list called "ports system > woes". The submitter pointed out an inefficiency in pkg_delete routine, > that parses the whole /var/db/pkg over and over again for every > dependency of a pac

Re: portmaster and BROKEN ports

2008-03-26 Thread Doug Barton
Willy Picard wrote: portupgrade simply ignores BROKEN ports during a "portupgrade -a". I am not even asking about a similar behaviour for portmaster. I wanted just to ask if an option allows to do the same. If no such an option exists, I think that its addition to the functionality of portmaster

call for testers: dynamically configuring amd

2008-03-26 Thread Dominic Fandrey
I built a script to dynamically configure amd and populate /media with the links. The script can be called from devd when a mass storage device appears/disappears. The target audience are all those who do not want or cannot use HAL. I have created a package for all those who wish to try it: ht

Re: portmaster and BROKEN ports

2008-03-26 Thread RW
On Wed, 26 Mar 2008 09:50:35 +0100 Willy Picard <[EMAIL PROTECTED]> wrote: > > portupgrade simply ignores BROKEN ports during a "portupgrade -a". It carries on building ports that don't depend on the broken port, which is not the same thing as ignoring it. __

Re: ports system woes

2008-03-26 Thread Garrett Cooper
On Mar 26, 2008, at 7:43 AM, Ivan Voras wrote: Pav Lucistnik wrote: Solution is to use tools that are available in our base system. SQLite is not. Yet :) Compared to some of the (huge) things that are maintained in the base, maintaining sqlite would be trivial :) But it's not as if the que

Re: rsync 3.0.0 Bug + Fix

2008-03-26 Thread Emanuel Haupt
> [...] > Please feel free to test the current preview release, however I'll > wait for the final release to update the port: > > http://people.freebsd.org/~ehaupt/patches/rsync-3.0.1pre1.patch Second preview is available: http://people.freebsd.org/~ehaupt/patches/rsync-3.0.1pre2.patch Summary:

fvwm themes instalation script error

2008-03-26 Thread Siju George
Hi, I got this error trying to install fvwm-themes checking for fvwm-config... /usr/local/bin/fvwm-config checking for FvwmM4... /usr/local/libexec/fvwm/2.4.20/FvwmM4 configure: error: You have fvwm-2.4.20, which is not up to da