From owner-svn-ports-head@FreeBSD.ORG Thu Mar 26 20:16:18 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35540361; Thu, 26 Mar 2015 20:16:18 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 09BD0252; Thu, 26 Mar 2015 20:16:17 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C991C43C3A; Thu, 26 Mar 2015 15:16:01 -0500 (CDT) Message-ID: <551468F9.80608@marino.st> Date: Thu, 26 Mar 2015 21:15:53 +0100 From: John Marino Reply-To: marino@freebsd.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Bryan Drewery , John Marino , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r382339 - in head/x11-toolkits/swt: . files References: <201503261937.t2QJbgfH048303@svn.freebsd.org> <551467E5.7050505@FreeBSD.org> In-Reply-To: <551467E5.7050505@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2015 20:16:18 -0000 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.