lang/ocaml: configure script not freebsd10 friendly

Chris Rees utisoft at gmail.com
Sun Jan 15 20:33:08 UTC 2012


On 11 January 2012 16:28, Andriy Gapon <avg at freebsd.org> wrote:
> on 28/11/2011 20:07 Andriy Gapon said the following:
>>
>> The following extra diff demonstrates the problem:
>> --- configure.orig2   2011-11-28 20:00:49.452553350 +0200
>> +++ configure 2011-11-28 20:00:52.493371250 +0200
>> @@ -523,7 +523,7 @@
>>        mksharedlib="$flexlink"
>>        mkmaindll="$flexlink -maindll"
>>        shared_libraries_supported=true;;
>> -    *-*-linux-gnu|*-*-linux|*-*-freebsd[3-9]*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*)
>> +    *-*-linux-gnu|*-*-linux|*-*-freebsd*|*-*-openbsd*|*-*-netbsd*|*-*-gnu*)
>>        sharedcccompopts="-fPIC"
>>        mksharedlib="$bytecc -shared"
>>        bytecclinkopts="$bytecclinkopts -Wl,-E"
>>
>> I think that it's better to have FreeBSD 10 support then to worry about FreeBSD
>> 2.x (or even 1.x) :-)
>>
>
> This is still an issue.

Lacking a response from the maintainer I've committed your fix (but
kept it in patch-configure).

Thanks!

Chris


More information about the freebsd-ports mailing list