From owner-freebsd-ports@FreeBSD.ORG Thu Jan 19 08:58:19 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94528106566C for ; Thu, 19 Jan 2012 08:58:19 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id E74408FC13 for ; Thu, 19 Jan 2012 08:58:18 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [IPv6:2001:8b0:151:1:fa1e:dfff:feda:c0bb]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q0J8wEnN099292 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Thu, 19 Jan 2012 08:58:14 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: OpenDKIM Filter v2.4.1 smtp.infracaninophile.co.uk q0J8wEnN099292 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1326963494; bh=lFkxBU3LerM9Dis/EVOnqX1MgRVamgiKjh2uJ1GFVGI=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Cc; b=LA1Ndgz7PClnnnyl5BilZ2qL1kFf9zVnEoYZNmWw5SRYglNGA6Dq/nEYpVCzPy6SR Wdsfmq6IXH1bvp26SmGL39OKKmJ7Q2pmj3ZXwXXZ6JWA/+tBvVnFj00DXPqHEtCfVS 2emHNHa4CDQEN4IsFfSvrPrpwdFaGpIXXQXuj+zI= Message-ID: <4F17DB1C.6080503@infracaninophile.co.uk> Date: Thu, 19 Jan 2012 08:58:04 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4F177264.3090708@freebsd.org> In-Reply-To: <4F177264.3090708@freebsd.org> X-Enigmail-Version: 1.3.4 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9528A4531EEFAE08BBE5FBD6" X-Virus-Scanned: clamav-milter 0.97.3 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Subject: Re: 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 08:58:19 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9528A4531EEFAE08BBE5FBD6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 19/01/2012 01:31, Michael Scheidell wrote: > 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 d= own. >=20 > and, being a former real-time, robotics guy... I figure, take ONE line > of code out, and you make things faster. >=20 > anyway, worth the cycles? > take out -.include ; -.if ${ARCH} =3D=3D "sparc64" > -BROKEN=3D Does not install on sparc64 > -.endif > and replace it with NOT_FOR_ARCHS=3D sparc64 ? > without bsd.port.PRE, you won't (try) to pull in lots of other things, > optional things (options,perl, mysql, etc) >=20 > worth the cvs history cycles to do this? I'd say worth it to standardize on NOT_FOR_ARCHS / ONLY_FOR_ARCHS to handle this sort of thing. By my calculations there are 28 ports that set 'BROKEN' because of architecture incompatibility on my amd64 system[*], whereas there are 904 ports that set either ONLY_FOR_ARCHS or NOT_FOR_ARCHS. Cheers, Matthew [*] there would be more on sparc64 or other tier-2 architectures, but the way I counted didn't pick those cases up, just the ones that set BROKEN on the current architecture. portindex=3D> SELECT p.parent || '/' || p.name as port FROM caveat NATURAL JOIN ports_by_name p WHERE caveat_type=3D'BROKEN' AND caveat ~ 'sparc|i386|amd64|ia64|pc' ORDER BY port ; port -------------------- devel/ruby-avl devel/ustl games/xbloody graphics/gmt graphics/ruby-tgif irc/eggdrop japanese/ne lang/oorexx lang/py-prolog lang/qscheme lang/rscheme lang/scsh lang/sr math/matrix net-im/gyach net-mgmt/docsis net/cnet net/hawknl-devel net/ngrep-lib net/py-libnet net/tridiavnc science/elmerpost sysutils/freecolor sysutils/hpacucli textproc/coco textproc/rtfx x11-toolkits/fox17 x11/decurs (28 rows) --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig9528A4531EEFAE08BBE5FBD6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8X2yUACgkQ8Mjk52CukIzGDACghOaoR+XEHxBEY/VwOaKRx1g2 JwAAn0gjQgrhVH+BOucJIfOiU2xKA02j =IvIe -----END PGP SIGNATURE----- --------------enig9528A4531EEFAE08BBE5FBD6--