Date: Thu, 19 Jan 2012 08:58:04 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: freebsd-ports@freebsd.org Subject: Re: with the cvs history? trying to help INDEX builds. Message-ID: <4F17DB1C.6080503@infracaninophile.co.uk> In-Reply-To: <4F177264.3090708@freebsd.org> References: <4F177264.3090708@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>; -.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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F17DB1C.6080503>