net/viamillipede seeks commiter

Vincent Hoffman-Kazlauskas vince at unsane.co.uk
Wed Mar 7 20:46:25 UTC 2018



On 07/03/2018 20:37, Vincent Hoffman-Kazlauskas wrote:
> 
> 
> On 07/03/2018 17:08, Ash Gokhale wrote:
>> On Wed, Mar 7, 2018 at 6:51 AM, Kurt Jaeger <pi at opsec.eu> wrote:
>>
>>> Hi!
>>>
>>>>> I've made peace with poudriere  in 10.4, 11.1 and 12 current jails with
>>>>> USES= uidfix, and also fixed the spurious pthreads cast that was
>>> choking
>>>>> gcc.  Would you  all try it again please?
>>>>> https://github.com/agokhale/freebsd-port-net-viamillipede/
>>> commits/master
>>>>
>>>> I've tested it on 10.3-i386, same build error as before. Maybe
>>>> the problem happens with 10.3, but not with 10.4. I'll retest with 10.4.
>>>
>>> Yes, builds with 10.4, fails with 10.3.
>>>
>>> --
>>> pi at opsec.eu            +49 171 3101372                         2 years to
>>> go !
>>>
>>
>>
>>
>> mat@'s feedback accepted,
>>
>> This is the error  from 10.3 release via poudriere jail:
>>
>> =======================<phase: build          >============================
>> ===>  Building for viamillipede-0.7
>> make[1]: "/usr/share/mk/bsd.own.mk" line 505: MK_DEBUG_FILES can't be set
>> by a user.
>> *** Error code 1
>>
>>
>> I'm not sure where to go from this; can I fence the port to build only on
>> 10.4+ ?
>>
>> I'll poke around in the jail for clues.
> 
> 
> Been a while but I think its something like
> 
> Something like this in the makefile
> 
> .if ${OSVERSION} > 1004000
> BROKEN=	Needs features from at least 10.4
> .endif
> 
> 
Doh
.if ${OSVERSION} < 1004000

of course.

> 
> Vince
> 
>> _______________________________________________
>> freebsd-ports at freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
> 


More information about the freebsd-ports mailing list