Apache 2.2 + mod_auth_pam + PAM

2007-05-03 Thread Jonathan Weiss
Cheers, I'm struggeling with setting up Apache 2.2 and mod_auth_pam to authenticate an BasicAuth directory against my local unix users. Apache is using PAM in so far as when I have his /etc/pam.d/httpd config: auth required pam_permit.so debug accountrequired pam_permit.so

Re: install fails because / is not writeable

2007-05-03 Thread Björn König
Once in a while a port fails to upgrade, because it wants to write something in /etc. E.g. perl into /etc/make.conf or other ports into /etc/group. On my systems / is normally a read only mount. These ports build fine during a portupgrade and fail during install, leaving most of the port

Re: make -D recent problem?

2007-05-03 Thread JoaoBR
On Wednesday 02 May 2007 23:59:19 Kris Kennaway wrote: I guess one of those libraries needs to be rebuilt. grep -r /usr/X11R6/lib/libgtk-x11-2.0.la /usr/local/lib /usr/X11R6/lib should show you the files that need to be rebuilt.  pkg_which will help you to figure out which port they

INDEX build failed for 5.x

2007-05-03 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..gaim-hotkeys-0.2.2: /local0/tmp/erwin/tindex/ports/net-im/gaim-devel non-existent -- dependency list incomplete === net-im/gaim-hotkeys failed *** Error code 1 *** Error code 1 Stop in /local0/tmp/erwin/tindex/ports. *** Error

Re: Apache 2.2 + mod_auth_pam + PAM

2007-05-03 Thread Corey Smith
On 5/3/07, Jonathan Weiss [EMAIL PROTECTED] wrote: I'm struggeling with setting up Apache 2.2 and mod_auth_pam to authenticate an BasicAuth directory against my local unix users. I'm using pam authentication with apache 2.2. We mostly use radius for authentication but here is my config: $

Re: [HEADS UP] ntfs-3g: better performance with libublio

2007-05-03 Thread Ivan Voras
Alejandro Pulver wrote: The reason AFAIK is the lack of cache for block devices, which was (re)added in FreeBSD-CURRENT (7.x). I don't think something like that cache has been added in -CURRENT. AFAIK things are still the same as in 6.x. signature.asc Description: OpenPGP digital

INDEX build failed for 5.x

2007-05-03 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..gaim-hotkeys-0.2.2: /local0/tmp/erwin/tindex/ports/net-im/gaim-devel non-existent -- dependency list incomplete === net-im/gaim-hotkeys failed *** Error code 1 *** Error code 1 Stop in /local0/tmp/erwin/tindex/ports. *** Error

INDEX now builds successfully on 5.x

2007-05-03 Thread Erwin Lansing
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Can't update vlc (new compiler error)

2007-05-03 Thread Philipp Ost
Garrett Cooper wrote: [snipped] It's missing a dependency. Look at the original source's website because it may offer some clues as to what package(s) is/are required to compile vlc against. Thanks for the hint, but I couldn't find any information on required libraries as the vlc-folks

Re: HEADS UP: xorg upgrade plans

2007-05-03 Thread mal content
/usr/local Hello. Why is FreeBSD using /usr/local instead of /usr/X11R7? thanks, MC ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: HEADS UP: xorg upgrade plans

2007-05-03 Thread [LoN]Kamikaze
mal content wrote: /usr/local Hello. Why is FreeBSD using /usr/local instead of /usr/X11R7? thanks, MC A version dependant directory structure hasn't been a good idea in the first place. No one was really able to tell weather to put a port into /usr/X11R6 or /usr/local anyway.

Re: HEADS UP: xorg upgrade plans

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 05:43:47PM +0100, mal content wrote: /usr/local Hello. Why is FreeBSD using /usr/local instead of /usr/X11R7? /usr/local is the new de facto standard, AFAIK no-one is using /usr/X11R7. Kris ___ freebsd-ports@freebsd.org

Re: make -D recent problem?

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 07:32:28AM -0300, JoaoBR wrote: On Wednesday 02 May 2007 23:59:19 Kris Kennaway wrote: I guess one of those libraries needs to be rebuilt. grep -r /usr/X11R6/lib/libgtk-x11-2.0.la /usr/local/lib /usr/X11R6/lib should show you the files that need to be

Re: HEADS UP: xorg upgrade plans

2007-05-03 Thread mal content
On 03/05/07, Kris Kennaway [EMAIL PROTECTED] wrote: On Thu, May 03, 2007 at 05:43:47PM +0100, mal content wrote: /usr/local Hello. Why is FreeBSD using /usr/local instead of /usr/X11R7? /usr/local is the new de facto standard, AFAIK no-one is using /usr/X11R7. Kris Oh, OK. thanks, MC

Re: make -D recent problem?

2007-05-03 Thread JoaoBR
On Thursday 03 May 2007 14:23:13 Kris Kennaway wrote: I guess this is a port configuration problem because certainly others need them too but did not have this problem, only No, it's because something is stale on your system and needs to be rebuilt. I dont know, look #

Re: make -D recent problem?

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 02:43:43PM -0300, JoaoBR wrote: On Thursday 03 May 2007 14:23:13 Kris Kennaway wrote: I guess this is a port configuration problem because certainly others need them too but did not have this problem, only No, it's because something is stale on your

Re: make -D recent problem?

2007-05-03 Thread JoaoBR
On Thursday 03 May 2007 15:00:24 Kris Kennaway wrote: On Thu, May 03, 2007 at 02:43:43PM -0300, JoaoBR wrote: On Thursday 03 May 2007 14:23:13 Kris Kennaway wrote: I guess this is a port configuration problem because certainly others need them too but did not have this problem,

Re: make -D recent problem?

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 03:14:58PM -0300, JoaoBR wrote: On Thursday 03 May 2007 15:00:24 Kris Kennaway wrote: On Thu, May 03, 2007 at 02:43:43PM -0300, JoaoBR wrote: On Thursday 03 May 2007 14:23:13 Kris Kennaway wrote: I guess this is a port configuration problem because

Re: HEADS UP: xorg upgrade plans

2007-05-03 Thread Danny Pansters
On Thursday 03 May 2007 19:12:45 [LoN]Kamikaze wrote: mal content wrote: /usr/local Hello. Why is FreeBSD using /usr/local instead of /usr/X11R7? thanks, MC A version dependant directory structure hasn't been a good idea in the first place. No one was really able to tell

Re: HEADS UP: xorg upgrade plans

2007-05-03 Thread Robert Huff
Danny Pansters writes: /usr/X11R6 was a long standing bug about to be fixed once and for all. IIRC it originated from fixed paths in the old XFree. It won't be missed or mourned :) While I understand why this is going to happen, I've been of the opinion it ought to be retained with

Re: make -D recent problem?

2007-05-03 Thread JoaoBR
On Thursday 03 May 2007 15:27:44 Kris Kennaway wrote: that is the reason we I am saying that the is something wrong in some port configurations OK, I was willing to help you figure this out, but you've ignored my instructions 3 times now, so I'm giving up and will let you

Re: HEADS UP: xorg upgrade plans

2007-05-03 Thread Coleman Kane
On Thu, 2007-05-03 at 15:37 -0400, Robert Huff wrote: Danny Pansters writes: /usr/X11R6 was a long standing bug about to be fixed once and for all. IIRC it originated from fixed paths in the old XFree. It won't be missed or mourned :) While I understand why this is going to

Re: make -D recent problem?

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 05:24:41PM -0300, JoaoBR wrote: On Thursday 03 May 2007 15:27:44 Kris Kennaway wrote: that is the reason we I am saying that the is something wrong in some port configurations OK, I was willing to help you figure this out, but you've ignored my

Re: make -D recent problem?

2007-05-03 Thread JoaoBR
On Thursday 03 May 2007 17:34:04 Kris Kennaway wrote: On Thu, May 03, 2007 at 05:24:41PM -0300, JoaoBR wrote: On Thursday 03 May 2007 15:27:44 Kris Kennaway wrote: that is the reason we I am saying that the is something wrong in some port configurations OK, I was willing

Re: make -D recent problem?

2007-05-03 Thread Kris Kennaway
On Thu, May 03, 2007 at 05:43:06PM -0300, JoaoBR wrote: On Thursday 03 May 2007 17:34:04 Kris Kennaway wrote: On Thu, May 03, 2007 at 05:24:41PM -0300, JoaoBR wrote: On Thursday 03 May 2007 15:27:44 Kris Kennaway wrote: that is the reason we I am saying that the is something wrong

Re: Status of (teTeX ) Tex Live port(s)

2007-05-03 Thread Parv
in message [EMAIL PROTECTED], wrote Rong-en Fan thusly... On 5/3/07, Parv [EMAIL PROTECTED] wrote: Apparently teTeX development/support ended on May 2006 (according to http://www.tug.org/tetex/) ... Will there be any Tex Live port in our future? I did not find anything suitable via

Re: FreeBSD Port: portmanager-0.4.1_9 - broken?

2007-05-03 Thread Robert Noland
On Thu, 2007-05-03 at 00:10 +0100, RW wrote: On Wed, 02 May 2007 18:53:22 -0400 Robert Noland [EMAIL PROTECTED] wrote: On Thu, 2007-05-03 at 03:32 +0530, Avinash Duduskar wrote: Hi, I’m getting the following error when using portmanager: barge# /usr/local/bin/portmanager

Re: FreeBSD Port: portmanager-0.4.1_9 - broken?

2007-05-03 Thread Robert Noland
On Thu, 2007-05-03 at 03:32 +0530, Avinash Duduskar wrote: Hi, I’m getting the following error when using portmanager: barge# /usr/local/bin/portmanager -ui rParseCommandLine 0.4.1_9 error: /usr/ports/-ui is not a valid port directory rParseCommandLine 0.4.1_9 info:either you have used

FreeBSD Port: sdl_gui-0.10.3_5

2007-05-03 Thread Ray Kelm
Hello, SDL_gui has moved from: http://www.newimage.com/~rhk/SDL_gui to: http://rhk.dataslab.com/SDL_gui Thanks! -Ray ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail

HEADS UP: Ports freeze coming in 15 minutes

2007-05-03 Thread Joe Marcus Clarke
I will be freezing the ports tree in 15 minutes in preparation for the X.Org 7.2 merge. The merge will not happen right away. Instead, we will enter a period of testing as per Kris' email. During this freeze only portmgr, and those working on the X.Org merge will be allowed to commit. Joe --

Re: HEADS UP: Ports tree frozen in preparation for X.Org 7.2 merge

2007-05-03 Thread Joe Marcus Clarke
On Thu, 2007-05-03 at 23:47 -0400, Joe Marcus Clarke wrote: I will be freezing the ports tree in 15 minutes in preparation for the X.Org 7.2 merge. The merge will not happen right away. Instead, we will enter a period of testing as per Kris' email. During this freeze only portmgr, and those