Re: good replacement for open office

2007-10-04 Thread Henry Lenzi
If you don't mind paying for software, I think you'll
find SoftMaker's Textmaker and Planmaker tools wholly satisfatory.
Their spreadsheets is fully compatible with Excel.
They make their products for FreeBSD.
Additionally, if you find quirks, they answer you (once I even saw one of
their guys answer somebody on sci.math.numerical).
*And* they provide regular service packs (bugfixes and improvements).
I've long since ditched OpenOffice because it's always problematic.

http://www.softmaker.com/english/ofl_en.htm

Cheers,

Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I like Ubuntu

2007-04-19 Thread Henry Lenzi

I tried Ubuntu once and went through an upgrade. This was after some
years of Debian at home.  There were problems, I thought it was a
joke. The documentation was also very bad, having to google for web
(PHP forums) pages with the right fix. Looked very ammateurish.

I moved to FreeBSD. I had enough of Debian-related problems.

[ ]s
Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I like Ubuntu

2007-04-19 Thread Henry Lenzi

On 4/14/07, Chris [EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] wrote:
 On Sat, 14 Apr 2007, Dag-Erling Smørgrav wrote:



 My issues with FreeBSD as a desktop mostly come from the difficulty of


I suppose your the kind of user that would benefit from using PC-BSD.
PC-BSD is not a distro. It FreeBSB + friendlier installation and
package management à la Windows or Mac (and ports if you like).

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I like Ubuntu

2007-04-19 Thread Henry Lenzi

On 4/13/07, Claude Menski [EMAIL PROTECTED] wrote:

Why is freebsd better then ubuntu?
___


I'll give you a real example. I havea licensed mathematics package
called Maple. It expensive. Ubuntu (Debian) just broke the
installation from one upgrade to another. They take pride in not
keeping backwards compatibility. Then, I used FreeBSD with the Red Hat
emulation software, ad I have it runing.

Another example: documentation (with whole books on the system desgin)
and a community more knowledgeable.

Plus, ports. You don have to wait 6 months like in Debian.

Additionally, you can run Linux software under emulation layer.

BSD license.

Cheers.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I like Ubuntu

2007-04-19 Thread Henry Lenzi

I find nothing brilliant in Debian's package management. It's heavily
dependent upon human intervention and just adds a layer of complexity
on top of a problem that was *already solved* in the Unix world, by
using Make files. Do they have a better backtracking algorith then
Make? No.

Debian's package management is the number one cause that distro just
got slower and slower in their release cycle.

Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help with running Linux software LD_LIBRARY_PATH

2007-04-19 Thread Henry Lenzi

Dear folks --

I'm trying to install a software package called LINGO for my
operations research class. There's a Linux version (no BSD, though).

http://www.lindo.com/downloads/downloadm.html

I'm hoping I can get this to work with the Linux emulation layer
(other stuff work already, like Maple 8).

I am getting errors related to a shell script a LD_LIBRARY_PATH

There are libraries that need to be loaded in /opt/lingo9
 ls
LINGO.CNF   libcxa.so   liblindo.so libmosek.so.3.2 lingovars.sh
libcxa.so.3 liblindo.so.3.0 libunwind.so.5
libconsub3.so   libcxa.so.5 libmosek.so lingo9


I unpacked it under /opt.

There's a bash shell script you're supposed to run:

##
#! /bin/sh


LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/opt/lingo9/bin/linux32
export LD_LIBRARY_PATH

LINGO_LICENSE_FILE=$HOME/opt/lingo9/license/lndlng90.lic
export LINGO_LICENSE_FILE
###

My first question is if the shell script translation to tcsh is correct:

###
#!/bin/tcsh

setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/opt/lingo9/bin/linux32

setenv LINGO_LICENSE_FILE /opt/ling9/license/lndlng90.lic
###

When I try to execute it, I get the error below (BTW, set to 755).


ls -l bsdlingolic.sh

-rwxr-xr-x  1 root  2527  143 19 Abr 13:00 bsdlingolic.sh

./bsdlingolic.sh

LD_LIBRARY_PATH: Undefined variable.




What suggestions do you have regarding this issue?
Thanks in advance.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I like Ubuntu

2007-04-19 Thread Henry Lenzi

On 4/19/07, Chris [EMAIL PROTECTED] wrote:

Henry Lenzi wrote:
 I find nothing brilliant in Debian's package management. It's heavily
 dependent upon human intervention and just adds a layer of complexity
 on top of a problem that was *already solved* in the Unix world, by
 using Make files. Do they have a better backtracking algorithm then
 Make? No.

I don't understand this at all.


It's quite obvious you don't.


Assuming that Ubuntu's package
management is nearly the same as Debian's (by means of apt-get etc.)
then how do you figure it's heavily dependent on human intervention?



Have you ever seen the process whereby Debian (and I keep saying
Debian because Ubuntu just piggybacks on the Debian developers)
releases packages?

Their package management system is supposed to be about handling
dependencies automatically. Well, I'm not sure you've quite noticed
this, that FreeBSD (and the other BSDs) *also* handle dependencies
automatically. How? Because of the Magic Makefiles and its
backtracking algorithm! Well, funny, huh. No need to reinvent the
wheel, as 3 BSD Unixes demonstrate daily.



 Debian's package management is the number one cause that distro just
 got slower and slower in their release cycle.




Interesting - so, the semi annual (of course this means 2 times a year)
release of say Ubuntu isn't in line with say, OpenBSD or even FreeBSD
(when they manage to push our 2 releases in a year).


I said Debian and you said Ubuntu. My point was that the packaging
system they have impinges an extra work load on their developers
(there aren't really developers in Debian, only packagers. Only one or
two develop system-level software, unlike in the BSDs).
Fine. Ubuntu release sin a 6 months cycle. That is the reason they
created Ubuntu, because Debian couldn't handle it. Notice that Ubuntu
has full time developers on their payroll, *and* they piggyback on
Debian. My point being that part of the blame lies in the technology
which, in fact, is an opinion seldom heard. A funny thing that the guy
who actually invented dpkg doesn't really use it anymore...
Here's what you do: plot a graphic of the growth of number of packages
in Debian, and then observe how that relates to their release cycle.
You'll notice that the more packages they have, the more they stall.



Base on what you have stated - you either used a very old version of
Debian or a very old version of Ubuntu. Then again, there is always the
notion that you may not have used any of the above and are just talking
out your keister ;)

 Henry Lenzi


Yes I have, I used Debian for over 5 years. I much prefer FreeBSD
nowadays. Anyways, I'll not have an argument with you. I care nothing
about Ubuntu or Debian or your opinons on whether I've used Debian or
not. That is what I think. I'll just leave it at that. You think
Ubuntu is great, good for you.

Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I like Ubuntu

2007-04-19 Thread Henry Lenzi

 I'll give you a real example. I have a licensed mathematics package
 called Maple. It expensive. Ubuntu (Debian) just broke the
 installation from one upgrade to another. They take pride in not
 keeping backwards compatibility. Then, I used FreeBSD with the Red Hat
 emulation software, ad I have it running.



Yes. Well, you try that: buy expensive software and go use Ubuntu.
Then, check if works between some release cycle.

I will offer a piece of advice: Linux is so prone to mutation and so
proud in their disregard for any sane ABI policy, that I recommend for
those that wish to use commercial software on Linux that they choose
Red Hat, because that is what all the vendors support, mostly.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help with running Linux software LD_LIBRARY_PATH

2007-04-19 Thread Henry Lenzi

Thank you it worked, except it borked with out-of-memory.
I'll quit using LINGO.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help with running Linux software LD_LIBRARY_PATH

2007-04-19 Thread Henry Lenzi

Thank you Boris. I just discovered that there's an AMPL version for
FreeBSD (who says FreeBSD doesn't get support ?) that works with
lp_solve, so I'll be using that (lp_solve is in the ports tree).

http://www.ampl.com/DOWNLOADS/details.html#Unix

I mention this for other people that might want to search operations
research software that works on FreeBSD.

Thanks.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help with running Linux software LD_LIBRARY_PATH

2007-04-19 Thread Henry Lenzi

On 4/19/07, Boris Samorodov [EMAIL PROTECTED] wrote:


I'm far from understanding the topic of those programms. Can you say
if the port of LINGO may be helpful for FreeBSD users?



These softwares are for optimization of costs, resources etc. in
products, or shipment, routes, etc.

I think, yeah, it would be nice to have it on FreeBSD. If they support
Linux, it means there are people interested and they're pretty much th
same sort of crowd that would use FreeBSD. In fact, one of the reasons
people might choose Linux instead of FreeBSD is because they think
there is no - or see - no software for FreeBSD.

BTW, I have contacted the tech support ([EMAIL PROTECTED]) and told them
it would probably be very easy for them so have a FreeBSD version.

Spasiba, Boris!

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox can't save file

2006-12-23 Thread Henry Lenzi

On 12/23/06, Tsu-Fan Cheng [EMAIL PROTECTED] wrote:

HI,
   my firefox and linux-firefox can't save files,


I have the same problem. The funny thing is that for a user in th
wheel group, it doesn't save. For a normal user, it does.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unicode support on FreeBSD

2006-12-16 Thread Henry Lenzi

On 12/16/06, 文鳥 [EMAIL PROTECTED] wrote:

   It's worth noting that while this solution may work, it's an
 add-on.
   The question of Unicode is complex; you should check for
 relevant threads in the questions@ and i18n@ archives.
I am using FreeBSD 6.1. with locale set to ja_JP.UTF-8


I'm sorry, I'm not following this discussion. To get Unicode support,
I should set my system to ja_JP.UTF8?!
My problem is cyrillic fonts; any help is aprreciated.

Henry

PS: Oh, and don't write back to me in Russian, please. I'm not there yet :-))
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Portupgrade hung. What do I do?

2006-12-08 Thread Henry Lenzi

Hi --

I was following the path of enlightenment to gnome upgrade, and the
portupgrade process hung.
It is a fact, there's nothing I can do about it.
My question is: how do I gracefully make this thing stop (i.e., not
smash the computer)? Ctrl-C doesn't work, for instance.
And what do I do afterwards, hygiene-wise?

TIA,
Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portupgrade hung. What do I do?

2006-12-08 Thread Henry Lenzi

Hi * --

Funny thing, ps ax does to tell me the PID of portupgrade.
The process stopped while fetch a postgresql tarball. ps should list
portupgrade or at least fetch, right?

TIA,
Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shutting down as user

2006-11-16 Thread Henry Lenzi

On 11/16/06, Parv [EMAIL PROTECTED] wrote:

in message [EMAIL PROTECTED],
wrote Rem P Roberti thusly...

 I just installed 6.1 on an old laptop, and I am unable to shutdown
 as user.  I get a permission denied error message.

Other than already proposed solution, given that you are the only
person sitting near the machine  working power management, a press
of the power button should cleanly shut down the computer.


Yes, if you have acpi enabled, you can do that.
Otherwise, the OP may consider editing a sudoer list.

Regs
Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Poutupgrade unsafe

2006-09-15 Thread Henry Lenzi

A nice portupgrade feature would be to grok UPDATING, and present you with any
such notes before the upgrade occurs.

Mike


I fully agree. It's not the best solution to have an UPDATE file that
is very large and that is not integrated in the updating process.
UPDATE should be machine-readable, for starters.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups 1.2.2 and parallel port printers

2006-09-09 Thread Henry Lenzi

My problem is that when you add a printer via the web interface the
devices pull-down does not show a parallel port even if the system has
detected that there is a printer there.  (ie dmesg shows the printer
discovery)

so where is the parallel port?



Hi --

What I think you want to know is the Device URI.
If your printer is in lpt0, that would be:

parallel://dev/lpt0

*However*, there's a bug report worth reading (I fixed this on my 6.0
- this is fixed in 6.1). Bug num. 99745

http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/094331.html

If you used 6.0, follow the instructions and your printer will be detected.
I still remains with some other problems regarding CUPS...regarding
ffomatic-rip.

Hope this helped.

Cheers,

 Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can't find foomatic-rip on FreeBSD 6.0

2006-09-09 Thread Henry Lenzi

I sent this to cups-bug too...
-- Forwarded message --
From: Henry Lenzi [EMAIL PROTECTED]
Date: Sep 9, 2006 2:30 AM
Subject: Can't find foomatic-rip on FreeBSD 6.0
To: [EMAIL PROTECTED]


Hello --

I am trying to get CUPS rolling on a FreeBSD 6.0 with a HP Deskjet
840C printer. I have installed cups and all foomatics from ports, as
well as some other filters. I think there might be a bug.

At first CUPS did not work because of the bug reported in:
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/094331.html
Unable to open parallel port device file /dev/lpt0: Permission denied

The bug fix in that report corrected this problem, and I guess FreeBSD
6.1 won't have that prblem anymore.

The problem that remains now, however, relates to foomatic-rip. The
printer is detected (Device URI is parallel://dev/lpt0), but when I
try to print the test page, I get the following message:

hp (Default Printer) /usr/local/libexec/cups/filter/foomatic-rip failed

I have no idea as to what this means, since it seems the path is
correct. Furthermore:
machine# ls -l foomatic-rip
lrwxr-xr-x  1 root  wheel  27  9 Set 04:29 foomatic-rip -
/usr/local/bin/foomatic-rip

Any help is greatly appreciated.
TIA

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cups 1.2.2 and parallel port printers

2006-09-09 Thread Henry Lenzi


I have this in my /etc/devfs.rules file on a system successfully using
CUPS with a parallel port printer:


[localrules=10]
add path 'lpt*' mode 0660 group cups


(I also have 'devfs_system_ruleset=localrules' in my /etc/rc.conf
file.)

That makes sure that CUPS can access the lpt* devices (including the
lpt*.ctl devices).  Mode 0660 also ensures that not everyone can access
lpt*, just root and members of the cups group (i.e., CUPS).

Cheers,

Paul.


You solution in the same of the bug report I mentioned in another post
in this thread. It refers to the bug report and fix in:
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/094331.html

I still have problems with CUPS. It borks complaining about
foomatic-rip not being found, although it installed. Did you get a
problem like that too?

I have a HP Deskjet 840C on /dev/lpt0

Any help is appreciated.
Thanks.

Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CUPS borked, but apsfilter just works.

2006-09-09 Thread Henry Lenzi

Hi --

We has some CUPS questions this week (doesn't every Unix list? ;-)
Anyways, CUPS keeps borking. Buggy, bugyy, buggy on FreeBSD 6.0 with
a HP Deskjet 840C. And this in 2006.
Apsfilter, OTOH, just works. I just had to install the
ghostscript-afpl (there are also ghoscript-gnu and ghostscrip-gpl).

Just wanted to share my experience with other newbies.

Cheers.
Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can you have both KOI-R and ISO8859-15?

2006-09-09 Thread Henry Lenzi

Hi --

I guess I am falling in a strange intersection...I need to be able to
read/work with Russian and Latin-1 on my system. Russian filenames are
just gibberish right now...
Is there a way to have both? Or is this a problem that'll only get
solved with Unicode? More and more we need to use foreign languages
these days for our work...

TIA,
 Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can you install diablo-jdk for 6.1 on 6.0?

2006-09-08 Thread Henry Lenzi

Hi --

Can you install diablo-jdk for 6.1 on 6.0?
One can no longer find the original package for 6.0 on the FreeBSD
foundation web site.

TIA.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ebook reader

2006-09-05 Thread Henry Lenzi

On 9/5/06, Ivan Levchenko [EMAIL PROTECTED] wrote:

Is there anything in the ports tree for reading books on the computer?
something like Tom Reader or Ice book reader for windows?



I don't know what those are, since I don't use Windows.
For ebooks, there are a variety of choices. These choices depend on
the format of the ebook. Note that PDB files are proprietary and who
know how they're specified...Which means for PDB files, I can't offer
any solution.
All this stuff is in ports:

Type of file  Solution
-  

PDF epdfviewer, kpdf, gv,
xpdf, acrobat, gpdf
PostScript (PS)gv, ggv (?)
dvi   probably xdvi
chm xchm
djvu djvulibre, JavaDjVu

A note on djvu: although djvulibre is in /usr/ports/graphics, I could
not get the viewer (djview) to work properly. Two solutions are: 1)
grab the tarball and compile it yourself (in, say, /opt) - very simple
to do, just read the INSTALL file; 2) Install the FreeBSD official JDK
package and make your file manager use JavaDjVu associated with djvu
files - remember to move the jar (IIRC) to the directory where you
store your djvu files.

Hope this helps.
Cheers,
Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portversion is part of what?

2006-09-03 Thread Henry Lenzi

Hi --

Is portversion a part of another big binary? Apparently, I can't just
reinstall portversion.
TIA,

Henry L.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Laser Scanners: Do you know what Kyeboard Wedge is ?

2006-08-17 Thread Henry Lenzi

Hi --

I need to purchase a handheld laser scanner (for a market) and I
would like it to work with FreeBSD, as that is the OS I plan on
installing there (preferably, if I can - I want to avoid Linux, if
possible).

I found this, that claims to work out of the box. Apparently, there
is this interface called Keyboard Wedge.

Keyboard Wedge is the simplest and best way to connect the scanner to
a regular desk top computer. There is no software to install, just
connect in the keyboard circuit and start scanning. Works with ALL
applications and ALL Operating Systems running on industry standard
architecture PCs- Windows, DOS, Linux, FreeBSD, Unix etc.

http://www.barcodeman.com/ml/ms9500/

Anyone know anything about this interface and how its integrated in FreeBSD?

There's some info here: http://www.csensors.com/kbdwedge.html

Anyway, I'm looking for a scanner the works on FreeBSD.

TIA,

Henry Lenzi

PS: Anyone in *Brazil* purchased one? Please get in contact.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Laser Scanners: Do you know what Kyeboard Wedge is ?

2006-08-17 Thread Henry Lenzi

I've used one of these beore. (...)
Basically, it it pretends to be a keyboard. It plugs into the PS/2 port (...)
with any operating system that supports a PS/2 keyboard. No special driver
necessary.


Thanks for answering. I'm much more optimistic now about using
FreeBSD for my inventory needs.

Easy as that, huh? And have you used it with FreeBSD? And, btw, where
/is/ this code in the source tree?

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Squeak Smalltalk upgrading problems

2006-08-04 Thread Henry Lenzi


Presumably because the maintainer hasn't had time to update it yet.
If you provide patches, that would probably help him get it faster...


Yes, I can infer that is one possibility. However, I was asking for
specifics. And specifically, I wasn't asking for a knee-jerk answer
with no real information content, like yours.
It seems you neither use nor care about Squeak, but care only about
engaging in such infantile exchanges, in which case you should refrain
yourself from such lowly and puny pathetic pleasures.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kdebase upgrading bug - help and opinion needed

2006-08-03 Thread Henry Lenzi

I am having problem upgrading kdebase from 3.4 to 3.5 on FreeBSD-6.0-release.
I followed the instructions on /usr/ports/UPDATING
For convenience, I post the instructions here:

-

20060108:
 AFFECTS: users of x11/kdelibs3, x11/kdebase3, deskutils/superkaramba,
   x11-themes/kde-windeco-smoothblend, irc/kvirc,
   editors/vimpart
 AUTHOR: [EMAIL PROTECTED]

 A number of files have been moved from kdebase to kdelibs between
 KDE 3.4.3 and KDE 3.5.0 and some applications which used to be
 distributed separately from KDE have been included in the release.

 This means that you will have to take some precautions in order to
 update your KDE installation without interruptions.

 We recommend sticking to the following procedure. This procedure requires you
 to have sysutils/portupgrade installed and to be the superuser (or using sudo)
.
1.) Delete installed packages which conflict with the updated KDE
 ports.

   pkg_deinstall -f kdebase-\[0-9\]\* superkaramba-\[0-9\]\* \
   kde-windeco-smoothblend-\[0-9]\* kvirc-\[0-9\]\* \
   kdeaddons-vimpart-\[0-9\]\*

 2.) Now update the remaining KDE ports.

   portupgrade -O arts\* kde\* \*kde-i18n\*

 or, if you want to update KDE along with other updated ports:

   portupgrade -a

 3.) Reinstall the KDE ports you deleted in step 1.

   portinstall -O kdebase

--

I followed them and, after step 3, the system complained of bad C++ code.
Please help me assess the severity of this:
1) Have you seen this? Have you had this problem?
2) Do you understand this?
3) Do you have a solution or a suggestion for this?

Any help is greatly appreciated.

Here is the error:




---

konq_popupmenu.cc: In member function `void KonqPopupMenu::setup(uint)':
konq_popupmenu.cc:797: error: no matching function for call to `KDEDesktopMimeTy
pe::userDefinedServices(const QString, KSimpleConfig, bool, KURL::List)'
/usr/local/include/kmimetype.h:561: note: candidates are: static QValueListKDED
esktopMimeType::Service KDEDesktopMimeType::userDefinedServices(const QString,
bool)
/usr/local/include/kmimetype.h:568: note: static QValueListKDED
esktopMimeType::Service KDEDesktopMimeType::userDefinedServices(const QString,
KConfig, bool)
gmake[3]: ** [konq_popupmenu.lo] Erro 1
gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.2/libkonq'
gmake[2]: ** [all-recursive] Erro 1
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.2/libkonq'
gmake[1]: ** [all-recursive] Erro 1
gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.2'
gmake: ** [all] Erro 2
*** Error code 2

Stop in /usr/ports/x11/kdebase3.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall49261.0 mak
e
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! x11/kdebase3  (bad C++ code)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Squeak Smalltalk upgrading problems

2006-08-03 Thread Henry Lenzi

Hi --

Squeak version 3.8 is out, but ports have 3.6.
Does anyone know why?

TIA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox with flash and java!

2006-08-03 Thread Henry Lenzi

though the

link got chopped for me.  I believe it is portugese(sp), but here is



Yes, it's Portuguese. Anyone who can read Spanish can read (proper)
Portuguese. They are very similar.

Cheers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Can you install packages from STABLE in RELEASE?

2006-08-03 Thread Henry Lenzi

Hi --

I'm currently running 6.0-SECURITY
My portsnap tells me of a bunch of ports that have updates that, when
I head directly for an ftp site, I find on a STABLE tree (like
kde-3.5.3 - actually 3.5.2 until yesterday)

For instance, 
ftp://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-6.0-release/x11/
lists kde-3.4.2.tbz

Can I install these on RELEASE? If not, why does portsnap even suggest them?

TIA.

HL.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What FreeBSD users really want

2006-07-25 Thread Henry Lenzi

You know, for me, the little things have nothing to do with what you said.
The little things have to do with the stuff my wife needs. Trivial
things, like easily writing data to a CD, just like she does on her
work with Windows, and automounting floppies for DOS formatted
floppies. Automounting like in Linux.
Every thing else is just fine, we ahve everything in FreeBSD that a
desktop user needs.

My 2 cents.

HL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What FreeBSD users really want

2006-07-25 Thread Henry Lenzi

There are major debates in the Linux community about the supposed
user-friendly behaviour of Gnome and KDE, and whether it's truly friendly.

Personally, I'd be happy with a button to mount my devices, instead of
automounting.


Yes, I agree. But you see, sometimes its hard to explain to people
why I use FreeBSD. Linux has solved those little glitches, and is
prefectly usable (I hope I am spared of the Huh, why dontcha use
Leenoox kne-jerk reaction - obviously because I like FreeBSD better -
but what I can put up with is not the same as the non-geek user can).
Let's hope these areas get a little better...And BTW, you can't even
pretend FreeBSD will get more media coverage if they don't...

Cheers.
HL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Using Flash on FreeBSD [Fwd: Macromedia Customer Service Request [8564611]]

2006-05-31 Thread Henry Lenzi

It's back?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Maple 8 on FreeBSD with Diablo

2006-05-27 Thread Henry Lenzi

Hi Albert --

Thank you for your tip. It will definetly help, I think, because I
did manage to install Maple 8 on Ubuntu.

I had already contacted my local Maple reseller in Brazil and
thanfully I read your tip:


NB: Don't buy Maple-10, it's not working on 5.2/5.4/6.1



Thanks very much.

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Maple 8 on FreeBSD with Diablo

2006-05-22 Thread Henry Lenzi

The best way to use Maple (I don't have maple 8, my versions 9, 9.5 and 10)
is to run maple without java by typing :

xmaple -cw

(cw mean : classic worksheet)


Hi --

Thanks for trying to help. My question refereed to the fact that, at
least on my official CD, there is no such FLEXim script for Unix such
as the documentation (Handbook) refers to.

The information apparently is outdated, or I got sold a different CD
(I said I specifically would run it in Linux at the time).

I know it's possible to install it. Maybe Maple 8 is a lost cause.
However, the NetBSD people claimed to have it installed under binary
emulation. Their documentatio too is unsatisfactory in this respect.

Would you care to share your experience in installing Maple ? It
would be greatly appreciated.

Right now, I would prefer not to have to buy another license, because
they're expensive, and just stick to Maple 8 for a bit more, but since
Maplesoft's support for FreeBSD is non-existent (and even for Linux it
kind of sucks)...

Henry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Maple 8 on FreeBSD with Diablo

2006-05-20 Thread Henry Lenzi

Hi --

Maple keeps getting me trouble...
Has anyone installed Maple 8 with the new diablo? What the handbook
says does not apply to Maple 8...There is no FLEXim script for
Linux/Unix.

NetBSD people claim to have it rolling under binary emulation, but
their page lacks details too.

Can anyone help?

Henry

PS: Why does Maplesoft hate us?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New FreeBSD logo

2006-05-15 Thread Henry Lenzi

It was, I am sorry to say.  The core developer that pushed for all
this said he was tired of when presenting FreeBSD to have to field
a bunch of questions by people hung up over the devil image, it
distracted from the presentation of the operating system's features.

Ted



You're kidding, right? Say you're kidding.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New FreeBSD logo

2006-05-15 Thread Henry Lenzi

BTW, I entirely apologize for singling out a religious group. Perhaps
I've should've phrased it as I hope this didn't have to do with any
concern or discomfort related to religious groups. Maybe I'm reading
much too many polls...

Anyways, I still find it hard to believe it...Although I mentioned
this because I sem to remember having read something a long time ago
about a FreeBSD developer that ran into some trouble because of the
Devil t-shirt. So, you know, I apologize but try to see where I was
coming from, if I offended anyone.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: New FreeBSD logo

2006-05-13 Thread Henry Lenzi

you are attempting to destroy the new logo's image by imaturely
calling it a sex toy and in turn are slowly taking away from those
precious dollars put into aquiring it.


I'm sorry to say, but it was a bad choice.
The little devil has been with us for a long time. Apple has an apple,
Windows has a window, Linux has a penguin, we have an abstract red
thing no one can describe. When they do, they say things like tits
or sex toy. It is too abstract. You want a logo people can easily
describe:
dialogue
- Well, I use the FreeBSD oerating system.
- I've heard of it...Is it the one with the little red devil?
- Yeah, that's the one
/dialogue
Don't call people immature because they have a different opinion. I
doubt the new logo would last an hour in a advertising firm's
brainstorming session. I really hope the rationale wasn't something
like evangelical christians having problem with the little red
devil.
And don't say people are being destructive when they simply are
questioning what some, like me, seem to think was a wrong branding
strategy, if you will (although some will not articulate it like
that). Were it not important, we would have white simple HTML pages on
www.freebsd.org. Granted, it's not terribly important, but like any
thing that's out there, people will comment. This being a free
project, people feel entitled to comment on the project's list.
Rightly so.

My 2 cents,

Henry Lenzi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: (6.1) KDE starts fine, no background(?)

2006-05-13 Thread Henry Lenzi

I don't quite recall it with great detail, but I believe there might
be a package for beautifying KDE that has the themes and all. You
might want to look at that.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]