Re: [patch] Make git dependencies optional.

2009-11-01 Thread Stef Walter
Dominic Fandrey wrote: > Stef Walter wrote: >> Dominic Fandrey wrote: >>> Stef Walter wrote: >>>> This patch ... >>> Just for the future, patches should be submitted in a PR. If you >>> wish to discuss patches you can also upload them somewhere and &

Re: [patch] Make git dependencies optional.

2009-11-01 Thread Stef Walter
Dominic Fandrey wrote: > Stef Walter wrote: >> This patch ... > > Just for the future, patches should be submitted in a PR. If you > wish to discuss patches you can also upload them somewhere and > add a link to your e-mail. I believe I did that. Please see my original email

Re: [patch] Make git dependencies optional.

2009-10-28 Thread Stef Walter
Wesley Shields wrote: > On Mon, Oct 26, 2009 at 02:37:25PM -0600, Stef Walter wrote: >> Thanks in advance for considering this patch. Please let me know if >> additional changes are necessary. I'd love to help you get this into >> FreeBSD ports. > > I will revie

[patch] Make git dependencies optional.

2009-10-26 Thread Stef Walter
Thanks for your work on the git port. When using git as a deployment mechanism, I'd like to be able to have minimal dependencies installed on the production system. The git developers have made git so every dependency is optional. This patch adds options to the port, so that with 'make config' yo

Building rails with ruby 1.9

2009-08-06 Thread Stef Walter
I'm having a problem building rails with ruby 1.9. It seems to depend on 'rubygem-rake' but that is apparently to be included with ruby 1.9. See below. Cheers, Stef RAILS INSTALL OUTPUT /usr/ports/www/rubygem-rails # make install ===> Installing for rubygem-rails-2.3.3 ===> rubygem-rails-2.

Re: HEADS UP: GNOME 2.26 available for FreeBSD

2009-04-15 Thread Stef Walter
Dmitry Morozovsky wrote: > Yes, seahorse shows me two keyrings; however, deleting "login" one does not > fix > the situation: if in the Terminal I try to open tab which ssh's to outer > host, > I immediately got the popup with > > "There was an error creating the child process for this termin

PYEASYINSTALL_ARCHDEP makes broken packages

2009-03-25 Thread Stef Walter
The PYEASYINSTALL_ARCHDEP=YES port option makes packages [1] that can only be installed on the same specific patch level of FreeBSD. For example if you build net/py-ldap2 as a package on FreeBSD 7.1-RELEASE-p3 then it won't install on a FreeBSD 7.1-RELEASE-p4 system. PR: http://www.freebsd.org/cg

Building PHP5 with PCRE

2009-03-09 Thread Stef Walter
It seems that someone has decided to move php5-pcre back out of lang/php5. I don't want to have to go through the pain of updating hundreds of virtual servers yet again, just because someone can't make up their mind. Anyone know how do I build the PHP5 port so that PCRE is included? Cheers, Ste