Re: How to get a list of all kernel modules

2007-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] [LoN]Kamikaze [EMAIL PROTECTED] writes: : [LoN]Kamikaze wrote: : M. Warner Losh wrote: : Greetings, : : is there an easy way to get a list of all the ports that compile : kernel modules? I'd like to add them to my kernel build. I did this : once

Re: How to get a list of all kernel modules

2007-06-17 Thread Mark Linimon
On Sun, Jun 17, 2007 at 12:15:16AM -0600, M. Warner Losh wrote: I want a list of all the ports in /usr/ports that install kernel modules. IIRC they're all in misc/. Let me see if I can come up with a quick list. mcl ___ freebsd-ports@freebsd.org

Re: How to get a list of all kernel modules

2007-06-17 Thread Kris Kennaway
On Sun, Jun 17, 2007 at 01:22:57AM -0500, Mark Linimon wrote: On Sun, Jun 17, 2007 at 12:15:16AM -0600, M. Warner Losh wrote: I want a list of all the ports in /usr/ports that install kernel modules. IIRC they're all in misc/. Let me see if I can come up with a quick list. Nope, but I'm

Re: How to get a list of all kernel modules

2007-06-17 Thread [LoN]Kamikaze
M. Warner Losh wrote: In message: [EMAIL PROTECTED] [LoN]Kamikaze [EMAIL PROTECTED] writes: : [LoN]Kamikaze wrote: : M. Warner Losh wrote: : Greetings, : : is there an easy way to get a list of all the ports that compile : kernel modules? I'd like to add them to my kernel

Re: How to get a list of all kernel modules

2007-06-17 Thread Kris Kennaway
On Sun, Jun 17, 2007 at 02:28:19AM -0400, Kris Kennaway wrote: On Sun, Jun 17, 2007 at 01:22:57AM -0500, Mark Linimon wrote: On Sun, Jun 17, 2007 at 12:15:16AM -0600, M. Warner Losh wrote: I want a list of all the ports in /usr/ports that install kernel modules. IIRC they're all in

Re: How to get a list of all kernel modules

2007-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] [LoN]Kamikaze [EMAIL PROTECTED] writes: : M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : [LoN]Kamikaze [EMAIL PROTECTED] writes: : : [LoN]Kamikaze wrote: : : M. Warner Losh wrote: : : Greetings, : : : : is there an easy way

Re: How to get a list of all kernel modules

2007-06-17 Thread [LoN]Kamikaze
[LoN]Kamikaze wrote: M. Warner Losh wrote: In message: [EMAIL PROTECTED] [LoN]Kamikaze [EMAIL PROTECTED] writes: : [LoN]Kamikaze wrote: : M. Warner Losh wrote: : Greetings, : : is there an easy way to get a list of all the ports that compile : kernel modules? I'd like to

Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 08:33:22AM +0200, [LoN]Kamikaze wrote: I see I misunderstood, sorry about that. So how about that one: # find /usr/ports/ -type f -name pkg-plist -exec grep -El '[EMAIL PROTECTED]:space:]]+/boot' \{} \; | sed -E 's|^/usr/ports/||1' | sed -E 's|/pkg-plist$||1' It

Re: How to get a list of all kernel modules

2007-06-17 Thread Erik Trulsson
On Sun, Jun 17, 2007 at 01:22:57AM -0500, Mark Linimon wrote: On Sun, Jun 17, 2007 at 12:15:16AM -0600, M. Warner Losh wrote: I want a list of all the ports in /usr/ports that install kernel modules. IIRC they're all in misc/. Let me see if I can come up with a quick list. Not all of them

Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: I'd kinda hoped there was a pseudo category that I could key off of. pvr250 is also kinda a mess too, since I can't build it w/o a CD I don't have... Don't blame me, there are lots of ports which require distfiles which you can't

Re: How to get a list of all kernel modules

2007-06-17 Thread Erik Trulsson
On Sun, Jun 17, 2007 at 12:15:16AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] [LoN]Kamikaze [EMAIL PROTECTED] writes: : [LoN]Kamikaze wrote: : M. Warner Losh wrote: : Greetings, : : is there an easy way to get a list of all the ports that compile : kernel

Re: How to get a list of all kernel modules

2007-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Edwin Groothuis [EMAIL PROTECTED] writes: : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: : I'd kinda hoped there was a pseudo category that I could key off of. : pvr250 is also kinda a mess too, since I can't build it w/o a CD I :

Re: How to get a list of all kernel modules

2007-06-17 Thread Mark Linimon
On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: I'd kinda hoped there was a pseudo category that I could key off of. Kinda sounds like there should be. Here's my list so far: audio/aureal-kmod audio/emu10kx comms/hcfmdm comms/ixj comms/ltmdm comms/uticom comms/vpb-driver

Re: How to get a list of all kernel modules

2007-06-17 Thread [LoN]Kamikaze
M. Warner Losh wrote: In message: [EMAIL PROTECTED] [LoN]Kamikaze [EMAIL PROTECTED] writes: : I see I misunderstood, sorry about that. So how about that one: : : # find /usr/ports/ -type f -name pkg-plist -exec grep -El : '[EMAIL PROTECTED]:space:]]+/boot' \{} \; | sed -E

Re: How to get a list of all kernel modules

2007-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Kris Kennaway [EMAIL PROTECTED] writes: : On Sun, Jun 17, 2007 at 02:28:19AM -0400, Kris Kennaway wrote: : On Sun, Jun 17, 2007 at 01:22:57AM -0500, Mark Linimon wrote: : On Sun, Jun 17, 2007 at 12:15:16AM -0600, M. Warner Losh wrote: :I want a list

Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 05:04:47PM +1000, Edwin Groothuis wrote: On Sun, Jun 17, 2007 at 01:54:57AM -0500, Mark Linimon wrote: On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: I'd kinda hoped there was a pseudo category that I could key off of. Kinda sounds like there

Re: Problem with xorg 7.2 upgrade - xorg-docs and xorg-apps

2007-06-17 Thread [LoN]Kamikaze
Hello Nasty wrote: [LoN]Kamikaze [EMAIL PROTECTED] wrote: Hello Nasty wrote: I upgraded to xorg 7.2 a while ago, and everything seems to be working well, but my ports list shows the following out-of-date ports, and I can't seem to do anything about them: xorg-clients-6.9.0_3

Re: How to get a list of all kernel modules

2007-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] [EMAIL PROTECTED] (Mark Linimon) writes: : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: : I'd kinda hoped there was a pseudo category that I could key off of. : : Kinda sounds like there should be. That would make grepping the info

Re: How to get a list of all kernel modules

2007-06-17 Thread M. Warner Losh
In message: [EMAIL PROTECTED] [EMAIL PROTECTED] (Mark Linimon) writes: : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: : I'd kinda hoped there was a pseudo category that I could key off of. : : Kinda sounds like there should be. : : Here's my list so far: : :

Re: How to get a list of all kernel modules

2007-06-17 Thread [LoN]Kamikaze
M. Warner Losh wrote: In message: [EMAIL PROTECTED] [EMAIL PROTECTED] (Mark Linimon) writes: : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: : I'd kinda hoped there was a pseudo category that I could key off of. : : Kinda sounds like there should be. That

Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 09:18:55AM +0200, [LoN]Kamikaze wrote: M. Warner Losh wrote: In message: [EMAIL PROTECTED] [EMAIL PROTECTED] (Mark Linimon) writes: : On Sun, Jun 17, 2007 at 12:42:01AM -0600, M. Warner Losh wrote: : I'd kinda hoped there was a pseudo category that I

How to check and fix breakage on ia64?

2007-06-17 Thread KIMURA Yasuhiro
Hello. I'm maintaiter of japanese/eb. I took its maintainership about one and half year ago, and it was already marked broken on ia64 at that time. According to the log of Makefile, it was done about three years ago when version is 3.3.4. But current version is 4.3, and it is not clear if it is

Re: Keeping track of automatically installed dependency-only ports

2007-06-17 Thread Peter Jeremy
On 2007-Jun-16 20:44:53 -0700, Stephen Hurd [EMAIL PROTECTED] wrote: Agreed, but this situation is not easy to detect with the automated ports checks that are in place. Impossible even since we're not using automated tools. I was thinking of pointyhat Yes - but since it requires the

How to make a make install without questions?

2007-06-17 Thread TooMany Secrets
Hi! Excuse me if this is a estupid question, but in six years with FreeBSD, today I haven't still an answer to this: - If I make a make install clean, in a port like x11/kde3, are there any way to make the lack of questions? Or maybe better, are there any way to make anything like make -y (or -Y

Re: Upgrading to amd64 requires recompilation of ports?

2007-06-17 Thread Roland Smith
On Sat, Jun 16, 2007 at 06:21:40PM -0400, Indigo 23 wrote: Does anyone think that its worth the hassle? If you do manage to get it up and running, will you see any noticeable advantages or is it better to just stick with i386? The only caveat that I can see is a recompilation of all the

Re: How to make a make install without questions?

2007-06-17 Thread Lars Engels
On Sun, Jun 17, 2007 at 12:10:29PM +0200, TooMany Secrets wrote: Hi! Excuse me if this is a estupid question, but in six years with FreeBSD, today I haven't still an answer to this: - If I make a make install clean, in a port like x11/kde3, are there any way to make the lack of

Re: The committed package speedup is a little bit flawed

2007-06-17 Thread Pav Lucistnik
Alexander Leidinger píše v ne 17. 06. 2007 v 12:02 +0200: somehow you didn't got the final patch. I went with the latest patch available in the PR. Attached is the fastest version we where able to come up with. Additionally it contains a safety net (-gt part) in case there's something

Re: opensync ports

2007-06-17 Thread Pav Lucistnik
Gabor Tjong A Hung píše v ne 17. 06. 2007 v 11:49 +0200: I am new to porting and have tried to port opensync, and the result is included as attachment. .pc files must go to libdata/pkgconfig, not in lib/pkgconfig. What's up with pkg-message? It does not seem to be referenced anywhere in the

Re: How to make a make install without questions?

2007-06-17 Thread David N
On 17/06/07, TooMany Secrets [EMAIL PROTECTED] wrote: Hi! Excuse me if this is a estupid question, but in six years with FreeBSD, today I haven't still an answer to this: - If I make a make install clean, in a port like x11/kde3, are there any way to make the lack of questions? Or maybe better,

Re: How to make a make install without questions?

2007-06-17 Thread Sam Lawrance
On 17/06/2007, at 8:10 PM, TooMany Secrets wrote: Hi! Excuse me if this is a estupid question, but in six years with FreeBSD, today I haven't still an answer to this: - If I make a make install clean, in a port like x11/kde3, are there any way to make the lack of questions? Or maybe better,

Re: How to check and fix breakage on ia64?

2007-06-17 Thread KIMURA Yasuhiro
From: Pav Lucistnik [EMAIL PROTECTED] Subject: Re: How to check and fix breakage on ia64? Date: Sun, 17 Jun 2007 12:45:38 +0200 I just tried on FreeBSD/ia64 6.2-STABLE system, and it compiled fine. I haven't tried installing it. Very good news. Then following lines in Makefile does not match

Re: How to make a make install without questions?

2007-06-17 Thread Ion-Mihai Tetcu
On Sun, 17 Jun 2007 12:10:29 +0200 TooMany Secrets [EMAIL PROTECTED] wrote: Hi! Excuse me if this is a estupid question, but in six years with FreeBSD, today I haven't still an answer to this: - If I make a make install clean, in a port like x11/kde3, are there any way to make the lack of

PR 11367 subversion -- compile fail - requires lgssapi_krb5 on Freebsd 6.2

2007-06-17 Thread David Southwell
I posted the PR below. I know it ios early days, but there has, so far been no response. Until this is dealt with I felt it might be useful to have the PR , and the temporary method I used to solved it, posted here. **

Re: Upgrading to amd64 requires recompilation of ports?

2007-06-17 Thread Mike Andrews
On Sat, 16 Jun 2007, Kris Kennaway wrote: I may have had to use the statically linked /rescue to do some things, I don't remember. It's not completely trivial, but someone who knows their way around a FreeBSD system can do it. We did it by using miniroot on swap partition of the system disk.

mysql-server-5.1.19 path variable error created on upgrade compilation

2007-06-17 Thread David Southwell
# uname -a  6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:15:57 UTC 2006     [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  amd64 # Just upgraded mysql to include: # pkg_info |grep mysql mysql-client-5.1.19 Multithreaded SQL database (client) mysql-server-5.1.19 Multithreaded SQL database

anacron: suggest adding an entry in /etc/crontab in pkg-message.in

2007-06-17 Thread Frank Steinborn
Hi, the pkg-message.in from the anacron-port is incomplete, IMO. It shows this: - Edit %%PREFIX%%/etc/anacrontab - Deactivate the 'periodic' commands in /etc/crontab - Add anacron_enable=YES to /etc/rc.conf - Read anacron(8) and anacrontab(5) The problem is that anacron will just execute one

Re: The committed package speedup is a little bit flawed

2007-06-17 Thread Alexander Leidinger
Quoting Pav Lucistnik [EMAIL PROTECTED] (Sun, 17 Jun 2007 12:27:52 +0200): Alexander Leidinger píše v ne 17. 06. 2007 v 12:02 +0200: somehow you didn't got the final patch. I went with the latest patch available in the PR. Yeah... somehow we didn't provided the latest version there...

Re: The committed package speedup is a little bit flawed

2007-06-17 Thread Garrett Cooper
Pav Lucistnik wrote: Alexander Leidinger píše v ne 17. 06. 2007 v 18:41 +0200: On a related note, have you got a PR for the make clean-speedup? What PR number would that be? I don't know, the patch is not by me. I don't have that patch locally, so, it's probably

Re: The committed package speedup is a little bit flawed

2007-06-17 Thread Pav Lucistnik
Alexander Leidinger píše v ne 17. 06. 2007 v 18:41 +0200: On a related note, have you got a PR for the make clean-speedup? What PR number would that be? I don't know, the patch is not by me. I don't have that patch locally, so, it's probably lost. -- Pav Lucistnik [EMAIL PROTECTED]

Re: CTF: compat6x port

2007-06-17 Thread Abdullah Ibn Hamad Al-Marri
On 6/7/07, Marcus Alves Grando [EMAIL PROTECTED] wrote: Hi lists, I finish compat6x port and i need testers. If you are interested you can download shar file in http://people.freebsd.org/~mnag/compat6x.shar Feedbacks are welcome. I expect commit this until 09 Jun. Regards -- Marcus Alves

Re: How to get a list of all kernel modules

2007-06-17 Thread Edwin Groothuis
On Sun, Jun 17, 2007 at 01:36:40AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Edwin Groothuis [EMAIL PROTECTED] writes: : On Sun, Jun 17, 2007 at 09:18:55AM +0200, [LoN]Kamikaze wrote: : M. Warner Losh wrote: : In message: [EMAIL PROTECTED] :

Re: CTF: compat6x port

2007-06-17 Thread Marcus Alves Grando
Abdullah Ibn Hamad Al-Marri wrote: On 6/7/07, Marcus Alves Grando [EMAIL PROTECTED] wrote: Hi lists, I finish compat6x port and i need testers. If you are interested you can download shar file in http://people.freebsd.org/~mnag/compat6x.shar Feedbacks are welcome. I expect commit this until