Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2004 18:06:46 -0400
From:      Michael Edenfield <kutulu@kutulu.org>
To:        Dan Finn <dhrider@gmail.com>
Cc:        ports@freebsd.org
Subject:   Re: Bus Error in protsdb.rb updating INDEX.db
Message-ID:  <20040903220646.GA44384@wombat.jungle>
In-Reply-To: <89ceee7040903145446527510@mail.gmail.com>
References:  <20040903214843.GA42378@wombat.jungle> <89ceee7040903145446527510@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--4Ckj6UjgE2iN1+kY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Dan Finn <dhrider@gmail.com> [040903 18:04]:
> How do you tell ruby to skip that line?  That might be at least a
> usable hack for some of us until this is fixed.

I went into portsdb.rb and did this around line 570:

             next if ignore_category?(port_info.category)

             origin =3D port_info.origin
             pkgname =3D port_info.pkgname

+            next if origin =3D=3D 'databases/py-bsddb3'
+            next if origin =3D=3D 'databases/py-cdb'=20
+            next if origin =3D=3D 'databases/py-gdbm'

             port_info.categories.each do |category|


You could also remove them from INDEX-5 but they'll just get put back
next time it gets rebuilt.

--Mike

--4Ckj6UjgE2iN1+kY
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBOOr2fY3jRMAKmKERAtErAJ46ZiVirOJjbh5DiHsHsrycE8KjDACfWCsU
p6e4miM9FFEcBXJwI9Oc6wg=
=tYVS
-----END PGP SIGNATURE-----

--4Ckj6UjgE2iN1+kY--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040903220646.GA44384>