svn commit: r400373 - head/Templates

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 28 14:32:19 UTC 2015


On 10/28/15 7:24 AM, Bryan Drewery wrote:
> On 10/27/15 11:35 PM, Antoine Brodin wrote:
>> Author: antoine
>> Date: Wed Oct 28 06:35:13 2015
>> New Revision: 400373
>> URL: https://svnweb.freebsd.org/changeset/ports/400373
>>
>> Log:
>>   Revert recent config.site changes, ports-mgmt/pkg fails to build on FreeBSD
>>   9.3 and some ports (science/netcdf, print/hplip) now fail to configure
> 
> pkg builds fine for me on 9.3. Can you show a log please?
> 

Actually it was building fine with my uncommitted auto-generated
version. I found the problem with pkg.

-: ${ac_cv_header_sys_capsicum_h=yes}
+[ ${OSVERSION} -ge 1000000 ] && : ${ac_cv_header_sys_capsicum_h=yes}

I'll track down the others too.

-- 
Regards,
Bryan Drewery


More information about the svn-ports-all mailing list