Which port provides fig2dev?

2004-04-24 Thread Kai Grossjohann
Is there a way for me to find out which port provides the fig2dev binary? I tried pkg_which and ports_glob, but I think that the former operates on installed ports only, and the latter operates on port names only. Hm. Ah, I could grep fig2dev /usr/ports/*/*/pkg-plist, but is that the only way?

Re: Built-in lpr vs CUPS

2004-05-10 Thread Kai Grossjohann
Rob [EMAIL PROTECTED] writes: How about this in /etc/make.conf: CUPS_OVERWRITE_BASE=yes NO_LPR=yes This sounds like a good idea. I will do this now, so I just have to remember to build CUPS again after the world. Thanks! Kai ___ [EMAIL

Compile Emacs from CVS as a port?

2004-05-08 Thread Kai Grossjohann
I use Emacs from CVS on a daily basis. Currently, I have a working copy which build and install into a subdir of my home directory. But I think building Emacs as a port might provide advantages in integrating with add-on packages that are available as ports, such as AUCTeX. I searched a bit,

Built-in lpr vs CUPS

2004-05-08 Thread Kai Grossjohann
The default setup is to include /usr/bin before /usr/local/bin in $PATH. This means that entering lpr -Pfoo doesn't work for printing on my machine, I have to say /usr/local/bin/lpr -Pfoo. It is obvious that I could change $PATH to mention /usr/local/bin before /usr/bin, but is that the right

Re: any use to build from source?

2004-06-26 Thread Kai Grossjohann
Charles Swiger [EMAIL PROTECTED] writes: Oh, yes. The first time you run into a problem and fix it yourself, or make a change to the programs to add some feature that you want, you will discover the serious advantages. However, if you never try to fix bugs or write code for yourself, then

Re: Devil Mascot

2004-06-26 Thread Kai Grossjohann
Thompson, Jimi [EMAIL PROTECTED] writes: Why should The FreeBSD project be interested in users ? They are VERY interested in users, according to my humble experience. And that's good: Software is written for users, isn't it? Kai ___ [EMAIL

Re: any use to build from source?

2004-06-28 Thread Kai Grossjohann
Chuck Swiger [EMAIL PROTECTED] writes: One way is to put your local changes into files/patch-aa [1] using diff format. Other times it's as simple as defining some environment variables by passing them into make, via /etc/make.conf, etc. But what happens to the file files/patch-aa after I do

Extended partitions under FreeBSD: more info, and how to mount?

2003-09-13 Thread Kai Grossjohann
I'm running -current as of a couple of days ago (using the GENERIC kernel). I have this disk layout: ~ fdisk *** Working on device /dev/ad0 *** parameters extracted from in-core disklabel are: cylinders=232632 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS

Java on FreeBSD

2003-09-25 Thread Kai Grossjohann
I went to /usr/ports/java/jdk14 and tried to install that thing. It produced a number of errors on build. I ran make twice and here is the output of the third make. Maybe it's the wrong way to get Java on a FreeBSD system? Or, even more likely, I did something stupid. Kai === Building for

Slow network connection in -current

2003-09-28 Thread Kai Grossjohann
I've noticed a certain slowness in doing network connections with -current. Can't explain this. While /usr/src/UPDATING does speak of slowness that I need to expect, this smells of another problem. I type host mail.gmx.net and it immediately comes back with an answer. I type telnet

Re: Slow network connection in -current

2003-09-29 Thread Kai Grossjohann
Kai Grossjohann [EMAIL PROTECTED] writes: I've noticed a certain slowness in doing network connections with -current. Can't explain this. While /usr/src/UPDATING does speak of slowness that I need to expect, this smells of another problem. I ran make update yesterday and let it chug along

Re: complex crontab query

2003-09-30 Thread Kai Grossjohann
Matthew Hunt [EMAIL PROTECTED] writes: 2. Every first Thursday of the month 0 3 1-7 * * [ `date +%a` = Thu ] mycommand My understanding is that putting more than one condition in it performs a logical conjunction. So wouldn't it work to do like this? # minute hour dom month dow

Re: complex crontab query

2003-09-30 Thread Kai Grossjohann
Matthew Hunt [EMAIL PROTECTED] writes: On Tue, Sep 30, 2003 at 10:56:20PM +0200, Kai Grossjohann wrote: My understanding is that putting more than one condition in it performs a logical conjunction. So wouldn't it work to do like this? # minute hour dom month dow command 031

Re: Group Calendar Server on FreeBSD?

2003-10-06 Thread Kai Grossjohann
[EMAIL PROTECTED] writes: Is there a group calendar software (client/server or peer-to-peer) solution that can run on FreeBSD? Ideally has both a web front end as well as a client application. My former colleagues and I used to use the Plan program. It's got a braindead user interface, but

Re: Group Calendar Server on FreeBSD?

2003-10-06 Thread Kai Grossjohann
Timothy Luoma [EMAIL PROTECTED] writes: Is this the app you are referring to? http://www.bitrot.de/plan.html Yes, that's the one. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: cvsup and portupgrade

2003-10-08 Thread Kai Grossjohann
Kent Stewart [EMAIL PROTECTED] writes: make index portsdb -u The docs for portsdb mention portsdb -uU (or was it -Uu?). Is there a difference between portsdb -U and make index? What's that difference? Kai ___ [EMAIL PROTECTED] mailing list

Re: ideas for an old BSD laptop?

2004-01-28 Thread Kai Grossjohann
Jonathon McKitrick [EMAIL PROTECTED] writes: Any ideas on something interesting to use it for? Maybe some kind of learning experience? Well, if you can use it as a portable computer, that's cool. I guess that's what you should do, if you can. The second best choice is to learn. You could

Re: How to build FreeBSD entirely from sources?

2004-01-28 Thread Kai Grossjohann
Geert Hendrickx [EMAIL PROTECTED] writes: FreeBSD from Scratch describes a method for REbuilding a FreeBSD system entirely from sources, starting from an existing FreeBSD system. But I want to build a new FreeBSD system on a machine currently NOT running FreeBSD. How can I do this? I'm

Avoid questions from portupgrade?

2004-01-29 Thread Kai Grossjohann
I started a portupgrade -avR yesterday. It stopped in the middle of the night, after getting to GhostScript. GhostScript asks me which drivers to compile. Is there a way, preferrably in /etc/make.conf, that I can tell it beforehand which drivers I want, so that GhostScript won't ask? Is there

Re: Avoid questions from portupgrade?

2004-01-29 Thread Kai Grossjohann
Matthew Seaman [EMAIL PROTECTED] writes: Only by experience, or by reading through the port's Makefile. You can switch off the interactive configuration by setting 'BATCH=yes' in make's argument list. Most of the ports that use interactive configuration will in any case turn off the

Re: How to build FreeBSD entirely from sources?

2004-01-30 Thread Kai Grossjohann
Geert Hendrickx [EMAIL PROTECTED] writes: You can better sync your source with cvsup rather then using the sources which are being installed by the CD. Like that you'll always have the most recent version of your FreeBSD installation. How do I do this? I put some stuff in /etc/make.conf.

Re: How to build FreeBSD entirely from sources?

2004-01-31 Thread Kai Grossjohann
Edmund Craske [EMAIL PROTECTED] writes: Note that the procedure shown will likely break your system if you're upgrading from 5.1 or earlier, so do: shutdown -r now then boot into single user mode, as described in the handbook, instead of shutdown now. I guess this teaches me not to try to

Can't compile gtk20 on -current (after threading lib change)

2004-03-01 Thread Kai Grossjohann
I get the following error message from make install: /bin/sh ../../mkinstalldirs /usr/X11R6/etc/gtk-2.0 ../../gtk/gtk-query-immodules-2.0 /usr/X11R6/etc/gtk-2.0/gtk.immodules Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno

Re: Binary upgrades?

2004-03-14 Thread Kai Grossjohann
Matthew Seaman [EMAIL PROTECTED] writes: On Sun, Mar 14, 2004 at 05:37:56PM +0100, Kai Grossjohann wrote: I wonder if this could be made easier. I'd be surprised if there wasn't a method of doing binary upgrades already. For example, if we decided to track releases, would that enable us

Re: Two-way Sync of Directories - how? (rsync?)

2004-03-14 Thread Kai Grossjohann
Port net/unison. Kai ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Two-way Sync of Directories - how? (rsync?)

2004-03-14 Thread Kai Grossjohann
Stephen Liu [EMAIL PROTECTED] writes: On Monday 15 March 2004 04:10, Bill Campbell wrote: I would do this with two rsync runs from one machine cd $directory rsync -e ssh -vaurP ./ $remote:$directory rsync -e ssh -vaurP $remote:$directory/ . Hi Bill, Is the option -P --partial --

Re: freeradius + 800 users :-(

2004-04-16 Thread Kai Grossjohann
Mipam [EMAIL PROTECTED] writes: That is, the machines acts as radius server. Another machine will file a radius authentication request to the server to give access to certain users. But 800 users is a lot and sometimes users will be removed and be added etc. Does anybody have suggestions how

Re: Beginning C++ in FreeBSD

2004-04-16 Thread Kai Grossjohann
Daniela [EMAIL PROTECTED] writes: What? C++ code is converted to C? Which compiler are you using, and why the hell would a compiler do this? In the old days, C++ was implemented by a program called cfront, I believe, and it did convert C++ to C. If you can write a program that converts

Re: Beginning C++ in FreeBSD

2004-04-17 Thread Kai Grossjohann
Daniela [EMAIL PROTECTED] writes: On Friday 16 April 2004 20:31, Kai Grossjohann wrote: Daniela [EMAIL PROTECTED] writes: What? C++ code is converted to C? Which compiler are you using, and why the hell would a compiler do this? In the old days, C++ was implemented by a program called

Re: Beginning C++ in FreeBSD

2004-04-17 Thread Kai Grossjohann
Daniela [EMAIL PROTECTED] writes: Why would one need C++ if it's converted to C anyway? Why would one need C if it's converted to machine language anyway? Why would one need machine language if it's converted to micro-ops anyway? Do you see my point? Kai

Re: bsdpan-DB_File - missing origin

2004-04-17 Thread Kai Grossjohann
Lee Dilkie [EMAIL PROTECTED] writes: I googled this problem and I understand that *something* has installed this module/package/??? from CPAN. How can I find out what port is using this? I have a DB_File already installed from the db41 port, so why is another one needed? If you do perl

Re: bsdpan-DB_File - missing origin

2004-04-18 Thread Kai Grossjohann
Lee Dilkie [EMAIL PROTECTED] writes: If you do perl -MCPAN -e shell install DB_File then you get that port. Okay, that is good to know. But I, personally, never did this so it must have been done by one of the ports I have installed. I just wonder which one, or rather, how one goes

Perl port: How to compile with debugging support?

2004-07-11 Thread Kai Grossjohann
Is there a way to tell the system to always compile Perl with debugging support? I gather that I can specify make args in /usr/local/etc/pkgtools.conf, but when reading the Perl port's Makefile, I can't find a knob to twiddle for debugging support. For the time being, I shall hack the Makefile.

sysutils/coreutils plus devel/id-utils equals conflict

2004-08-07 Thread Kai Grossjohann
I would like to install both sysutils/coreutils and devel/id-utils, but portinstall id-utils tells me that there is a conflict. This gave me the chance to learn about the program comm, and now I know that the conflicting file is /usr/local/bin/gid. What do I do? Punt? Kai

Two programs trying to handle the mouse?

2003-12-18 Thread Kai Grossjohann
When the system boots, it will show a mouse cursor at some point. Then, later, I see Starting moused:, and then it will say it's unable to open /dev/psm0 because there's no such file or directory. Does it mean that there is another program than moused displaying the mouse pointer and does it mean

Re: Two programs trying to handle the mouse?

2003-12-18 Thread Kai Grossjohann
fbsd_user [EMAIL PROTECTED] writes: It will rebuilt the moused statements in rc.conf for you. Moused is starting, and the mouse is working. I have moused_enable=YES in /etc/rc.conf (and moused_flags=-z 4, but no other mouse-related settings afaict). My question was: why does the mouse

Re: Two programs trying to handle the mouse?

2003-12-22 Thread Kai Grossjohann
fbsd_user [EMAIL PROTECTED] writes: Mouse is started from /etc/rc.conf Sounds like you did not config your mouse during the sysinstall when you installed FBSD from CD. There are moused lines in /etc/rc.conf, and the mouse is working well. The question I wanted to ask is: why does the mouse

Ports usage question: semi-unattended mass upgrades

2003-12-25 Thread Kai Grossjohann
Say I would like to upgrade all installed packages. I already found out that I can do portversion -c which spits out a shell script which does this. But since it takes a long time, so I'd like to let it run over night. It seems that it can ask me a question from time to time, if the port likes