thanks, but howto delete all of them using only one single command ?
--- On Thu 01/10, Anton Berezin < [EMAIL PROTECTED] > wrote:
From: Anton Berezin [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: freebsd-ports@freebsd.org
Date: Thu, 10 Jan 2008 09:19:20 +0100
Subject: Re: bsdpan
On Thu, Jan 10, 2008 at 02:41:31AM -0500, Piotr wrote:
> I have so many [B]bsdan[/B] packages installed on my freeBSD 6.2-RELEASE-p9
> where come these packages from ?
Generally, from installing Perl modules by hand as opposed from ports.
> # ls -l /var/db/pkg
> total 22556
> drwxr-xr-x 2 root
On Thu, Jan 10, 2008 at 03:23:01AM -0500, Piotr wrote:
> thanks, but howto delete all of them using only one single command ?
As with any package, use pkg_delete. These are easy to do in one command
since they all start with the same prefix, so
pkg_delete bsdpan\*
will do. This is valid if
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Scot Hetzel ha scritto:
There is an error in the rc.d script, the port dns/noip doesn't
install bin/noip, instead it installs bin/noip2. But the script is
setting "command=${PREFIX}/bin/noip", when it should be using
"command=${PREFIX}/bin/noip2".
Just change "command" variable in dns/noip/fil
Hi there,
I installed miro with "portinstall miro" - not changing any make options. It
crashes at startup.
Let me know, if you need more informations.
Volker
[EMAIL PROTECTED] /usr/home/volker]$ miro
/usr/local/lib/firefox
INFO Starting up Miro
INFO Version:1.0
INFO Revision:
On Jan 10, 2008 5:00 AM, Andrea Venturoli <[EMAIL PROTECTED]> wrote:
> Hello.
> I installed the latest version of this port and it won't start
> automatically, after the script was converted to the new rc system some
> days ago.
>
> I put noip_enable="YES" in /etc/rc.conf and this seems to get thro
When I tried to upgrade gnumeric to the newest version devel/goffice
failed to install. Only after installing textproc/gtk-doc goffice
would install.
Christopher
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebs
Synopsis: ltmdm driver (comms/ltmdm) crashes system whene line rings
Responsible-Changed-From-To: osa->ports
Responsible-Changed-By: osa
Responsible-Changed-When: Thu Jan 10 15:32:35 UTC 2008
Responsible-Changed-Why:
Pass to new maintainership, since I don't have ltmdm hardware any more.
http:/
Synopsis: ltmdm driver (comms/ltmdm) crashes system whene line rings
Responsible-Changed-From-To: ports-> freebsd-ports-bugs
Responsible-Changed-By: miwi
Responsible-Changed-When: Thu Jan 10 15:40:32 UTC 2008
Responsible-Changed-Why:
Fix category.
http://www.freebsd.org/cgi/query-pr.cgi?pr=
Hello.
I was installed MagickWandForPHP and ZendOptimizer from fresh ports and php got
SIG11. When i disable MagickWandForPHP or ZendOptimizer - all ok. Can
you help me with this issue?
Thanks.
--
_
. . Best Regards, Andrey A
Hey there!
I've just tried to compile the frozenbubble game, and it installs fine,
but refuses to run, giving this error:
[SDL Init] Bad system call
Not sure what the problem is, I have 3d support enabled, tried it on two
different systems, same error on both. Using FreeBSD 6.3-PRE / PC-BSD
Kris Moore <[EMAIL PROTECTED]> writes:
> I've just tried to compile the frozenbubble game, and it installs
> fine, but refuses to run, giving this error:
>
> [SDL Init] Bad system call
>
> Not sure what the problem is, I have 3d support enabled, tried it on
> two different systems, same error on b
Rong-en Fan ha scritto:
Could you update your ports and install 2.1.7_2? I think it would work
as expected (set noip_enable=YES).
I did this just to test the port, since, as per other message, I had
already solved.
I can confirm it works fine.
Thanks.
bye
av.
_
Thanks! I was doing searches for "SDL Init + Bad system call and not
finding anything before. I was able to fix it with the LD_PRELOAD
command shown here:
http://www.perl.com/pub/a/2004/12/29/3d_engine.html
--
Kris Moore
PC-BSD Software
http://www.pcbsd.com
Robert Huff wrote:
Kris Moor
Kris Moore writes:
> I've just tried to compile the frozenbubble game, and it installs
> fine, but refuses to run, giving this error:
>
> [SDL Init] Bad system call
>
> Any ideas? Something broken with the SDL lib? FB uses SDL-perl,
> which also could be causing the problem.
Try
$ uname -a
FreeBSD glider 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Tue Dec 11 13:40:40
PST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GLIDER i386
The problem:
- Install games/freebsd-games
- run hack
- Say "y" when it asks if you're experienced.
- Type "T" for tourist.
There will be a bus
Le Jeu 10 jan 08 à 12:06:16 +0100, Volker Glatz <[EMAIL PROTECTED]>
écrivait :
> Hi there,
Hello,
> I installed miro with "portinstall miro" - not changing any make options. It
> crashes at startup.
>
> Let me know, if you need more informations.
Could you please tell me if xulrunner is insta
James Cook writes:
> This seems to be caused by line 170 of hack.u_init.c, which
> attempts to modify a string constant.
>
> SOLUTION:
> Add -fwritable-strings to CFLAGS in hack's Makefile. (There's
> already a patch that changes that line of the Makefile, so this
> is easy to change.)
Robert Huff wrote:
James Cook writes:
This seems to be caused by line 170 of hack.u_init.c, which
attempts to modify a string constant.
SOLUTION:
Add -fwritable-strings to CFLAGS in hack's Makefile. (There's
already a patch that changes that line of the Makefile, so this
is easy to ch
Hi,
it seems that our current quagga port has problems with multicast
sockets, which renders both OSPFv2 and RIPv4 unusable on systems with
more than a single network interface. Quagga folks are already
tracking the problem here:
http://bugzilla.quagga.net/show_bug.cgi?id=420
In short, we ar
On Thu, Jan 10, 2008 at 11:02:11AM -0500, Kris Moore wrote:
> Hey there!
>
> I've just tried to compile the frozenbubble game, and it installs fine,
> but refuses to run, giving this error:
>
> [SDL Init] Bad system call
>
> Not sure what the problem is, I have 3d support enabled, tried it on t
Hi
This calls for a maintainer-timeout.
Thanks,
Tobias
signature.asc
Description: OpenPGP digital signature
Am Donnerstag 10 Januar 2008 schrieb Thierry Thomas:
> Le Jeu 10 jan 08 à 12:06:16 +0100, Volker Glatz <[EMAIL PROTECTED]>
>
> écrivait :
> > Hi there,
>
> Hello,
Thanks, for reply!
>
> > I installed miro with "portinstall miro" - not changing any make options.
> > It crashes at startup.
> >
> >
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Started in -questions, but redirected to -ports with the change in
direction of discussion (you'll see).
Rudy wrote:
> Aryeh M. Friedman wrote:
>
>>> rm /usr/ports/distfiles/flashplugin/fp7_archive.zip
>>>
>>
>> An other way to fix it in some ways is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thierry Thomas wrote:
> Le Jeu 10 jan 08 à 12:06:16 +0100, Volker Glatz <[EMAIL PROTECTED]>
> écrivait :
>> Hi there,
>
> Hello,
>
>> I installed miro with "portinstall miro" - not changing any make
options. It
>> crashes at startup.
>>
>> Let me know
On Thu, 10 Jan 2008 21:05:19 -0600, Aryeh M. Friedman
<[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thierry Thomas wrote:
Le Jeu 10 jan 08 à 12:06:16 +0100, Volker Glatz
<[EMAIL PROTECTED]>
écrivait :
Hi there,
Hello,
I installed miro with "portinstall miro
On Thu, Jan 10, 2008 at 11:10:07PM +0100, Kris Kennaway wrote:
> Robert Huff wrote:
> >James Cook writes:
> >
> >> This seems to be caused by line 170 of hack.u_init.c, which
> >> attempts to modify a string constant.
> >>
> >> SOLUTION:
> >> Add -fwritable-strings to CFLAGS in hack's Makefile. (
28 matches
Mail list logo