vim with python support

2012-09-15 Thread Juan Francisco Cantero Hurtado
Yesterday I wanted install vim with python support enabled and no
package was available in the FTP with this FLAVOR. The only FLAVORS
available are gtk2 and no_x11.

I use a feature of vim that requires python. Also I've read about
plugins used by rails programmers that need the ruby support. If you
search "openbsd vim python ports", you can see other users with the same
problem.

Any reason for not enable perl/python/ruby? :)


Index: Makefile
===
RCS file: /cvs/ports/editors/Makefile,v
retrieving revision 1.88
diff -u -p -r1.88 Makefile
--- Makefile18 Aug 2012 07:25:25 -  1.88
+++ Makefile15 Sep 2012 22:57:28 -
@@ -53,7 +53,9 @@
  SUBDIR += texworks
  SUBDIR += uemacs
  SUBDIR += vim
+ SUBDIR += vim,gtk2,perl,python,ruby
  SUBDIR += vim,no_x11
+ SUBDIR += vim,no_x11,perl,python,ruby
  SUBDIR += vim-spell
  SUBDIR += xemacs21
  SUBDIR += xemacs21-sumo



Re: databases/mongodb builds twice

2012-09-15 Thread Federico Schwindt
On Sat, Sep 15, 2012 at 11:33 PM, Christian Weisgerber
 wrote:
> To whoever cares about databases/mongodb...
>
> I noticed that mongodb was spending an extraordinary amount of time
> in the fake stage, and a look at the log files shows that it actually
> builds all over again during fake.  This appears to be a popular
> problem with scons-based ports.

I will take a look.

f.-



databases/mongodb builds twice

2012-09-15 Thread Christian Weisgerber
To whoever cares about databases/mongodb...

I noticed that mongodb was spending an extraordinary amount of time
in the fake stage, and a look at the log files shows that it actually
builds all over again during fake.  This appears to be a popular
problem with scons-based ports.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



Re: abook 0.5.6 -> 0.6.0pre2 questions

2012-09-15 Thread Stuart Henderson
On 2012/09/15 15:46, MERIGHI Marcus wrote:
> hello, 
> 
> I'm using abook 0.6.0pre2 (compiled myself) for years without problems;
> I did not find any hints on why there was no update to this version, but
> I guess it's due to the "beta" status since 2006-09-07. There seems to
> be very little action on abook since then. 

More likely because the older version worked and nobody who uses it
felt the need to update ;)

> The reason to use 0.6.0pre2 for me was the customization thing. 

I don't use it myself, but if you've tested and are happy with it,
I see no reason not to update.

> The one and only patch to the current ports version (patch-ui_c) has
> been applied upstream.

To send a diff with the removal, you can just do this:

(cd patches; cvs rm patch-ui_c)
cvs diff -uNp

(and It's usually best to remind people in an email accompanying the diff
to apply with patch -E if there any removed files).

> MASTER_SITE_SOURCEFORGE would not work, the download location is not a
> regular sourceforge download like for the old version:
> http://prdownloads.sourceforge.net/abook/abook-0.5.6.tar.gz
> but:
> http://abook.sourceforge.net/devel/abook-0.6.0pre2.tar.gz
> Anyone got experience with that one? Willing to share?

either of these should be fine:

MASTER_SITES= http://abook.sourceforge.net/devel/
MASTER_SITES= ${HOMEPAGE}devel/



Re: [Update] productivity/taskwarrior 2.0.0 -> 2.1.1

2012-09-15 Thread David Coppa
On Mon, Sep 10, 2012 at 3:20 PM, Aaron Bieber  wrote:
> On Sun, Sep 09, 2012 at 11:14:23AM -0600, Aaron Bieber wrote:
>> On Sat, Sep 08, 2012 at 09:42:14AM -0600, Aaron Bieber wrote:
>> > Hola,
>> >
>> > I just recently ( today :P ) started using taskwarrior, so I am not
>> > quite qualified to test this.  It builds fine on i386 and works for what
>> > I am using it for.
>>
>> I have done some more testing on amd64, everything looks good.. Also
>> here is an updated diff that removes REVISION.
>>
>>  REVISION =   1
>
> Ewps! Now with no revision!
>
> Index: Makefile
> ===
> RCS file: /cvs/ports/productivity/taskwarrior/Makefile,v
> retrieving revision 1.5
> diff -N -u -p Makefile
> --- Makefile10 Jul 2012 15:22:45 -  1.5
> +++ Makefile8 Sep 2012 19:42:21 -
> @@ -2,10 +2,9 @@
>
>  COMMENT =  command line todo list manager
>
> -VERSION =  2.0.0
> +VERSION =  2.1.1
>  DISTNAME = task-${VERSION}
>  PKGNAME =  taskwarrior-${VERSION}
> -REVISION = 1
>  CATEGORIES =   productivity
>
>  HOMEPAGE = http://www.taskwarrior.org/
> Index: distinfo
> ===
> RCS file: /cvs/ports/productivity/taskwarrior/distinfo,v
> retrieving revision 1.2
> diff -N -u -p distinfo
> --- distinfo11 May 2012 09:44:13 -  1.2
> +++ distinfo8 Sep 2012 19:42:21 -
> @@ -1,5 +1,2 @@
> -MD5 (task-2.0.0.tar.gz) = uFC0n4tpu0BJwH0JFKD3rw==
> -RMD160 (task-2.0.0.tar.gz) = naAiX+wjRbH/0Fw9ENjl5Y0lvSc=
> -SHA1 (task-2.0.0.tar.gz) = 3FhzY/vcHcrH9+B7G8z9H7VrJDU=
> -SHA256 (task-2.0.0.tar.gz) = eJceNmwjld4cxLDE/EHdlQwwnTvC9ulZS0xYIa1ndb0=
> -SIZE (task-2.0.0.tar.gz) = 4474676
> +SHA256 (task-2.1.1.tar.gz) = sqPRUJOYjHA+0PybARxTL2YvyTnqdB3YucmW2DkBsF4=
> +SIZE (task-2.1.1.tar.gz) = 4770777
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/productivity/taskwarrior/pkg/PLIST,v
> retrieving revision 1.2
> diff -N -u -p pkg/PLIST
> --- pkg/PLIST   11 May 2012 09:44:14 -  1.2
> +++ pkg/PLIST   8 Sep 2012 19:42:21 -
> @@ -64,7 +64,7 @@ share/taskwarrior/scripts/add-ons/import-todo.sh.pl
>  share/taskwarrior/scripts/add-ons/import-yaml.pl
>  share/taskwarrior/scripts/add-ons/update-holidays.pl
>  share/taskwarrior/scripts/bash/
> -share/taskwarrior/scripts/bash/task_completion.sh
> +share/taskwarrior/scripts/bash/task.sh
>  share/taskwarrior/scripts/extensions/
>  share/taskwarrior/scripts/extensions/command.lua
>  share/taskwarrior/scripts/extensions/dom.lua

ok for me.

Ciao,
David



UPDATE: Xombrero-1.3.1

2012-09-15 Thread Gonzalo L. R.
Hi,

Update for Xombrero to 1.3.1:

* Unbreak custom URI handling
* Fix display of about:favorites with no favorites
* Prevent using back on an about:secviolation page from returning back
  to the exact same page that triggered the cert warning.
* Fix build with glib 2.30.0
* Kill a crash when using older libsoup versions
* Sync the preloaded HSTS list with Chromium's

Tested on amd64.

Ok? Comments?

-- 
Sending from my VCR...
Index: Makefile
===
RCS file: /cvs/ports/www/xombrero/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile4 Sep 2012 12:06:01 -   1.4
+++ Makefile15 Sep 2012 18:29:03 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.4 2012/09/04 12:06:01 gonzalo Exp $
 
 COMMENT=   vi-like minimalists web browser
-DISTNAME=  xombrero-1.3.0
+DISTNAME=  xombrero-1.3.1
 CATEGORIES=www
 EPOCH= 1
 
Index: distinfo
===
RCS file: /cvs/ports/www/xombrero/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo4 Sep 2012 12:06:01 -   1.4
+++ distinfo15 Sep 2012 18:29:03 -
@@ -1,2 +1,2 @@
-SHA256 (xombrero-1.3.0.tgz) = QtgxlTzQEagdHFkU6p4UsUviQLQAwe2UxMwmuon53eI=
-SIZE (xombrero-1.3.0.tgz) = 253343
+SHA256 (xombrero-1.3.1.tgz) = t+7jDmitLXE1K5xNfKNPAl32Qnf4LofWF4qhrZopEjE=
+SIZE (xombrero-1.3.1.tgz) = 259149


abook 0.5.6 -> 0.6.0pre2 questions

2012-09-15 Thread MERIGHI Marcus
hello, 

I'm using abook 0.6.0pre2 (compiled myself) for years without problems;
I did not find any hints on why there was no update to this version, but
I guess it's due to the "beta" status since 2006-09-07. There seems to
be very little action on abook since then. 

The reason to use 0.6.0pre2 for me was the customization thing. 

The one and only patch to the current ports version (patch-ui_c) has
been applied upstream.

MASTER_SITE_SOURCEFORGE would not work, the download location is not a
regular sourceforge download like for the old version:
http://prdownloads.sourceforge.net/abook/abook-0.5.6.tar.gz
but:
http://abook.sourceforge.net/devel/abook-0.6.0pre2.tar.gz
Anyone got experience with that one? Willing to share?

Thanks for reading, Marcus