Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 23:50:28 -0700 (PDT)
From:      Don Lewis <truckman@FreeBSD.org>
To:        jbeich@vfemail.net
Cc:        ports-committers@FreeBSD.org, svn-ports-all@FreeBSD.org, svn-ports-head@FreeBSD.org
Subject:   Re: svn commit: r387699 - in head/net/freerdp: . files
Message-ID:  <201505280650.t4S6oSd8066231@gw.catspoiler.org>
In-Reply-To: <fv6h-clja-wny@vfemail.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 28 May, Jan Beich wrote:
> Don Lewis <truckman@FreeBSD.org> writes:
> 
>> Author: truckman
>> Date: Thu May 28 04:46:15 2015
>> New Revision: 387699
>> URL: https://svnweb.freebsd.org/changeset/ports/387699
>>
>> Log:
>>   Similar to r387391, zlib is also in base and there is no zlib.pc, so
>>   remove zlib from freerdp.pc and winpr.pc.  Without this, net/vinagre
>>   still fails to configure.
> 
> 10.1R and 11.0C have zlib.pc.
> https://svnweb.freebsd.org/changeset/base/267376

Hmn ... yeah.  I was afk for several days and on my return I saw all the
net/vinagre pkg-fallout spam sent to gnome@, including for 10.1R.  I
assumed all the builds were failing for the same reason, but I see now
that the 10.1R builds were failing because of the libssl problem that
fixed by in r387391.

Since zlib.pc isn't present in 8.4 and 9.3, we can't count on always
being there.  We either have to:

    1) Never look for zlib.pc until 9.3 ie EOL (basically what 
       commited).

    2) Make the contents of freerdp.pc and winpr.pc depend on
       OSVERSION or the presence of zlib.pc.

    3) Mark the port broken if zlib.pc is not present.


The same applies to the other .pc files introduced after 9.3R.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505280650.t4S6oSd8066231>