Re: [ports] cvs commit: ports/devel/rubygem-daemons Makefile distinfo

2012-01-29 Thread Tilman Keskinöz
On Jan 28, 2012, at 20:22 , Philip M. Gollucci wrote: On 1/28/12 1:52 AM, Tilman Keskinöz wrote: If there is no reason, the port should be either fixed, or the commit backed out! This is not a unique problem among gems. Lots of them screw up umasks on install. Some too restrictive, some

net/vde2: freebsd10 and gcc 4.6

2012-01-29 Thread Andriy Gapon
At least on FreeBSD 10 with gcc 4.6 as a ports compiler I need the following patch to compile net/vde2: --- src/vde_pcapplug.c.orig 2012-01-29 13:06:10.495087022 +0200 +++ src/vde_pcapplug.c 2012-01-29 13:11:03.344097090 +0200 @@ -32,7 +32,6 @@ #include libgen.h #define _GNU_SOURCE

Re: Doing SQL to the FreeBSD ports index

2012-01-29 Thread Matthew Seaman
On 28/01/2012 02:05, rfl...@acsalaska.net wrote: I haven't looked in detail - perl has to leave my head - but what I think is a good feature for a database to handle is to find outdated distfiles. Since the relationship between a portorigin and it's distfile(s) is not available otherwise. I

Re: libthai-0.1.5: build is broken by failing self tests

2012-01-29 Thread Ruslan Mahmatkhanov
Hi, Yuri! Yuri wrote on 28.01.2012 05:27: Here is the failure log: PASS: test-thcoll.sh Testing with string: ���ʴդ�Ѻ �繡�÷��ͺͧ Total 8 cut points.Cut points list: 6, 10, 14, 18, 21, 23, 26, 29 We have an update of libthai to version 0.1.16. Would you please check if it working for

Bitcoin stable (v0.5.x) on FreeBSD [patch]

2012-01-29 Thread grarpamp
FreeBSD's port of bitcoin is lagging behind. Here is a patch. Though it should go well, a QT build has not been tried yet. Surely others can do a better job with the makefile than me. The rest is backport from bitcoind master + includes. test_bitcoin works. Please consider/review for inclusion.

Re: Bitcoin stable (v0.5.x) on FreeBSD [patch]

2012-01-29 Thread Luke-Jr
On Sunday, January 29, 2012 9:15:55 PM grarpamp wrote: FreeBSD's port of bitcoin is lagging behind. Here is a patch. FWIW, I tried to integrate the makefile changes, and hit some difficulties. I can't seem to build with the current STATIC=1 at all, and using -static produces a binary my system

Re: Bitcoin stable (v0.5.x) on FreeBSD [patch]

2012-01-29 Thread grarpamp
FWIW, I tried to integrate the makefile changes, and hit some difficulties. I can't seem to build with the current STATIC=1 at all, and using -static produces a binary my system claims doesn't exist. :/ I don't know what you're integrating them with, what platform you're on, what the output