Re: ticket#25375 couchdb (rookie here)

2010-07-01 Thread Daniel Terreros
Been wrestling with this one for two days finally caving. Someone posted this response to my ticket "The patch pointed out by luke.driscoll helped me out ( https://issues.apache.org/jira/secure/attachment/12447524/couch_app.patch

Re: Size of registry? (And sqlite questions)

2010-07-01 Thread Scott Haneda
On Jul 1, 2010, at 7:52 PM, Michael_google gmail_Gersten wrote: > Nor did I see any .compact command in sqlite3. I am not sure exactly what your other comments are about, I have not yet had a chance to learn about the new features of MacPorts, so I will leave it to just the above comment... I

Re: Need clarification on install procedure

2010-07-01 Thread Bill Christensen
At 8:44 AM -0500 7/1/10, Ryan Schmidt wrote: On Jun 30, 2010, at 13:15, Bill Christensen wrote: At 2:29 AM -0500 6/30/10, Ryan Schmidt wrote: So you edited the php5 Portfile to change the configure.args, I guess? What kinds of changes did you need to make? Yep. The original config had "--

Size of registry? (And sqlite questions)

2010-07-01 Thread Michael_google gmail_Gersten
So I've got almost all of my ports cleaned out. Kleiman-ibook:registry michael$ ls total 25568 0 portfiles/25568 registry.db Kleiman-ibook:registry michael$ port installed The following ports are currently installed: ncurses @5.7_0+universal (active) ncursesw @5.7_0+universal (acti

Re: Eliminating X dependency from python

2010-07-01 Thread Scott Webster
On Thu, Jul 1, 2010 at 7:42 PM, Michael_google gmail_Gersten wrote: >> The +no_tkinter variant should work. > > But I had that. > > Kleiman-ibook:Windows TM michael$ port echo leaves > python26                       @2.6.5_1+darwin+no_tkinter+universal > > That was what I had at one point, and all

Re: SDL library header issue

2010-07-01 Thread Scott Webster
On Wed, Jun 30, 2010 at 7:12 PM, Michael_google gmail_Gersten wrote: > After I make this edit, how do I make sure that MacPorts doesn't ever > decide to re-run configure? > Don't update the port I guess. You could probably make a custom Portfile that makes the corrections every time, but ideally

Re: Eliminating X dependency from python

2010-07-01 Thread Michael_google gmail_Gersten
>> 3. For python, how do I specify "Give me command line scripting, no gui"? > > The +no_tkinter variant should work. > > Scott But I had that. Kleiman-ibook:Windows TM michael$ port echo leaves python26 @2.6.5_1+darwin+no_tkinter+universal That was what I had at one point,

Re: Eliminating X dependency from python

2010-07-01 Thread Scott Webster
On Thu, Jul 1, 2010 at 7:16 PM, Michael_google gmail_Gersten wrote: > So, two questions: Looks like three questions! > 1. Why is the default for a scripting language to bring in the entire > gui system? Why isn't that a variant? I think it wants to make IDLE work by default? > 2. What's the pr

Issue with requested and sql...

2010-07-01 Thread Michael_google gmail_Gersten
So after removing python, I see this: Kleiman-ibook:Windows TM michael$ port echo leaves bzip2 @1.0.5_3+darwin+universal db46 @4.6.21_6+universal gdbm @1.8.3_2+universal sqlite3@3.6.23.1_0+universa

Eliminating X dependency from python

2010-07-01 Thread Michael_google gmail_Gersten
I have denyhosts installed. That's a nice python package. It wants python (obviously). But installing denyhosts installs python default, which installs tk by default, which in turn brings in (just about) the entire X package. So, two questions: 1. Why is the default for a scripting language to

Re: Need clarification on install procedure

2010-07-01 Thread Joshua Root
On 2010-7-2 03:40 , Ryan Schmidt wrote: > > On Jul 1, 2010, at 12:15, Scott Haneda wrote: > >> On Jul 1, 2010, at 6:44 AM, Ryan Schmidt wrote: >> >>> Same for PEAR support: instead, you use the php5 port's +pear variant. >> >> How come if you need MySql support you would do php5-mysql but if you

libsdl: basic test case fails on osx 10.6.3

2010-07-01 Thread John DeNero
Hi, I've run into a snag with the libsdl port. I had no problems during installation. I was also able to build the following simple test case: http://pastebin.com/YkmzghJR Using: gcc `sdl-config --cflags` sdl.c `sdl-config --libs` OR gcc -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE

Re: Need clarification on install procedure

2010-07-01 Thread Scott Haneda
On Jul 1, 2010, at 10:40 AM, Ryan Schmidt wrote: > > On Jul 1, 2010, at 12:15, Scott Haneda wrote: > >> On Jul 1, 2010, at 6:44 AM, Ryan Schmidt wrote: >> >>> Same for PEAR support: instead, you use the php5 port's +pear variant. >> >> How come if you need MySql support you would do php5-mysql

Re: Need clarification on install procedure

2010-07-01 Thread Ryan Schmidt
On Jul 1, 2010, at 12:15, Scott Haneda wrote: > On Jul 1, 2010, at 6:44 AM, Ryan Schmidt wrote: > >> Same for PEAR support: instead, you use the php5 port's +pear variant. > > How come if you need MySql support you would do php5-mysql but if you need > pear you would do php5 +pear, which seems

Re: Trouble with Apache2 install

2010-07-01 Thread Scott Haneda
On Jun 30, 2010, at 1:17 PM, Scott Haneda wrote: > On Jun 30, 2010, at 12:59 PM, Bill Christensen wrote: > >> Hi, >> >> Apache2 install on a clean install of 10.6.4... >> >> I'm on a temporary IP address, as this setup will be taking over for a >> server already in production. >> >> http:/

Re: Need clarification on install procedure

2010-07-01 Thread Scott Haneda
On Jul 1, 2010, at 6:44 AM, Ryan Schmidt wrote: > On Jun 30, 2010, at 13:15, Bill Christensen wrote: >> At 2:29 AM -0500 6/30/10, Ryan Schmidt wrote: >>> So you edited the php5 Portfile to change the configure.args, I guess? What >>> kinds of changes did you need to make? >> >> Yep. The origina

Re: Installation of PovRay failed with +universal

2010-07-01 Thread Ryan Schmidt
On Jun 30, 2010, at 07:08, Christophe BAL wrote: > I can't install PovRay on my MacBook Pro. > > I've needed to add "+universal" in variants.conf so as to install enchant. > This can be a clue that can help to find the reason why I cannot install > PovRay. It appears to be not only a clue, bu

Re: Need clarification on install procedure

2010-07-01 Thread Ryan Schmidt
On Jun 30, 2010, at 13:15, Bill Christensen wrote: > At 2:29 AM -0500 6/30/10, Ryan Schmidt wrote: >> So you edited the php5 Portfile to change the configure.args, I guess? What >> kinds of changes did you need to make? > > Yep. The original config had "--without mysql" for instance, and I adde