Re: More speed increases for make-ing ports

2007-05-24 Thread Pav Lucistnik
Stephen Montgomery-Smith píše v čt 24. 05. 2007 v 07:35 -0500: Pav Lucistnik wrote: Stephen Montgomery-Smith píše v st 23. 05. 2007 v 20:04 -0500: I'm getting kind of uncomfortable with the patch. I looked some more in bsd.gnome.mk and it seems to me that the suggested patch

Re: More speed increases for make-ing ports

2007-05-24 Thread Pav Lucistnik
4m8.407s That's from 996s to 956s - about same speed up as the unique patch. I like it. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] A computer programmer is a device for turning requirements into undocumented features. It runs on cola, pizza and Dilbert cartoons. -- Bram

Re: More speed increases for make-ing ports

2007-05-23 Thread Pav Lucistnik
Stephen Montgomery-Smith píše v út 22. 05. 2007 v 20:29 -0500: Stephen Montgomery-Smith wrote: On Wed, 23 May 2007, Pav Lucistnik wrote: Stephen Montgomery-Smith p?e v ?t 22. 05. 2007 v 16:56 -0500: I have generated two INDEXes, one with the patch and one without

Re: More speed increases for make-ing ports

2007-05-22 Thread Pav Lucistnik
the speed of make index noticeably albeit not dramatically. Sounds good. Can you get us a fresh patch? -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] XML is a giant step in no direction at all. -- Erik Naggum signature.asc Description: Toto je digitálně podepsaná část

Re: More speed increases for make-ing ports

2007-05-22 Thread Pav Lucistnik
the trick here. Still testing ... -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] What do you mean? An African or a European swallow? signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: More speed increases for make-ing ports

2007-05-22 Thread Pav Lucistnik
Pav Lucistnik píše v út 22. 05. 2007 v 23:16 +0200: Stephen Montgomery-Smith píše v út 22. 05. 2007 v 13:58 -0500: Or maybe it is not beyond my skills. This is what I came up with: Prostý textový dokument příloha (ddd) --- bsd.gnome.mk-orig Tue May 22 01:29:08 2007

Re: net-p2p/amule1

2007-05-21 Thread Pav Lucistnik
Boris Kovalenko píše v po 21. 05. 2007 v 10:03 +0600: As we have dropped FreeBSD 4.x support from ports and also as EXPIRATION_DATE is reached for net-p2p/amule1 shouldn't we remove this port? We should. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] A computer

Re: ghostscript-gpl has a wrong PORTREVISION

2007-05-20 Thread Pav Lucistnik
Alexander Leidinger píše v ne 20. 05. 2007 v 13:40 +0200: from the Makefile: ---snip--- PORTVERSION=${GS_VERSION} PORTREVISION= 1 PORTREVISION= ${GS_REVISION} ---snip--- Fixed! -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] In God we trust. All others must

Re: FreeBSD Port: p7zip-4.45

2007-05-20 Thread Pav Lucistnik
David Hunt píše v ne 20. 05. 2007 v 21:57 +0930: I have recently done a portupgrade on a 4.11 server and keep hitting 4.11 is no longer supported. String.cpp:59: implicit declaration of function `int towlower(...)' 4.11 lacks many wide character functions. -- Pav Lucistnik [EMAIL

Re: Xorg 7.2 funal upgrade trouble

2007-05-19 Thread Pav Lucistnik
and cvsup/portsnap again. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] It whines, glows and fades... signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: Specs for saving old shared libs

2007-05-18 Thread Pav Lucistnik
LIB_DEPENDS deplines. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Sun couldn't care less about Linux other than it now being necessary in order to be buzzword compliant. -- Al Dente signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: make -j patch

2007-05-17 Thread Pav Lucistnik
Benjamin Lutz píše v čt 17. 05. 2007 v 17:00 +0200: ALLOW_MAKE_JOBS: Goes into a port's makefile. The port maintainer indicates with it that the port can be built with multiple make jobs. Nit: what about making this just MAKE_JOBS, for brevity? Otherwise it looks decent. -- Pav

Specs for saving old shared libs

2007-05-17 Thread Pav Lucistnik
. Finally, ldconfig -r /usr/local/lib/compat/pkg 1*) portupgrade currently gets this wrong and saves all .so* files, including uninteresting things like plugins etc. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] The final screw holding up a rackmount server is always possessed

Re: Honor $PREFIX or use output from pkg-config(1)

2007-05-16 Thread Pav Lucistnik
Tijl Coosemans píše v st 16. 05. 2007 v 15:44 +0200: On Tuesday 15 May 2007 23:59:23 Pav Lucistnik wrote: You expect dependencies in LOCALBASE and install into PREFIX. Shouldn't you install into ${DESTDIR}${PREFIX} or ${TARGETDIR} ? Hell no :) That plan got scraped. -- Pav Lucistnik

Re: Time to abandon recursive pulling of dependencies?

2007-05-15 Thread Pav Lucistnik
that). Again, can you send-pr(1) this, or variation of this with all kinks worked out? -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Why do we need a film of Lord of the Rings when we have the book? Because watching a cg enhanced Legolas fire a flaming arrow into the heart

Re: Honor $PREFIX or use output from pkg-config(1)

2007-05-15 Thread Pav Lucistnik
determined this way or override the behavior to install to ${PREFIX}/lib/scim-1.0/1.4.0 instead. You expect dependencies in LOCALBASE and install into PREFIX. Always. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] An arrow (+0,+0) [EMAIL PROTECTED] finds a mark. It dies

Re: Time to abandon recursive pulling of dependencies?

2007-05-13 Thread Pav Lucistnik
. Stephen I spoke too soon. It is kind of buggy. Sorry to have jumped the gun a bit. OK, try this one. This seems to cut down registering time nicely. Thanks for doing this! Mind submitting the patch using send-pr(1) ? -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL

Re: Time to abandon recursive pulling of dependencies?

2007-05-13 Thread Pav Lucistnik
to the final result. Sounds like a plan. Also, it would fix part of a long standing problem, that dependencies are recorded according to the ports tree, not according to a real state of affairs on the victim's computer. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Define

Re: Time to abandon recursive pulling of dependencies?

2007-05-13 Thread Pav Lucistnik
Stephen Montgomery-Smith píše v ne 13. 05. 2007 v 17:53 -0500: Pav Lucistnik wrote: Stephen Montgomery-Smith píše v ne 13. 05. 2007 v 17:32 -0500: I have looked into making the registration and package-building process even faster. It seems to me that the easiest way would

Re: parallel builds revisited

2007-04-13 Thread Pav Lucistnik
Peter Pentchev píše v pá 13. 04. 2007 v 18:06 +0300: On Tue, Apr 10, 2007 at 07:44:47PM +0200, Pav Lucistnik wrote: Benjamin Lutz p??e v ?t 10. 04. 2007 v 04:52 +0200: [snip] 3) Save this to /usr/local/etc/parallel_builds.conf: http://www.maxlor.com/temp/parallel_builds.conf

Re: Generating INDEX

2007-04-13 Thread Pav Lucistnik
Rong-en Fan píše v pá 13. 04. 2007 v 19:39 +0800: I think after USE_PERL5_BUILD line, add WANT_GNOME=yes and use += for USE_GNOME after bsd.port.pre.mk The usual workaround is USE_GNOME= # empty .include bsd.port.pre.mk USE_GNOME+= foo bar baz -- Pav Lucistnik [EMAIL

Re: parallel builds revisited

2007-04-12 Thread Pav Lucistnik
on intra-port-parallelism for a bit. That's likely to how its gonna turn out, yeah. The SoC proposal concentrates on inter-port. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] KDE is for the techies who feel they can't be productive without being able to control the exact amount

Re: parallel builds revisited

2007-04-12 Thread Pav Lucistnik
the approach is one job per CPU. I'll do some benchmarks lateron to determine wether it really helps to run more jobs. For the KDE ports, Sadly, Qt blows up with -j2, so here comes KDE hopes... -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Angband in action! Constant escalation

Re: parallel builds revisited

2007-04-10 Thread Pav Lucistnik
feature to have. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Linux is a happy free-for-all chaos. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Pav Lucistnik
we're two years smarter now. People kept doing it wrong way even when we repeatedly told them how to do it. In the end, it's probably easier to fix the infrastructure :) Plus, the currently committed patch was address different problem. The fix for your PR went as kind of a side effect. -- Pav

Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Pav Lucistnik
time ago that did just that. Get me a working, backwards-compatible patch, and we can work it out from there. I want no OPTIONS 2.0 ... -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] A mouse is a device used to point at the xterm you want to type in. signature.asc

Re: Ports tree infrastructure

2007-04-03 Thread Pav Lucistnik
ports tree. Just pulling a single new port and inserting it into old tree will not work. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Pilot to Co-Pilot: Boo. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: How many distfile downloads

2007-03-24 Thread Pav Lucistnik
. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] It's the classic Microsoft security-bulletin formula: The vulnerability is important (never dangerous); you have nothing to fear and no reason to regret trusting us; we have no intention of apologizing for it or even explaining

Re: Ports management tools in the base (Was: Re: cvs commit: www/en/projects/ideas ideas.xml)

2007-03-21 Thread Pav Lucistnik
Andrew Pantyukhin píše v st 21. 03. 2007 v 13:55 +0300: On 3/21/07, Pav Lucistnik [EMAIL PROTECTED] wrote: Andrew Pantyukhin píše v st 21. 03. 2007 v 11:31 +0300: On 3/21/07, Alexander Leidinger [EMAIL PROTECTED] wrote: When you need a program which needs a newer lib than installed

Re: A review of different port management tools : analysis for Google SoC project

2007-03-21 Thread Pav Lucistnik
? Just so you know, existing FreeBSD's servers, as you put it, are Pentium III blades clocked at 700 MHz. And we tend to keep them rather busy. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Why do we need a film of Lord of the Rings when we have the book? Because watching a cg

Re: [EMAIL PROTECTED]: linuxdcpp-0.0.1.20070206 failed on amd64 7]

2007-03-21 Thread Pav Lucistnik
it's only broken with the non-imported compiler, so if you're going to go the mark broken route then please wait for the import. And also talk to the developers of course. I just tried, and it build fine on amd64-6 with gcc41. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED

Re: Ports management tools in the base (Was: Re: cvs commit: www/en/projects/ideas ideas.xml)

2007-03-19 Thread Pav Lucistnik
Doug Barton píše v po 19. 03. 2007 v 17:25 -0700: Pav Lucistnik wrote: Alexander Leidinger píše v po 19. 03. 2007 v 12:51 +0100: Quoting Pav Lucistnik [EMAIL PROTECTED] (from Sun, 18 Mar 2007 16:38:50 + (UTC)): pav 2007-03-18 16:38:50 UTC FreeBSD doc repository

Re: INDEX build failed for 5.x

2007-03-17 Thread Pav Lucistnik
Erwin Lansing wrote: [...] 5.x isn't supported anymore. Kris has sent a few emails to this list over the past couple weeks about this. -Garrett Guess portmgr member would notice? ;) We still support 5.5-R and 5-STABLE for ports. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL

Re: Ports 104877 causing big problems

2007-03-10 Thread Pav Lucistnik
update the libgpg-error port. From reading your other replies, I get the impression you would be more comfortable with bumping PORTREVISION on all the cups+ ports'. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] You can't expect to wield supreme executive power just 'cause some

Re: OSS sound for linux-flashplugin9

2007-02-27 Thread Pav Lucistnik
, allow for distribution of the binary even without accompanying source code. Cheers, -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] I will give you a name, and I shall call you Sting. Index: Makefile === RCS

Re: Warning added to index build

2007-02-07 Thread Pav Lucistnik
it yesterday. Unless it popped again elsewhere. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] May your arrow always find its mark. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: HEADS UP: portupgrade moved (ports-mgmt)

2007-02-07 Thread Pav Lucistnik
lost some way... Looks like a bug in pkg_info. Try attached patch. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Squish. Larger than the normal icky things, and twice as icky. --- show.c Sat Jan 7 23:10:58 2006 +++ /usr/src/usr.sbin/pkg_install/info/show.c Wed Feb 7 20:13:23

Re: make install: tar: could not chdir to '(null)'

2007-02-04 Thread Pav Lucistnik
on pointyhat. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Cry Havoc! And let slip the Dogs of Waw. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: proper way to handle ports dependencies ?

2007-02-02 Thread Pav Lucistnik
(linux-kmod-devel), or should i put it in all children too ? Technically it's enough to put it in the parent port, but it's a service to the users to put it everywhere, so the process bails out earlier. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Do not meddle

Re: paragui wants earlier version of libSDL

2007-01-25 Thread Pav Lucistnik
Joshua Tinnin píše v st 24. 01. 2007 v 17:01 -0700: On Wed, Jan 24, 2007 at 08:57:30PM +0100, Pav Lucistnik wrote: Joshua Tinnin píše v út 23. 01. 2007 v 21:07 -0700: I don't know enough about libtool to understand which port is referencing the old version of libSDL. Here's the failure

Re: paragui wants earlier version of libSDL

2007-01-24 Thread Pav Lucistnik
.la' +*** Error code 1 Builds fine here, this is your local installation problem. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Fairy tales do not tell children that dragons exist. Children already know dragons exist. Fairy tales tell children that dragons can

Re: ports/102499: lftp asc file checksum mismatch

2007-01-24 Thread Pav Lucistnik
files despite of their mime type. fetch does binary mode for all files. It's the squid which talks ascii with the original ftp site. IMO this is a bug in the squid configuration. Agreed. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Why do we need a film of Lord

Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Alex Dupre píše v pá 19. 01. 2007 v 10:54 +0100: Pav Lucistnik ha scritto: Looks useful. Anyone can build the flashsupport.so on FC4 installation and get it to me? I don't want to impose a whole linux-gcc toolchain on flash users :) http://www.alexdupre.com/libflashsupport.so with only

Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
: http://labs.adobe.com/wiki/index.php/Flash_Player:Additional_Interface_Support_for_Linux Looks useful. Anyone can build the flashsupport.so on FC4 installation and get it to me? I don't want to impose a whole linux-gcc toolchain on flash users :) -- Pav Lucistnik [EMAIL PROTECTED

Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Alex Dupre píše v pá 19. 01. 2007 v 11:26 +0100: Pav Lucistnik ha scritto: Does it work for you? I still get no sound with it on FreeBSD with linux-opera. I tested it on November, with the beta2 standalone version and it worked. Never tried with the plugin and with the final standalone

Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Craig Boston píše v pá 19. 01. 2007 v 09:01 -0600: On Fri, Jan 19, 2007 at 11:09:35AM +0100, Pav Lucistnik wrote: Alex Dupre p??e v p? 19. 01. 2007 v 10:54 +0100: http://www.alexdupre.com/libflashsupport.so with only OSS enabled. Does it work for you? I still get no sound

Re: linux-flashplayer9

2007-01-19 Thread Pav Lucistnik
Craig Boston píše v pá 19. 01. 2007 v 09:08 -0600: On Fri, Jan 19, 2007 at 04:03:56PM +0100, Pav Lucistnik wrote: I thought it should go to /usr/local/lib/npapi/linux-flashplugin, with appropriate symlinks under /usr/local/lib/npapi/symlinks I could be wrong. I tried /usr/local/lib

Re: linux-flashplayer9

2007-01-18 Thread Pav Lucistnik
. Are you using (native) Firefox or linux Firefox? The flashplugin is supposed to only work in linux Firefox and linux Opera. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Traffic collapse starts at rumors of snow in Nice (french riviera) according to some of my friends

Re: portlint gettext warnings

2007-01-16 Thread Pav Lucistnik
at the port is just to ignore the warning. You can't possibly build this port without gettext (gtk20 is in the dependency hierarchy), so no need to bother recording explicit gettext dependency in the Makefile. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] With sufficient thrust, pigs

Re: security/dsniff: Marked BROKEN

2007-01-16 Thread Pav Lucistnik
for this? -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] End users have trouble keeping food off their keyboard and sorting messages in Outlook. Try explaining this problem to them. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: How to construct this port?

2006-12-28 Thread Pav Lucistnik
contact you with questions, suggestions, problems and patches. Most of the time their correspondence will be specific to FreeBSD. So that reads as exact opposite of what you wrote. You may want to adjust your attitude here :) -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED

Re: gtkam-0.1.13

2006-12-19 Thread Pav Lucistnik
. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Somebody ought to cross ball point pens with coat hangers so that the pens will multiply instead of disappear. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: rsync as a daemon doesn't play nice with rcng

2006-11-30 Thread Pav Lucistnik
is unable to determine when it's running, thus stop and restart work poorly. Is there a mechanism within the rc system that can work around this so the rc script can be improved? Oh? It does write a pidfile here, as /var/run/rsyncd.pid, and rc script stop uses it nicely. -- Pav Lucistnik

Re: Ports with a broken PKGORIGIN: russian/napster

2006-11-26 Thread Pav Lucistnik
PKGORIGINs are often caused by a wrong order of CATEGORIES after a repocopy. Please fix any errors as soon as possible. The ports tree was updated at Sun Nov 26 2006 12:59:45 UTC. - *russian/napster* [EMAIL PROTECTED]: audio/napster Fixed. Pointy hat shipped. -- Pav Lucistnik [EMAIL

Re: Ports with a broken PKGORIGIN: russian/napster

2006-11-26 Thread Pav Lucistnik
PROTECTED] COMMENT= Client for the OpenNAP network with koi8 win1251 encoding patch MASTERDIR= ${.CURDIR}/../../audio/napster Best Regards. - Original Message - From: Pav Lucistnik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Ports with a broken PKGORIGIN

Re: Please add Scribes to the ports!

2006-11-24 Thread Pav Lucistnik
Indigo 23 píše v čt 23. 11. 2006 v 19:05 -0500: Can you please add Scribes ( http://scribes.sourceforge.net/ ) to the ports? I'll give it a shot. It looks nice. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] - Hocumms Razor states that the most obvious, though possible

Re: Scribe Port

2006-11-24 Thread Pav Lucistnik
after you update your ports tree to see all what was needed to add. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] An arrow (+0,+0) [EMAIL PROTECTED] finds a mark. It dies. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: Mplayer can´t install win32 codecs?

2006-10-07 Thread Pav Lucistnik
. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Ragtime contained about forty-five seconds of Elizabeth McGovern completely topless, but it got a PG in 1980. I have no idea why that did, or Titanic got PG-13, yet Merchant of Venice gets tagged with an R. The MPAA is an intellectual

Re: Unfetchable distfiles reminder

2006-10-07 Thread Pav Lucistnik
resurfaces elsewhere, very silently. If you can't find it anywhere, suggested action is to mark the port DEPRECATED and delete it after two months, unless someone steps in and salvage the port by hosting the distfile on his webspace and taking the responsibility for that port. -- Pav Lucistnik

Re: minor ports glitch (package:cmdftp)

2006-09-24 Thread Pav Lucistnik
. Actually, yes, the cmdftp port only requires gmake. But, gmake uses gettext and iconv... -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Ragtime contained about forty-five seconds of Elizabeth McGovern completely topless, but it got a PG in 1980. I have no idea why that did

Re: A section on gettext for the Porter's Handbook

2006-08-23 Thread Pav Lucistnik
Yar Tikhiy píše v st 23. 08. 2006 v 11:53 +0400: On Mon, Aug 21, 2006 at 09:21:24PM +0200, Pav Lucistnik wrote: Yar Tikhiy p??e v po 21. 08. 2006 v 11:10 +0400: Otherwise it's acceptable, maybe the language is a bit too informal to match the rest of the document, but whatever. Thanks

Re: A section on gettext for the Porter's Handbook

2006-08-21 Thread Pav Lucistnik
of the document, but whatever. Thanks! -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] Oh, no! Aaargh! It is the most unnatural, most disgusting creature imaginable: a two-eyed cyclops! signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: FreeBSD Port: graphics/libgphoto2

2006-07-26 Thread Pav Lucistnik
the files, but can't delete them? I'd suggest going straight to the gphoto people with this problem. -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] No one expects the spanish inquisition. signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: Using = to check for minimum versions.

2006-07-24 Thread Pav Lucistnik
= libusb=0.1.8:${PORTSDIR}/devel/libusb I don't see how is this functionality related to pkg-config? -- Pav Lucistnik [EMAIL PROTECTED] [EMAIL PROTECTED] A)bort, R)etry, H)it with big hammer signature.asc Description: Toto je digitálně podepsaná část zprávy

Re: conflicting dependency

2006-07-20 Thread Pav Lucistnik
A get registered as the dependency when C is installed even though A is not installed? Yes, A will get registered as a dependency. There is no systematic solution to this problem at the moment. I'd love someone (Gabor?) working on fixing this defect. -- Pav Lucistnik [EMAIL PROTECTED

<    1   2   3