svn commit: r382339 - in head/x11-toolkits/swt: . files

John Marino freebsd.contact at marino.st
Thu Mar 26 20:16:18 UTC 2015


On 3/26/2015 21:11, Bryan Drewery wrote:
> On 3/26/2015 2:37 PM, John Marino wrote:
>> Author: marino
>> Date: Thu Mar 26 19:37:41 2015
>> New Revision: 382339
>> URL: https://svnweb.freebsd.org/changeset/ports/382339
>> QAT: https://qat.redports.org/buildarchive/r382339/
>>
>> Log:
>>   x11-toolkits/swt: Add DragonFly support
>>   
>>   Bring in fix from dports (port is not maintained)
>>
>> Modified:
>>   head/x11-toolkits/swt/Makefile
>>   head/x11-toolkits/swt/files/patch-build.sh
>>
>> Modified: head/x11-toolkits/swt/Makefile
>> ==============================================================================
>> --- head/x11-toolkits/swt/Makefile	Thu Mar 26 19:33:35 2015	(r382338)
>> +++ head/x11-toolkits/swt/Makefile	Thu Mar 26 19:37:41 2015	(r382339)
>> @@ -83,6 +83,10 @@ post-extract:
>>  	@(cd ${WRKSRC} && ${UNZIP_CMD} -qo "*.zip")
>>  	@${RM} -f ${WRKSRC}/*.o ${WRKSRC}/*.so ${WRKSRC}/*.jar
>>  
>> +post-patch:
>> +	${SED} -e 's|freebsd|dragonfly|g' ${WRKSRC}/make_freebsd.mak \
>> +		${WRKSRC}/make_dragonfly.mak
>> +
> 
> This being unconditional seems wrong.

Why does it need to be conditional?
The amount of resources it consumes is miniscule and has no impact to
FreeBSD.




More information about the svn-ports-head mailing list