Re: Evince 2.22.2_3: "Unhandled MIM E type: “application/pdf”"

2008-09-16 Thread Mark Evenson
Dan Reinholz wrote: Since updating to the latest revision of Evince (to 2.22.2_3 from 2.22.2_2) I am no longer able to open .pdf files. Anytime I try to do so I now get the error: "Unhandled MIME type: “application/pdf� At the same time I also updated some related ports such as poppler, so

Re: OPTIONS handling doesn't seem to work fully in dependencies anymore

2008-09-16 Thread Alex Dupre
Doug Barton ha scritto: Bug, and at first glance I think your analysis is correct about the cause. Surely a bug, but the mentioned code is what was added in rev 1.560 (http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk?r1=1.560#rev1.560) exactly to add this feature, and AFAIR it worke

Re: Evince 2.22.2_3: "Unhandled MIME type: “application/pdf”"

2008-09-16 Thread Jeremy Messenger
On Tue, 16 Sep 2008 09:57:03 -0500, Mark Evenson <[EMAIL PROTECTED]> wrote: Dan Reinholz wrote: Since updating to the latest revision of Evince (to 2.22.2_3 from 2.22.2_2) I am no longer able to open .pdf files. Anytime I try to do so I now get the error: "Unhandled MIME type: “application

databases/mysql51-server and beginner's InnoDB questions

2008-09-16 Thread Morgan Wesström
# uname -a FreeBSD gatekeeper.pp.dyndns.biz 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Thu Sep 4 10:58:01 CEST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL amd64 # pkg_info | grep mysql-server mysql-server-5.1.26 Multithreaded SQL database (server) Dear list. I have a few questions

Re: databases/mysql51-server and beginner's InnoDB questions

2008-09-16 Thread Jeremy Chadwick
On Tue, Sep 16, 2008 at 08:50:54PM +0200, Morgan Wesström wrote: > I have a few questions regarding enabling InnoDB but I'm not an expert > on MySQL so I'm not even sure I know how to ask them correctly. But the > only way to learn is to ask and hope nobody is offended by stupid > questions.

Re: databases/mysql51-server and beginner's InnoDB questions

2008-09-16 Thread Morgan Wesström
Jeremy Chadwick wrote: I'm wondering why you're asking MySQL-specific questions on freebsd-ports. Questions I didn't answer should be punted to the MySQL folks, they're quite helpful. Lol, thanks Jeremy. In an earlier "incident" I asked net-snmp questions directly to the developers and the re

Re: databases/mysql51-server and beginner's InnoDB questions

2008-09-16 Thread Matthew Seaman
Morgan Wesström wrote: I realized today actually that there are different storage engines available for MySQL and that InnoDB seems to be preferred so I naturally wanted to use it. I can see with "show create table " that Mediawiki's tables for example are already created with ENGINE=InnoDB.

Re: databases/mysql51-server and beginner's InnoDB questions

2008-09-16 Thread Morgan Wesström
Sorry, I forgot to cc the list... Matthew Seaman wrote: Thanks Matthew. Your answers are very helpful for someone like me to understand MySQL better and to guide me what parts to explore more thoroughly. > Correct. MySQl's reputation for speed is based on simple, generally > single threaded

Linux Help

2008-09-16 Thread johnharten
LINUX is not UNIX, but it's close enough This book is old I will try to take the concepts the book lays out and integrate them with more recent versions. Lecture material will be a hybrid Chapter 1 Logging on to the System Why we study UNIX/LINUX Started in the 1970's (pre-Microsoft)‏ UNIX runs “e

Re: OPTIONS handling doesn't seem to work fully in dependencies anymore

2008-09-16 Thread Doug Barton
Alex Dupre wrote: > Doug Barton ha scritto: >> Bug, and at first glance I think your analysis is correct about the >> cause. > > Surely a bug, but the mentioned code is what was added in rev 1.560 > (http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.mk?r1=1.560#rev1.560) > exactly to add thi

RE: Linux Help

2008-09-16 Thread Mark Picone
Ok then... Mark Picone, Trainee Unix Administrator Deakin University, Information Technology Services Division Phone: 03 5227 8602 International: +61 3 5227 0806 Fax: 03 5227 8799 International: +61 3 5227 8799 Email: [EMAIL PROTECTED] Website: http://www.deakin.edu.au > -Origina

Source install to look like installed package

2008-09-16 Thread Francisco Reyes
Where could I find the structure of an installed port? I am trying to take an existing binary install and make it appear as an installed package to facilitate uninstall. It is the FreePascal install script. Although we have a a port, it usually is behind. The existing script basically just

Re: pointyhat sparc64

2008-09-16 Thread Mark Linimon
On Mon, Jun 23, 2008 at 01:44:49AM +0100, Daniel Austin MBCS wrote: > Is there anything I can do to assist getting more ports/packages tested > (or the pointyhat cluster running faster) ? I'm not sure I ever answered this email (I am going through the backlog today). I hope you did not get disco

signal handling issues

2008-09-16 Thread Stephen Montgomery-Smith
Apparently the program octave, as installed from ports, can coredump with "malloc(): error: recursive call." I did a google check, and it seems that it results when a signal handler calls malloc when the signal was caught inside a malloc. And looking inside /usr/ports/math/octave/work/octave-

Re: OPTIONS handling doesn't seem to work fully in dependencies anymore

2008-09-16 Thread Alexey Dokuchaev
On Tue, Sep 16, 2008 at 03:25:12PM -0700, Doug Barton wrote: > Alex Dupre wrote: > > Doug Barton ha scritto: > >> Bug, and at first glance I think your analysis is correct about the > >> cause. > > > > Surely a bug, but the mentioned code is what was added in rev 1.560 > > (http://www.freebsd.org/

Re: databases/mysql51-server and beginner's InnoDB questions

2008-09-16 Thread Matthew Seaman
Morgan Wesström wrote: Matthew Seaman wrote: > No, the sample my.cnf files in /usr/local/share/mysql/ are copied > straight out of the mysql sources -- there are no FreeBSD specific > modifications to those files. The bug is with the upstream MySQL > distribution. There's already an op

Re: Source install to look like installed package

2008-09-16 Thread Matthew Seaman
Francisco Reyes wrote: Where could I find the structure of an installed port? The plist format is documented in pkg_create(1) -- that's the bulk of what you need. pkg_add(1) contains most of the rest. I am trying to take an existing binary install and make it appear as an installed package

Re: OPTIONS handling doesn't seem to work fully in dependencies anymore

2008-09-16 Thread Alex Dupre
Doug Barton wrote: John was referring to the problem of 'make config' not being called for ports being installed as dependencies of a port that has OPTIONS. John said (correct me if I'm wrong) that with an up-to-date system OPTIONS doesn't correctly shows up (when the top port has OPTIONS), bu

Re: OPTIONS handling doesn't seem to work fully in dependencies anymore

2008-09-16 Thread Alex Dupre
Alexey Dokuchaev wrote: Nevertheless, going back to rev. 1.559 of b.p.m. restores correct behavior. Are you sure? I didn't try, but that commit seems to add new reasons to show up the dialog box while not removing any of the old ones. Running "make config-recursive" still works (and it calls r