From owner-freebsd-ports@FreeBSD.ORG Thu Jan 19 01:54:16 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA9541065676 for ; Thu, 19 Jan 2012 01:54:16 +0000 (UTC) (envelope-from scheidell@freebsd.org) Received: from mx2.secnap.com.ionspam.net (mx2.secnap.com.ionspam.net [216.134.223.54]) by mx1.freebsd.org (Postfix) with ESMTP id AEE068FC08 for ; Thu, 19 Jan 2012 01:54:16 +0000 (UTC) Received: from mx2.secnap.com.ionspam.net (unknown [10.71.0.54]) by mx2.secnap.com.ionspam.net (Postfix) with ESMTP id 00583D23C0D for ; Wed, 18 Jan 2012 20:31:12 -0500 (EST) X-Virus-Scanned: SpammerTrap(r) VPS-1500 2.17 at mx2.secnap.com.ionspam.net Received: from USBCTDC001.secnap.com (unknown [10.70.1.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx2.secnap.com.ionspam.net (Postfix) with ESMTPS id C80EAD23C0C for ; Wed, 18 Jan 2012 20:31:11 -0500 (EST) Received: from MikeBook-Air.local (10.80.0.4) by USBCTDC001.secnap.com (10.70.1.1) with Microsoft SMTP Server (TLS) id 14.0.722.0; Wed, 18 Jan 2012 20:31:11 -0500 Message-ID: <4F177264.3090708@freebsd.org> Date: Wed, 18 Jan 2012 20:31:16 -0500 From: Michael Scheidell Organization: SECNAP Network Security Corp User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: with the cvs history? trying to help INDEX builds. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2012 01:54:16 -0000 in manually trying to build an index for a tinderbox/binary/portmaster distribution, I started to look at some of the things that slow these down. and, being a former real-time, robotics guy... I figure, take ONE line of code out, and you make things faster. anyway, worth the cycles? take out -.include ; -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64 -.endif and replace it with NOT_FOR_ARCHS= sparc64 ? without bsd.port.PRE, you won't (try) to pull in lots of other things, optional things (options,perl, mysql, etc) worth the cvs history cycles to do this? cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /home/pcvs/ports/games/xarchon/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- Makefile 10 Aug 2011 09:01:56 -0000 1.16 +++ Makefile 19 Jan 2012 01:27:56 -0000 @@ -29,10 +29,6 @@ @${REINPLACE_CMD} -e 's|Xarchon_Evolution::||' \ ${WRKSRC}/src/Xarchon_Genetic.hpp -.include +NOT_FOR_ARCHS= sparc64 -.if ${ARCH} == "sparc64" -BROKEN= Does not install on sparc64 -.endif - -.include +.include cvs diff: Diffing files -- Michael Scheidell, CTO o: 561-999-5000 d: 561-948-2259 >*| *SECNAP Network Security Corporation * Best Mobile Solutions Product of 2011 * Best Intrusion Prevention Product * Hot Company Finalist 2011 * Best Email Security Product * Certified SNORT Integrator