1 May 2007 02:38
1 May 2007 05:37
Re: Catalyst !
Francisco Valladolid Hdez. <ficovh <at> yahoo.com>
2007-05-01 03:37:02 GMT
2007-05-01 03:37:02 GMT
--- David Brownlee <abs <at> NetBSD.org> wrote: > On Tue, 24 Apr 2007, David Brownlee wrote: > > > On Fri, 20 Apr 2007, Francisco Valladolid Hdez. > wrote: > > > >> Why this packages don't are in pkgsrc ? many > people > >> don't use pkgsrc-wip > > > > Catalyst consists of quite a number of packages > and > > dependencies, and the issue is finding someone > with NetBSD > > developer access with the time to maintain it in > the main > > pkgsrc. In pkgsrc-wip there are more people able > to poke > > at it. > > > > Note - I agree it would be better in the main > pkgsrc > > The previous wip/p5-Catalyst* maintainer's > situation has > changed such that he is no longer in a position to > maintain > (or even use) Catalyst.(Continue reading)
1 May 2007 05:20
Games and Tests Quick Reference from cognitivelabs.com
Michael Addicott <michael <at> cognitivelabs.com>
2007-05-01 03:20:04 GMT
2007-05-01 03:20:04 GMT
We're working on a new game, in the mean time - here's a timesaver. A reference to a selection of games on our site, for people who already have visited. Widget: - http://cognitivelabs.com/widgets.htm - Brain exercise for your site Block breaker - http://cognitivelabs.com/games_blockbreaker.htm Ball Bounce - http://cognitivelabs.com/ball_bounce.htm earth game - http://cognitivelabs.com/smallearthtest1.htm Einstein's training - http://cognitivelabs.com/alltests.htm Assessment Games: Simple Reaction - http://cognitivelabs.com/mydna_speedtest3.htm Kitty reaction - http://cognitivelabs.com/kittytest1.htm Perceptual - http://cognitivelabs.com/sightspeedtest.htm Threshold Memory Test - http://cognitivelabs.com/cognitive_freetest3.htm Brain Aging - http://cognitivelabs.com/brainage_part2.htm All Tests - http://cognitivelabs.com/alltests.htm (used in scientific studies of the brain and memory, including early detection of changes in memory and(Continue reading)
1 May 2007 12:00
Re: Rebuild (replace) all packages
Alan Barrett <apb <at> cequrux.com>
2007-05-01 10:00:39 GMT
2007-05-01 10:00:39 GMT
On Tue, 01 May 2007, Gergo Szakal wrote: > Is there an easy way to rebuild (with make replace) all packages using > pkg_rolling-replace? First set the "please rebuild me" flag on all packages: pkg_admin set rebuild=YES '*' Then run pkg_rolling-replace, and fix whatever doesn't work. --apb (Alan Barrett)
1 May 2007 12:21
modular-xorg installation fails on Dragonfly 1.8.1-RELEASE with pkgsrc-2007Q1
Siju George <sgeorge.ml <at> gmail.com>
2007-05-01 10:21:50 GMT
2007-05-01 10:21:50 GMT
Hi, I was trying to Install modular-xorg-drivers from pkgsrc-2007Q1 on a DragonFly 1.8.1-RELEASE and get the following error ( detailed at the end of mail ). It also gave some warnings on console saying ================================================== configure: error: Package requirements (x11 xkbfile) were not met: No package 'x11' found No package 'xkbfile' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XKBCOMP_CFLAGS and XKBCOMP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. *** Error code 1 ================================================= Could someone please help me troubleshoot this error? Thankyou so much Kind Regards(Continue reading)
1 May 2007 13:39
Re: Catalyst !
David Brownlee <abs <at> NetBSD.org>
2007-05-01 11:39:33 GMT
2007-05-01 11:39:33 GMT
On Mon, 30 Apr 2007, Francisco Valladolid Hdez. wrote: >> The previous wip/p5-Catalyst* maintainer's situation has >> changed such that he is no longer in a position to maintain >> (or even use) Catalyst. >> >> Is anyone else using Catalyst and interested in helping keep >> it up to date in pkgsrc? >> > > I'm using Catalyst on OpenBSD, and can help to > maintain it. I'm porting Jifty to NetBSD but it need > too much work, there are a packages in pkgsrc too old. Excellent. If you want to let me know some of the out of date packages in base pkgsrc I'll have a look at getting them updated. My time is limited, but I can certainly update a few :) -- -- David/absolute -- www.NetBSD.org: No hype required --
1 May 2007 16:12
Re: modular-xorg installation fails on Dragonfly 1.8.1-RELEASE with pkgsrc-2007Q1
Jeremy C. Reed <reed <at> reedmedia.net>
2007-05-01 14:12:11 GMT
2007-05-01 14:12:11 GMT
Your saved output looks strange because it appears to miss some lines. > => Required installed package digest>=20010302: digest-20050731 found > ===> Checking for vulnerabilities in xkbcomp-1.0.3 Fetching ... Checksum ... Installing dependencies ... Required installed package ... Overriding tools ... Extracting ... Patching ... Applying pkgsrc patches ... Creating toolchain wrappers ... > ===> Configuring for xkbcomp-1.0.3 Checking for portability problems in extracted files > => Modifying GNU configure scripts to avoid --recheck I am not sure why this happened ... but can you try to do a "bmake(Continue reading)
1 May 2007 16:18
Re: Rebuild (replace) all packages
Jeremy C. Reed <reed <at> reedmedia.net>
2007-05-01 14:18:36 GMT
2007-05-01 14:18:36 GMT
On Tue, 1 May 2007, Alan Barrett wrote: > On Tue, 01 May 2007, Gergo Szakal wrote: > > Is there an easy way to rebuild (with make replace) all packages using > > pkg_rolling-replace? > > First set the "please rebuild me" flag on all packages: > pkg_admin set rebuild=YES '*' I have never used pkg_admin's "set" and "unset" before. Where can I find a list of all the choices? And how I can list the current settings? For some tests, I did: $ sudo pkg_admin set junk=YES zlib-1.2.3 $ pkg_info -B zlib ... Installed information: junk=YES $ pkg_info -Q junk zlib YES Maybe the pkg_admin man page can mention to use pkg_info for this? (Did I do this correctly.)(Continue reading)
1 May 2007 16:24
Re: modular-xorg installation fails on Dragonfly 1.8.1-RELEASE with pkgsrc-2007Q1
Jeremy C. Reed <reed <at> reedmedia.net>
2007-05-01 14:24:06 GMT
2007-05-01 14:24:06 GMT
Looking again, I think I see another problem ... On Tue, 1 May 2007, Siju George wrote: > I was trying to Install modular-xorg-drivers from pkgsrc-2007Q1 on a > DragonFly 1.8.1-RELEASE and get the following error ( detailed at the > end of mail ). ... > dflybsd#pwd > /usr/pkgsrc/meta-pkgs/modular-xorg-drivers > dflybsd#bmake install clean-depends > ===> Checking for vulnerabilities in modular-xorg-drivers-1.0 > ===> Installing dependencies for modular-xorg-drivers-1.0 > => Required installed package xf86-input-(Continue reading)keyboard-[0-9]*: NOT found > => Verifying reinstall for ../../x11/xf86-input-keyboard > => Required installed package digest>=20010302: digest-20050731 found > ===> Checking for vulnerabilities in xf86-input-keyboard-1.1.1 > ===> Installing dependencies for xf86-input-keyboard-1.1.1 > => Required installed package digest>=20010302: digest-20050731 found > => Required installed package libtool-base>=1.5.22nb1: > libtool-base-1.5.22nb4 found > => Required installed package gmake>=3.78: gmake-3.81 found > => Required installed package pkg-config>=0.19: pkg-config-0.21 found > => Required installed package fontsproto>=2.0: fontsproto-2.0.2 found > => Required installed package inputproto>=1.4: inputproto-1.4.1 found > => Required installed package videoproto>=2.2.1: videoproto-2.2.2 found > => Required installed package xf86driproto>=2.0.3: xf86driproto-2.0.3 found > => Required installed package glproto>=1.4.6: glproto-1.4.8 found
1 May 2007 17:13
PLIST update for math/octave-forge
Jukka Salmi <j+nbsd <at> 2007.salmi.ch>
2007-05-01 15:13:45 GMT
2007-05-01 15:13:45 GMT
Hi, building math/octave-forge using pkgsrc HEAD just failed because there were some apparently nonexistent files in the PLIST: pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/cell/cell2mat.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/general/blkdiag.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/general/isequal.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/general/sortrows.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/plot/print.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/set/ismember.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/set/setdiff.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/set/unique.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/strings/str2double.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/strings/strcmpi.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/strings/strmatch.m' pkg_create: can't stat `/usr/pkg/share/octave/2.1.73/site/m/octave-forge/time/datenum.m' The diff to my regenerated PLIST is attached. Any developer willing to commit? Cheers, Jukka -- -- bashian roulette: $ ((RANDOM%6)) || rm -rf ~
Index: math/octave-forge/PLIST ===================================================================(Continue reading)
RSS Feed