On 01/29/2014 07:27 AM, Thierry Thomas wrote:
> Hello Stephen,
> 
> Le mer 29 jan 14 à 14:15:51 +0100, Montgomery-Smith, Stephen 
> <step...@missouri.edu>
>  écrivait :
>> I have ports with configure scripts that include lines like
>>
>> freebsd1*)
>>
>> Now obviously the script will choose this case when I am running
>> FreeBSD-10 as well as FreeBSD-1.
>>
>> What solutions have people used to deal with this?    Does anyone have
>> good examples of ports I can look at where this was solved?  Somebody
>> sent me a patch that replaces freebsd1*) with freebsd1[!0]*), but that
>> will fail when FreeBSD-11 comes out.
> 
> Just suppress the corresponding lines: we don't support FreeBSD-1!
> And check that one of the other case is relevant.
> 
> Regards,

That means I have to read through these configure files (and I have a
huge number of them).  Maybe I'll replace it with freebsd-nada). :-)
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to