ports/182126: [patch] ports-mgmt/chucky allow build with gcc and honor PREFIX
olli hauer
ohauer at gmx.de
Mon Sep 16 05:19:16 UTC 2013
On 2013-09-16 03:00, Waitman Gobble wrote:
>
> On Sun, September 15, 2013 1:45 pm, ohauer at FreeBSD.org wrote:
>> Synopsis: [patch] ports-mgmt/chucky allow build with gcc and honor PREFIX
>>
>>
>> Responsible-Changed-From-To: freebsd-ports-bugs->ohauer
>> Responsible-Changed-By: ohauer
>> Responsible-Changed-When: Sun Sep 15 20:45:16 UTC 2013
>> Responsible-Changed-Why:
>> I'll take it
>>
>>
>> http://www.freebsd.org/cgi/query-pr.cgi?pr=182126
>>
>>
>
>
> Thanks, I think i left off a ? in the Makefile.. I have an update for this
> program.. however I was wanting to find out one thing before updating.
> (But your suggested update is fine if you want to go ahead).
>
> Here's the issue:
>
>
> Here's a 9.2 machine.
>
> # uname -a
> FreeBSD do.burplex.com 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253773M: Mon Jul 29
> 14:22:34 PDT 2013
> da3m0n8t3r at do.burplex.com:/usr/obj/usr/src/sys/KAGISO amd64
>
> # sqlite3 /var/db/pkg/local.sqlite
>
> sqlite> SELECT COUNT(id) FROM packages WHERE time is null;
> 0
> sqlite> SELECT COUNT(id) FROM packages WHERE time is not null;
> 551
>
>
>
> Here's a 10.0-CURRENT machine.
>
>> uname -a
> FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252355: Fri
> Jun 28 16:39:19 PDT 2013
> root at dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64
>
> # sqlite3 /var/db/pkg/local.sqlite
>
> sqlite> SELECT COUNT(id) FROM packages WHERE time is null;
> 814
> sqlite> SELECT COUNT(id) FROM packages WHERE time is NOT null;
> 104
>
>
> I'm not yet sure why on 10.0-CURRENT machine there are 814 packages with
> 'time' = null.. this breaks the 'chucky' program.
>
Hm, thats strange.
What does the pkg devs say about this issue?
More information about the freebsd-ports-bugs
mailing list