The libpci port looks for a compressed pci.ids in /usr/local/share. The two available versions are /usr/local/share/pciids/pci.ids (from misc/pciids) and /usr/local/share/pciutils/pci.ids.gz (from sysutils/pciutils if update-pciids has been run). So by default no suitable pci.ids is available in the expected location. Fix: The supplied diff disables zlib, adds a misc/pciids dependency and changes the pci.ids path to /usr/local/share/pciids. How-To-Repeat: Install devel/libpci
Maintainer of devel/libpci, Please note that PR ports/150236 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150236 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On Fri, Sep 3, 2010 at 8:14 PM, Sten Spans <sten@blinkenlights.nl> wrote: > On Fri, 3 Sep 2010, edwin@FreeBSD.org wrote: > >> Synopsis: devel/libpci lacks suitable pci.ids file >> > > I just noticed that disabling gzip isn't needed. > The pciids dependency still would be nice though. > > -- > Sten Spans > > "There is a crack in everything, that's how the light gets in." > Leonard Cohen - Anthem Hi, I'll add misc/pciids to RUN_DEPENDS. (patch attached) Thanks. Regards, sunpoet
Responsible Changed From-To: freebsd-ports-bugs->sunpoet sunpoet is now a committer
On Thu, 16 Sep 2010, Sunpoet Hsieh wrote: > On Fri, Sep 3, 2010 at 8:14 PM, Sten Spans <sten@blinkenlights.nl> wrote: >> On Fri, 3 Sep 2010, edwin@FreeBSD.org wrote: >> >>> Synopsis: devel/libpci lacks suitable pci.ids file >>> >> >> I just noticed that disabling gzip isn't needed. >> The pciids dependency still would be nice though. >> >> -- >> Sten Spans >> >> "There is a crack in everything, that's how the light gets in." >> Leonard Cohen - Anthem > > Hi, > > I'll add misc/pciids to RUN_DEPENDS. (patch attached) > Thanks. That should indeed solve the issue, thanks. -- Sten Spans "There is a crack in everything, that's how the light gets in." Leonard Cohen - Anthem
sunpoet 2010-09-28 08:56:43 UTC FreeBSD ports repository Modified files: devel/libpci Makefile devel/libpci/files patch-Makefile Log: - Add misc/pciids to RUN_DEPENDS - Bump PORTREVISION PR: ports/150236 Submitted by: Sten Spans <sten at blinkenlights.nl> Approved by: pgollucci (mentor) Revision Changes Path 1.18 +3 -1 ports/devel/libpci/Makefile 1.4 +14 -5 ports/devel/libpci/files/patch-Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!